Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ems3.3
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
ems3.3
Commits
230e6b22
Commit
230e6b22
authored
Dec 15, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
c5e4c28c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
24 deletions
+31
-24
global.less
src/global.less
+31
-24
No files found.
src/global.less
View file @
230e6b22
...
@@ -5,7 +5,6 @@ body,
...
@@ -5,7 +5,6 @@ body,
#root {
#root {
height: 100%;
height: 100%;
overflow: hidden;
overflow: hidden;
}
}
.colorWeak {
.colorWeak {
...
@@ -59,14 +58,13 @@ ol {
...
@@ -59,14 +58,13 @@ ol {
width: 100%;
width: 100%;
overflow-x: auto;
overflow-x: auto;
&-thead>tr,
&-thead > tr,
&-tbody>tr {
&-tbody > tr {
> th,
>th,
> td {
>td {
white-space: pre;
white-space: pre;
>span {
>
span {
display: block;
display: block;
}
}
}
}
...
@@ -314,7 +312,7 @@ ol {
...
@@ -314,7 +312,7 @@ ol {
}
}
.lightblue {
.lightblue {
>td:first-child {
>
td:first-child {
position: relative;
position: relative;
&::before {
&::before {
...
@@ -336,14 +334,14 @@ ol {
...
@@ -336,14 +334,14 @@ ol {
width: 100%;
width: 100%;
padding-left: 0 !important;
padding-left: 0 !important;
>span:first-child {
>
span:first-child {
flex: 1;
flex: 1;
>span:first-child {
>
span:first-child {
display: none !important;
display: none !important;
}
}
>.ant-spin-nested-loading {
>
.ant-spin-nested-loading {
width: 100%;
width: 100%;
}
}
}
}
...
@@ -397,45 +395,54 @@ ol {
...
@@ -397,45 +395,54 @@ ol {
}
}
.runtime-keep-alive-layout {
.runtime-keep-alive-layout {
>div {
>
div {
height: 100% !important;
height: 100% !important;
}
}
}
}
.page-title {
.page-title {
margin-bottom: 0;
margin-bottom: 0;
font-weight: 700;
font-weight: 700;
}
}
.page-title::before {
.page-title::before {
content: '|';
width: 4px;
position: relative;
position: relative;
top: 2px;
top: 2px;
left: 2px;
left: 2px;
color: #1890FF;
width: 4px;
background-color: #1890FF;
margin-right: 10px;
margin-right: 10px;
color: #1890ff;
background-color: #1890ff;
content: '|';
}
}
.fault-detail {
.fault-detail {
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
border-left: 2px dashed #ccc;
padding: 16px;
padding: 16px;
border-left: 2px dashed #ccc;
}
}
.fault-index {
.fault-index {
display: block;
display: block;
flex-shrink: 0;
width: 30px;
width: 30px;
height: 30px;
height: 30px;
margin-right: 16px;
padding: 2px;
font-weight: 500;
font-weight: 500;
text-align: center;
text-align: center;
padding: 2px;
border: 2px solid #1890FF;
border-radius: 50%;
background-color: white;
background-color: white;
margin-right: 16px;
border: 2px solid #1890ff;
flex-shrink: 0;
border-radius: 50%;
}
}
\ No newline at end of file
.runtime-keep-alive-layout,
.runtime-keep-alive-layout-no {
height: auto !important;
min-height: 100% !important;
overflow: hidden !important;
> div {
height: 100%;
}
}
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