|
@ -4,7 +4,7 @@ |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100vh; |
|
|
height: 100vh; |
|
|
background-color: #f2f3f5; |
|
|
background-color: #dedede; |
|
|
// background: url(@/assets/images/screen.png) no-repeat; |
|
|
// background: url(@/assets/images/screen.png) no-repeat; |
|
|
// background-color: var(--tableBg); |
|
|
// background-color: var(--tableBg); |
|
|
// background-size: 100% 100%; |
|
|
// background-size: 100% 100%; |
|
@ -19,7 +19,7 @@ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 118px; |
|
|
top: 118px; |
|
|
left: 0; |
|
|
left: 0; |
|
|
color: #b1e3ff; |
|
|
color: #1169c0; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
// border: 1px solid #0d55b0; |
|
|
// border: 1px solid #0d55b0; |
|
|
// background-color: #02072e; |
|
|
// background-color: #02072e; |
|
@ -49,8 +49,9 @@ |
|
|
left: 0; |
|
|
left: 0; |
|
|
right: 0; |
|
|
right: 0; |
|
|
width: 70%; |
|
|
width: 70%; |
|
|
|
|
|
height: 45px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
color: #a2ceff; |
|
|
color: #1169c0; |
|
|
// background: url(@/assets/images/panelBtn_bg.png) no-repeat center; |
|
|
// background: url(@/assets/images/panelBtn_bg.png) no-repeat center; |
|
|
// background-size: 100% 100%; |
|
|
// background-size: 100% 100%; |
|
|
transition: width 0.28s; |
|
|
transition: width 0.28s; |
|
@ -75,10 +76,10 @@ |
|
|
} |
|
|
} |
|
|
.copyright { |
|
|
.copyright { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 25px; |
|
|
// height: 25px; |
|
|
line-height: 25px; |
|
|
// line-height: 25px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
color: #9ca3af; |
|
|
color: #acaeb1; |
|
|
font-family: Arial; |
|
|
font-family: Arial; |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
letter-spacing: 1px; |
|
|
letter-spacing: 1px; |
|
@ -172,9 +173,9 @@ |
|
|
|
|
|
|
|
|
.sidebar { |
|
|
.sidebar { |
|
|
width: 12%; |
|
|
width: 12%; |
|
|
height: calc(100vh - 95px - 50px); //屏幕高度-头部header高度-底部高度 |
|
|
height: calc(100vh - 70px - 45px); //屏幕高度-头部header高度-底部高度 |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
border: 1px solid var(--vxe-table-border-color); |
|
|
border: 1px solid #b7babf; |
|
|
padding: 10px 0; |
|
|
padding: 10px 0; |
|
|
// box-shadow: inset 0px 0px 10px 0px rgb(36, 90, 12); |
|
|
// box-shadow: inset 0px 0px 10px 0px rgb(36, 90, 12); |
|
|
margin-right: 1vw; |
|
|
margin-right: 1vw; |
|
@ -321,7 +322,8 @@ |
|
|
.mainTable { |
|
|
.mainTable { |
|
|
// height: calc(100vh - 8rem - 202px); |
|
|
// height: calc(100vh - 8rem - 202px); |
|
|
// height: calc(100% - 162px); |
|
|
// height: calc(100% - 162px); |
|
|
background-color: #f2f3f5; |
|
|
border: 1px solid #b7babf; |
|
|
|
|
|
background-color: #dedede; |
|
|
transition: height 0.28s; |
|
|
transition: height 0.28s; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
|
|
@ -331,15 +333,15 @@ |
|
|
// --vxe-table-footer-background-color: none; |
|
|
// --vxe-table-footer-background-color: none; |
|
|
// --vxe-table-border-color: rgba(12, 80, 166, 0.2); |
|
|
// --vxe-table-border-color: rgba(12, 80, 166, 0.2); |
|
|
// --vxe-table-border-color: none; |
|
|
// --vxe-table-border-color: none; |
|
|
// --vxe-font-color: #5beff9; |
|
|
--vxe-font-color: #000; |
|
|
// --vxe-table-header-font-color: #ffffffb3; |
|
|
// --vxe-table-header-font-color: #ffffffb3; |
|
|
// border: 1px solid var(--vxe-font-color); |
|
|
// border: 1px solid #b7babf; |
|
|
// box-shadow: inset 0px 0px 10px 0px rgb(36, 90, 124); |
|
|
// box-shadow: inset 0px 0px 10px 0px rgb(36, 90, 124); |
|
|
|
|
|
|
|
|
:deep(.vxe-table) { |
|
|
:deep(.vxe-table) { |
|
|
// height: calc(100vh - 5.7rem - 60px) !important; |
|
|
// height: calc(100vh - 5.7rem - 60px) !important; |
|
|
.vxe-table--body-wrapper { |
|
|
.vxe-table--body-wrapper { |
|
|
background-color: #f2f3f5; |
|
|
background-color: #dedede; |
|
|
// height: calc(100vh - 5.7rem - 182px) !important; |
|
|
// height: calc(100vh - 5.7rem - 182px) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -371,10 +373,10 @@ |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
.tableCellClass { |
|
|
.tableCellClass { |
|
|
background-color: #f2f3f5; |
|
|
background-color: #dedede; |
|
|
// border-bottom: 1px solid var(--vxe-font-color) !important; |
|
|
border-bottom: 1px solid #b7babf !important; |
|
|
// border-right: 1px solid var(--vxe-font-color) !important; |
|
|
border-right: 1px solid #b7babf !important; |
|
|
// border-right-color: var(--vxe-font-color) !important; |
|
|
border-right-color: #b7babf !important; |
|
|
.vxe-cell { |
|
|
.vxe-cell { |
|
|
font-family: 'AlibabaPuHuiTiRegular'; |
|
|
font-family: 'AlibabaPuHuiTiRegular'; |
|
|
// color: #b1e3ff; |
|
|
// color: #b1e3ff; |
|
@ -473,7 +475,7 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.tablePage { |
|
|
.tablePage { |
|
|
background-color: #f2f3f5; |
|
|
background-color: #dedede; |
|
|
// --vxe-pager-background-color: none; |
|
|
// --vxe-pager-background-color: none; |
|
|
padding: 0 2rem; |
|
|
padding: 0 2rem; |
|
|
// color: #b1e3ff; |
|
|
// color: #b1e3ff; |
|
@ -554,7 +556,7 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
height: -webkit-fill-available; |
|
|
height: -webkit-fill-available; |
|
|
border: 2px solid var(--vxe-table-border-color); |
|
|
border: 2px solid #b7babf; |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
color: #000; |
|
|
color: #000; |
|
|
// padding: 15px; |
|
|
// padding: 15px; |
|
@ -571,7 +573,7 @@ |
|
|
.numValue { |
|
|
.numValue { |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
color: #606266; |
|
|
color: #000; |
|
|
|
|
|
|
|
|
span { |
|
|
span { |
|
|
font-size: 5rem; |
|
|
font-size: 5rem; |
|
@ -595,7 +597,7 @@ |
|
|
span { |
|
|
span { |
|
|
font-size: 1.4rem; |
|
|
font-size: 1.4rem; |
|
|
line-height: 30px; |
|
|
line-height: 30px; |
|
|
color: #606266; |
|
|
color: #000; |
|
|
margin-right: 3px; |
|
|
margin-right: 3px; |
|
|
} |
|
|
} |
|
|
span:nth-child(1) { |
|
|
span:nth-child(1) { |
|
|