Commit 2ede76bc authored by wuhao's avatar wuhao 🎯

asdr

parent fd1543dc
...@@ -119,7 +119,6 @@ ol { ...@@ -119,7 +119,6 @@ ol {
margin-top: 30px !important; margin-top: 30px !important;
} }
pre { pre {
color: rgba(0, 0, 0, 0.85) !important; color: rgba(0, 0, 0, 0.85) !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
...@@ -249,6 +248,39 @@ pre { ...@@ -249,6 +248,39 @@ pre {
} }
} }
} }
.ant-input-affix-wrapper {
background-color: rgba(255, 255, 255, 0.3) !important;
border: none !important;
input {
color: #fff !important;
background-color: rgba(255, 255, 255, 0) !important;
}
}
.ant-select-selector {
background-color: rgba(255, 255, 255, 0.3) !important;
border: none !important;
input {
color: #fff !important;
background-color: rgba(255, 255, 255, 0) !important;
}
}
.ant-input {
color: #fff !important;
background-color: rgba(255, 255, 255, 0.3) !important;
border: none !important;
}
.ant-select-selection-item {
color: #fff !important;
}
.anticon-close-circle {
color: #fff !important;
}
.anticon {
color: #fff !important;
}
.ant-select-clear {
background-color: transparent !important;
}
} }
.reg { .reg {
......
...@@ -383,15 +383,8 @@ const Login = () => { ...@@ -383,15 +383,8 @@ const Login = () => {
]} ]}
/> />
</Col> </Col>
</Row> </Row>
)} )}
</TabPane> </TabPane>
</Tabs> </Tabs>
......
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
background: @layout-body-background; background: @layout-body-background;
} }
.prefixIcon {
color: #ffffff !important;
}
.lang { .lang {
width: 100%; width: 100%;
height: 40px; height: 40px;
...@@ -48,4 +52,3 @@ ...@@ -48,4 +52,3 @@
color: @primary-color; color: @primary-color;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment