Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
wms
Commits
2ede76bc
Commit
2ede76bc
authored
3 years ago
by
wuhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asdr
parent
fd1543dc
master
Iot_wms
WCS
newWMS
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
9 deletions
+37
-9
global.less
src/global.less
+33
-1
index.jsx
src/pages/user/Login/index.jsx
+0
-7
index.less
src/pages/user/Login/index.less
+4
-1
No files found.
src/global.less
View file @
2ede76bc
...
...
@@ -119,7 +119,6 @@ ol {
margin-top: 30px !important;
}
pre {
color: rgba(0, 0, 0, 0.85) !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
...
...
@@ -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 {
...
...
This diff is collapsed.
Click to expand it.
src/pages/user/Login/index.jsx
View file @
2ede76bc
...
...
@@ -383,15 +383,8 @@ const Login = () => {
]
}
/>
</
Col
>
</
Row
>
)
}
</
TabPane
>
</
Tabs
>
...
...
This diff is collapsed.
Click to expand it.
src/pages/user/Login/index.less
View file @
2ede76bc
...
...
@@ -7,6 +7,10 @@
background: @layout-body-background;
}
.prefixIcon {
color: #ffffff !important;
}
.lang {
width: 100%;
height: 40px;
...
...
@@ -48,4 +52,3 @@
color: @primary-color;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment