Commit c7729c19 authored by TZW's avatar TZW

Merge branch 'master' of http://47.100.234.193:9527/wuhao/ems3.3

parents 386439df 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%;
}
}
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