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
942abea9
Commit
942abea9
authored
Jun 15, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
ffcebc27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
global.less
src/global.less
+6
-5
No files found.
src/global.less
View file @
942abea9
...
@@ -138,10 +138,10 @@ pre {
...
@@ -138,10 +138,10 @@ pre {
justify-content: center;
justify-content: center;
}
}
.spread {
.spread {
width: 100%;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: space-between;
justify-content: space-between;
width: 100%;
}
}
.columns {
.columns {
display: flex;
display: flex;
...
@@ -236,7 +236,7 @@ pre {
...
@@ -236,7 +236,7 @@ pre {
}
}
.logincontent {
.logincontent {
.ant-tabs-nav-wrap{
.ant-tabs-nav-wrap
{
display: inline-block !important;
display: inline-block !important;
}
}
.ant-tabs-tab-active {
.ant-tabs-tab-active {
...
@@ -288,13 +288,14 @@ pre {
...
@@ -288,13 +288,14 @@ pre {
.ant-select-clear {
.ant-select-clear {
background-color: transparent !important;
background-color: transparent !important;
}
}
.ant-select-selection-item-content,.ant-select-selection-item-remove{
.ant-select-selection-item-content,
.ant-select-selection-item-remove {
color: #000 !important;
color: #000 !important;
.anticon {
.anticon {
color: #000 !important;
color: #000 !important;
}
}
}
}
.ant-select-selection-overflow{
.ant-select-selection-overflow
{
display: flex !important;
display: flex !important;
flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
}
...
@@ -313,6 +314,6 @@ pre {
...
@@ -313,6 +314,6 @@ pre {
.ant-pro-global-header {
.ant-pro-global-header {
padding-left: 6px !important;
padding-left: 6px !important;
}
}
table{
table
{
min-width: calc(100% - 6px) !important;
min-width: calc(100% - 6px) !important;
}
}
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