|
@@ -25,23 +25,23 @@
|
|
|
@jbs5: linear-gradient(to right, #f1880c, #ffd179);
|
|
|
@jbs6: linear-gradient(to right, #ff293d, #ff9ea7);
|
|
|
|
|
|
-@green : #05bb4c;
|
|
|
-@gray : #606769;
|
|
|
-@gray-l : #B3BDC0;
|
|
|
+@green : #05bb4c;
|
|
|
+@gray : #606769;
|
|
|
+@gray-l : #B3BDC0;
|
|
|
@picker-bg-color: fade(rgb(3, 7, 19), 95);
|
|
|
|
|
|
-@primary-color : #2568c4;
|
|
|
-@border-color : transparent;
|
|
|
-@text-color : #fff;
|
|
|
+@primary-color : #2568c4;
|
|
|
+@border-color : transparent;
|
|
|
+@text-color : #fff;
|
|
|
@placeholder-color: #c0c4cc;
|
|
|
-@disabled-color : #c0c4cc;
|
|
|
-@disabled-bg : #000;
|
|
|
+@disabled-color : #c0c4cc;
|
|
|
+@disabled-bg : #000;
|
|
|
|
|
|
.nsfStyle {
|
|
|
#app {
|
|
|
|
|
|
.themeDarkHome {
|
|
|
- background: @mc1 !important;
|
|
|
+ background: @mc1 !important;
|
|
|
}
|
|
|
|
|
|
.themeDark {
|
|
@@ -52,11 +52,11 @@
|
|
|
|
|
|
.proMenu {
|
|
|
.defaultBacksty {
|
|
|
- color: @fc6 !important;
|
|
|
+ color: @fc6 !important;
|
|
|
}
|
|
|
|
|
|
.changeBacksty {
|
|
|
- color : @fzs2 !important;
|
|
|
+ color: @fzs2 !important;
|
|
|
border-color: @mc3;
|
|
|
}
|
|
|
}
|
|
@@ -143,7 +143,7 @@
|
|
|
// 首页点击地图风场后左侧的滑出窗口
|
|
|
.infoBox {
|
|
|
.el-button {
|
|
|
- color: @fzs2 !important;
|
|
|
+ color: @fzs2 !important;
|
|
|
}
|
|
|
|
|
|
p,
|
|
@@ -169,7 +169,6 @@
|
|
|
color: #c3c3c4;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// 菜单
|
|
|
.elmenuSty {
|
|
|
background: @mc1;
|
|
@@ -205,7 +204,7 @@
|
|
|
.excelDataMain,
|
|
|
.tableDataMain {
|
|
|
background: @mc2;
|
|
|
- padding : 10px 5px;
|
|
|
+ padding: 10px 5px;
|
|
|
|
|
|
.main {
|
|
|
background: #13171e;
|
|
@@ -214,291 +213,20 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // el-table
|
|
|
- .el-table,
|
|
|
- .custom-table.el-table {
|
|
|
- background: rgb(3, 7, 19);
|
|
|
- border : 0px; // 包裹表格父元素边框
|
|
|
-
|
|
|
- .el-table__row {
|
|
|
- background: transparent; // 表格底色,因表格上层有其他颜色遮挡所以视觉效果看起来仿佛是表格边框
|
|
|
-
|
|
|
- & .el-table__cell {
|
|
|
- border-bottom: 1px solid rgb(17, 58, 120) !important; // 表格单元格底部边框颜色
|
|
|
-
|
|
|
- .el-button {
|
|
|
- color: rgb(71, 174, 231) !important;
|
|
|
-
|
|
|
- &:active {
|
|
|
- color: #70d0f4 !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--border::after,
|
|
|
- &.el-table--group::after,
|
|
|
- &::before {
|
|
|
- background-color: transparent;
|
|
|
- }
|
|
|
-
|
|
|
- tr {
|
|
|
- td {
|
|
|
- background-color: rgb(3, 7, 19); // 表格基数行背景颜色
|
|
|
- }
|
|
|
-
|
|
|
- &:hover td {
|
|
|
- color : #67b9ff; // 表格基数行 hover 文字颜色
|
|
|
- background-color: rgb(3, 7, 19) !important; // 表格基数行 hover 背景颜色
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- td {
|
|
|
- border : 0px; // 表格内部除了最后一行底部以外的上下左右边框
|
|
|
- padding : 0;
|
|
|
- height : 37px;
|
|
|
- line-height: 37px;
|
|
|
- color : rgb(194, 225, 255);
|
|
|
-
|
|
|
- &.light,
|
|
|
- &.always-light {
|
|
|
- color: #67b9ff !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- th {
|
|
|
- border : 0px;
|
|
|
- padding : 0px;
|
|
|
- height : 37px;
|
|
|
- line-height: 37px;
|
|
|
- font-weight: normal;
|
|
|
- text-align : center;
|
|
|
- color : rgb(85, 113, 166);
|
|
|
- cursor : pointer;
|
|
|
-
|
|
|
- &.is-leaf {
|
|
|
- border: 0px;
|
|
|
- }
|
|
|
-
|
|
|
- &.light,
|
|
|
- &.always-light {
|
|
|
- color: #67b9ff !important;
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
- th,
|
|
|
- tr {
|
|
|
- background-color: transparent;
|
|
|
- border : 0px;
|
|
|
- }
|
|
|
-
|
|
|
- thead {
|
|
|
- color : @gray-l;
|
|
|
- font-weight: 500;
|
|
|
- font-size : 14px;
|
|
|
- border : 0px;
|
|
|
-
|
|
|
- th,
|
|
|
- &.is-group th {
|
|
|
- &.el-table__cell {
|
|
|
- background : rgb(19, 35, 71);
|
|
|
- border-color: transparent !important;
|
|
|
- color : #bcd2ff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
- .el-table__body {
|
|
|
- border : 0px; // 表格最外侧除右边以外边框
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--striped .el-table__body tr.el-table__row--striped {
|
|
|
- td {
|
|
|
- background-color: rgb(16, 25, 46); // 表格偶数行背景颜色
|
|
|
- }
|
|
|
-
|
|
|
- &:hover td {
|
|
|
- color : #67b9ff;
|
|
|
- background-color: rgb(16, 25, 46) !important; // 表格偶数行 hover 背景颜色
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--border,
|
|
|
- &.el-table--group {
|
|
|
- border: none;
|
|
|
- }
|
|
|
-
|
|
|
- .ascending .sort-caret.ascending {
|
|
|
- border-bottom-color: #2169c3;
|
|
|
- }
|
|
|
-
|
|
|
- .descending .sort-caret.descending {
|
|
|
- border-top-color: #2169c3;
|
|
|
- }
|
|
|
+ .scrollbar-demo-item {
|
|
|
+ background: rgba(83, 98, 104, .2);
|
|
|
+ border-color: #1890ff;
|
|
|
}
|
|
|
|
|
|
- .warn-table,
|
|
|
- .df-table {
|
|
|
-
|
|
|
- .tableData_tit p {
|
|
|
- color: #fff !important;
|
|
|
- }
|
|
|
-
|
|
|
- .el-table,
|
|
|
- .custom-table.el-table {
|
|
|
- background: rgb(3, 7, 19);
|
|
|
- border : 1px solid rgba(33, 105, 195, 0.5) !important; // 包裹表格父元素边框
|
|
|
+ .el-tree {
|
|
|
+ background: rgba(83, 98, 104, .2);
|
|
|
|
|
|
- .el-table__row {
|
|
|
- background: transparent; // 表格底色,因表格上层有其他颜色遮挡所以视觉效果看起来仿佛是表格边框
|
|
|
-
|
|
|
- & .el-table__cell {
|
|
|
- border-bottom: 1px solid rgb(17, 58, 120) !important; // 表格单元格底部边框颜色
|
|
|
-
|
|
|
- .el-button {
|
|
|
- color: rgb(71, 174, 231) !important;
|
|
|
-
|
|
|
- &:active {
|
|
|
- color: #70d0f4 !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &:hover .cell {
|
|
|
- color: rgb(71, 174, 231) !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--border::after,
|
|
|
- &.el-table--group::after,
|
|
|
- &::before {
|
|
|
- background-color: transparent;
|
|
|
- }
|
|
|
-
|
|
|
- tr {
|
|
|
- td {
|
|
|
- background-color: rgb(3, 7, 19); // 表格基数行背景颜色
|
|
|
- }
|
|
|
-
|
|
|
- &:hover td {
|
|
|
- color : #67b9ff; // 表格基数行 hover 文字颜色
|
|
|
- background-color: rgb(3, 7, 19) !important; // 表格基数行 hover 背景颜色
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- td {
|
|
|
- border : 0px; // 表格内部除了最后一行底部以外的上下左右边框
|
|
|
- padding : 0;
|
|
|
- height : 37px;
|
|
|
- line-height: 37px;
|
|
|
- color : rgb(194, 225, 255);
|
|
|
-
|
|
|
- &.light,
|
|
|
- &.always-light {
|
|
|
- color: #67b9ff !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- th {
|
|
|
- border : 0px;
|
|
|
- padding : 0px;
|
|
|
- height : 37px;
|
|
|
- line-height: 37px;
|
|
|
- font-weight: normal;
|
|
|
- text-align : center;
|
|
|
- color : rgb(85, 113, 166);
|
|
|
- cursor : pointer;
|
|
|
-
|
|
|
- &.is-leaf {
|
|
|
- border: 0px;
|
|
|
- }
|
|
|
-
|
|
|
- &.light,
|
|
|
- &.always-light {
|
|
|
- color: #67b9ff !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- th,
|
|
|
- tr {
|
|
|
- background-color: transparent;
|
|
|
- border : 0px;
|
|
|
- }
|
|
|
-
|
|
|
- thead {
|
|
|
- color : @gray-l;
|
|
|
- font-weight: 500;
|
|
|
- font-size : 14px;
|
|
|
- border : 0px;
|
|
|
-
|
|
|
- th,
|
|
|
- &.is-group th {
|
|
|
- &.el-table__cell {
|
|
|
- background : rgb(19, 35, 71) !important;
|
|
|
- border-color: transparent !important;
|
|
|
- color : #bcd2ff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__body {
|
|
|
- border : 0px; // 表格最外侧除右边以外边框
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--striped .el-table__body tr.el-table__row--striped {
|
|
|
- td {
|
|
|
- background-color: rgb(16, 25, 46); // 表格偶数行背景颜色
|
|
|
- }
|
|
|
-
|
|
|
- &:hover td {
|
|
|
- color : #67b9ff;
|
|
|
- background-color: rgb(16, 25, 46) !important; // 表格偶数行 hover 背景颜色
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- &.el-table--border,
|
|
|
- &.el-table--group {
|
|
|
- border: none;
|
|
|
- }
|
|
|
-
|
|
|
- .ascending .sort-caret.ascending {
|
|
|
- border-bottom-color: #2169c3;
|
|
|
- }
|
|
|
-
|
|
|
- .descending .sort-caret.descending {
|
|
|
- border-top-color: #2169c3;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__expanded-cell {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__footer-wrapper tbody td {
|
|
|
- background: #1a1f2fcc;
|
|
|
+ .el-tree-node__content {
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .el-table__expanded-cell {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
-
|
|
|
- .el-table__footer-wrapper tbody td {
|
|
|
- background: #1a1f2fcc;
|
|
|
- }
|
|
|
-
|
|
|
- // 去除表格顶、左、底部边框
|
|
|
- .el-table__border-left-patch,
|
|
|
- .el-table__inner-wrapper::after,
|
|
|
- .el-table__inner-wrapper::before {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
// el-input
|
|
@@ -507,12 +235,12 @@
|
|
|
// 基本样式
|
|
|
.el-input__wrapper {
|
|
|
background-color: rgba(83, 98, 104, .2);
|
|
|
- border-radius : 4px;
|
|
|
- border : 1px solid @border-color;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid @border-color;
|
|
|
|
|
|
// 输入框
|
|
|
.el-input__inner {
|
|
|
- color : @text-color;
|
|
|
+ color: @text-color;
|
|
|
font-size: 14px;
|
|
|
|
|
|
&::placeholder {
|
|
@@ -528,7 +256,7 @@
|
|
|
// 聚焦状态
|
|
|
&.is-focus {
|
|
|
border-color: @primary-color;
|
|
|
- box-shadow : 0 0 0 2px fade(@primary-color, 20%);
|
|
|
+ box-shadow: 0 0 0 2px fade(@primary-color, 20%);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -536,7 +264,7 @@
|
|
|
&.is-disabled {
|
|
|
.el-input__wrapper {
|
|
|
background-color: @disabled-bg;
|
|
|
- border-color : @border-color;
|
|
|
+ border-color: @border-color;
|
|
|
|
|
|
.el-input__inner {
|
|
|
color: @disabled-color;
|
|
@@ -569,8 +297,8 @@
|
|
|
// 基本样式
|
|
|
.el-select__wrapper {
|
|
|
background-color: rgba(83, 98, 104, .2);
|
|
|
- border-radius : 4px;
|
|
|
- border : 1px solid @border-color;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid @border-color;
|
|
|
|
|
|
.el-select__placeholder {
|
|
|
color: #fff;
|
|
@@ -584,7 +312,7 @@
|
|
|
// 聚焦状态
|
|
|
&.is-focus {
|
|
|
border-color: @primary-color;
|
|
|
- box-shadow : 0 0 0 2px fade(@primary-color, 20%);
|
|
|
+ box-shadow: 0 0 0 2px fade(@primary-color, 20%);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -592,7 +320,7 @@
|
|
|
&.is-disabled {
|
|
|
.el-input__wrapper {
|
|
|
background-color: @disabled-bg;
|
|
|
- border-color : @border-color;
|
|
|
+ border-color: @border-color;
|
|
|
|
|
|
.el-input__inner {
|
|
|
color: @disabled-color;
|
|
@@ -602,7 +330,7 @@
|
|
|
|
|
|
// 下拉箭头
|
|
|
.el-select__caret {
|
|
|
- color : @placeholder-color;
|
|
|
+ color: @placeholder-color;
|
|
|
font-size: 14px;
|
|
|
|
|
|
&.is-reverse {
|
|
@@ -635,7 +363,7 @@
|
|
|
background: #13171e;
|
|
|
|
|
|
.topPsty {
|
|
|
- color : #1c99ff;
|
|
|
+ color: #1c99ff;
|
|
|
background: #1e2126;
|
|
|
}
|
|
|
}
|
|
@@ -653,11 +381,297 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+ // el-table
|
|
|
+ .el-table,
|
|
|
+ .custom-table.el-table {
|
|
|
+ background: rgb(3, 7, 19);
|
|
|
+ border: 0px; // 包裹表格父元素边框
|
|
|
+
|
|
|
+ .el-table__row {
|
|
|
+ background: transparent; // 表格底色,因表格上层有其他颜色遮挡所以视觉效果看起来仿佛是表格边框
|
|
|
+
|
|
|
+ & .el-table__cell {
|
|
|
+ border-bottom: 1px solid rgb(17, 58, 120) !important; // 表格单元格底部边框颜色
|
|
|
+
|
|
|
+ .el-button {
|
|
|
+ color: rgb(71, 174, 231) !important;
|
|
|
+
|
|
|
+ &:active {
|
|
|
+ color: #70d0f4 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-table--border::after,
|
|
|
+ &.el-table--group::after,
|
|
|
+ &::before {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ tr {
|
|
|
+ td {
|
|
|
+ background-color: rgb(3, 7, 19); // 表格基数行背景颜色
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover td {
|
|
|
+ color: #67b9ff; // 表格基数行 hover 文字颜色
|
|
|
+ background-color: rgb(3, 7, 19) !important; // 表格基数行 hover 背景颜色
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ td {
|
|
|
+ border: 0px; // 表格内部除了最后一行底部以外的上下左右边框
|
|
|
+ padding: 0;
|
|
|
+ height: 37px;
|
|
|
+ line-height: 37px;
|
|
|
+ color: rgb(194, 225, 255);
|
|
|
+
|
|
|
+ &.light,
|
|
|
+ &.always-light {
|
|
|
+ color: #67b9ff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ th {
|
|
|
+ border: 0px;
|
|
|
+ padding: 0px;
|
|
|
+ height: 37px;
|
|
|
+ line-height: 37px;
|
|
|
+ font-weight: normal;
|
|
|
+ text-align: center;
|
|
|
+ color: rgb(85, 113, 166);
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &.is-leaf {
|
|
|
+ border: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.light,
|
|
|
+ &.always-light {
|
|
|
+ color: #67b9ff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ th,
|
|
|
+ tr {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ thead {
|
|
|
+ color: @gray-l;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 14px;
|
|
|
+ border: 0px;
|
|
|
+
|
|
|
+ th,
|
|
|
+ &.is-group th {
|
|
|
+ &.el-table__cell {
|
|
|
+ background: rgb(19, 35, 71);
|
|
|
+ border-color: transparent !important;
|
|
|
+ color: #bcd2ff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table__body {
|
|
|
+ border: 0px; // 表格最外侧除右边以外边框
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-table--striped .el-table__body tr.el-table__row--striped {
|
|
|
+ td {
|
|
|
+ background-color: rgb(16, 25, 46); // 表格偶数行背景颜色
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover td {
|
|
|
+ color: #67b9ff;
|
|
|
+ background-color: rgb(16, 25, 46) !important; // 表格偶数行 hover 背景颜色
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-table--border,
|
|
|
+ &.el-table--group {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ascending .sort-caret.ascending {
|
|
|
+ border-bottom-color: #2169c3;
|
|
|
+ }
|
|
|
+
|
|
|
+ .descending .sort-caret.descending {
|
|
|
+ border-top-color: #2169c3;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .warn-table,
|
|
|
+ .df-table {
|
|
|
+
|
|
|
+ .tableData_tit p {
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table,
|
|
|
+ .custom-table.el-table {
|
|
|
+ background: rgb(3, 7, 19);
|
|
|
+ border: 1px solid rgba(33, 105, 195, 0.5) !important; // 包裹表格父元素边框
|
|
|
+
|
|
|
+ .el-table__row {
|
|
|
+ background: transparent; // 表格底色,因表格上层有其他颜色遮挡所以视觉效果看起来仿佛是表格边框
|
|
|
+
|
|
|
+ & .el-table__cell {
|
|
|
+ border-bottom: 1px solid rgb(17, 58, 120) !important; // 表格单元格底部边框颜色
|
|
|
+
|
|
|
+ .el-button {
|
|
|
+ color: rgb(71, 174, 231) !important;
|
|
|
+
|
|
|
+ &:active {
|
|
|
+ color: #70d0f4 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover .cell {
|
|
|
+ color: rgb(71, 174, 231) !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-table--border::after,
|
|
|
+ &.el-table--group::after,
|
|
|
+ &::before {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ tr {
|
|
|
+ td {
|
|
|
+ background-color: rgb(3, 7, 19); // 表格基数行背景颜色
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover td {
|
|
|
+ color: #67b9ff; // 表格基数行 hover 文字颜色
|
|
|
+ background-color: rgb(3, 7, 19) !important; // 表格基数行 hover 背景颜色
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ td {
|
|
|
+ border: 0px; // 表格内部除了最后一行底部以外的上下左右边框
|
|
|
+ padding: 0;
|
|
|
+ height: 37px;
|
|
|
+ line-height: 37px;
|
|
|
+ color: rgb(194, 225, 255);
|
|
|
+
|
|
|
+ &.light,
|
|
|
+ &.always-light {
|
|
|
+ color: #67b9ff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ th {
|
|
|
+ border: 0px;
|
|
|
+ padding: 0px;
|
|
|
+ height: 37px;
|
|
|
+ line-height: 37px;
|
|
|
+ font-weight: normal;
|
|
|
+ text-align: center;
|
|
|
+ color: rgb(85, 113, 166);
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &.is-leaf {
|
|
|
+ border: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.light,
|
|
|
+ &.always-light {
|
|
|
+ color: #67b9ff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ th,
|
|
|
+ tr {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ thead {
|
|
|
+ color: @gray-l;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 14px;
|
|
|
+ border: 0px;
|
|
|
+
|
|
|
+ th,
|
|
|
+ &.is-group th {
|
|
|
+ &.el-table__cell {
|
|
|
+ background: rgb(19, 35, 71) !important;
|
|
|
+ border-color: transparent !important;
|
|
|
+ color: #bcd2ff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table__body {
|
|
|
+ border: 0px; // 表格最外侧除右边以外边框
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-table--striped .el-table__body tr.el-table__row--striped {
|
|
|
+ td {
|
|
|
+ background-color: rgb(16, 25, 46); // 表格偶数行背景颜色
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover td {
|
|
|
+ color: #67b9ff;
|
|
|
+ background-color: rgb(16, 25, 46) !important; // 表格偶数行 hover 背景颜色
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-table--border,
|
|
|
+ &.el-table--group {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ascending .sort-caret.ascending {
|
|
|
+ border-bottom-color: #2169c3;
|
|
|
+ }
|
|
|
+
|
|
|
+ .descending .sort-caret.descending {
|
|
|
+ border-top-color: #2169c3;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table__expanded-cell {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table__footer-wrapper tbody td {
|
|
|
+ background: #1a1f2fcc;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table__expanded-cell {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table__footer-wrapper tbody td {
|
|
|
+ background: #1a1f2fcc;
|
|
|
+ }
|
|
|
+
|
|
|
+ // 去除表格顶、左、底部边框
|
|
|
+ .el-table__border-left-patch,
|
|
|
+ .el-table__inner-wrapper::after,
|
|
|
+ .el-table__inner-wrapper::before {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
// el-dialog
|
|
|
.el-dialog.currentDialog,
|
|
|
.el-dialog[custom-class="windLifeDialog"] {
|
|
|
background: rgba(3, 7, 19, 0.95);
|
|
|
- border : 1px solid rgba(33, 105, 195, 0.5);
|
|
|
+ border: 1px solid rgba(33, 105, 195, 0.5);
|
|
|
box-shadow: 0px 8px 17px 1px rgba(33, 105, 195, 0.3);
|
|
|
|
|
|
.el-dialog__title {
|
|
@@ -694,20 +708,20 @@
|
|
|
|
|
|
.el-select-dropdown__wrap {
|
|
|
background-color: rgb(10, 23, 42);
|
|
|
- border : 1px solid rgb(10, 23, 42);
|
|
|
- border-radius : 4px;
|
|
|
- box-shadow : 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ border: 1px solid rgb(10, 23, 42);
|
|
|
+ border-radius: 4px;
|
|
|
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
.el-select-dropdown__item {
|
|
|
- font-size : 14px;
|
|
|
- padding : 0 20px;
|
|
|
- position : relative;
|
|
|
- white-space : nowrap;
|
|
|
- overflow : hidden;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 0 20px;
|
|
|
+ position: relative;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- color : @text-color;
|
|
|
- height : 34px;
|
|
|
- line-height : 34px;
|
|
|
+ color: @text-color;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
|
|
|
&.hover,
|
|
|
&.is-hovering,
|
|
@@ -716,22 +730,22 @@
|
|
|
}
|
|
|
|
|
|
&.is-selected {
|
|
|
- color : @fzs2;
|
|
|
+ color: @fzs2;
|
|
|
font-weight: 400;
|
|
|
|
|
|
&:hover {
|
|
|
background: @fzs2;
|
|
|
- color : #fff;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
&.is-hovering {
|
|
|
background: @fzs2;
|
|
|
- color : #fff;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&.is-disabled {
|
|
|
- color : @disabled-color;
|
|
|
+ color: @disabled-color;
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
}
|
|
@@ -739,19 +753,19 @@
|
|
|
|
|
|
// 多选样式
|
|
|
.el-select .el-select__selection.is-near {
|
|
|
- position : absolute;
|
|
|
+ position: absolute;
|
|
|
line-height: normal;
|
|
|
white-space: normal;
|
|
|
- z-index : 1;
|
|
|
- top : 50%;
|
|
|
- transform : translateY(-50%);
|
|
|
- display : flex;
|
|
|
+ z-index: 1;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ display: flex;
|
|
|
align-items: center;
|
|
|
- flex-wrap : wrap;
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
|
.el-tag {
|
|
|
background: #000;
|
|
|
- color : @text-color;
|
|
|
+ color: @text-color;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -764,7 +778,7 @@
|
|
|
|
|
|
&.is-checked {
|
|
|
.el-radio__inner {
|
|
|
- background : @fzs2;
|
|
|
+ background: @fzs2;
|
|
|
border-color: @fzs2;
|
|
|
}
|
|
|
|
|
@@ -820,7 +834,7 @@
|
|
|
td.current:not(.disabled) {
|
|
|
.el-date-table-cell__text {
|
|
|
background: @fzs2;
|
|
|
- color : #fff;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -833,7 +847,7 @@
|
|
|
td.current:not(.disabled) {
|
|
|
.cell {
|
|
|
background: @fzs2;
|
|
|
- color : #fff;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -851,7 +865,7 @@
|
|
|
|
|
|
&:hover {
|
|
|
background: @mc3;
|
|
|
- color : @fc1;
|
|
|
+ color: @fc1;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -859,7 +873,7 @@
|
|
|
|
|
|
.el-input__wrapper {
|
|
|
background-color: rgba(83, 98, 104, .2);
|
|
|
- border : 1px solid @border-color;
|
|
|
+ border: 1px solid @border-color;
|
|
|
|
|
|
.el-input__inner {
|
|
|
color: #fff;
|
|
@@ -867,9 +881,9 @@
|
|
|
}
|
|
|
|
|
|
.el-time-panel {
|
|
|
- border-color : #fff;
|
|
|
+ border-color: #fff;
|
|
|
background-color: rgb(3, 7, 19);
|
|
|
- box-shadow : var(--el-box-shadow-light);
|
|
|
+ box-shadow: var(--el-box-shadow-light);
|
|
|
}
|
|
|
|
|
|
.el-time-spinner__item {
|
|
@@ -905,7 +919,7 @@
|
|
|
}
|
|
|
|
|
|
.el-button.is-plain {
|
|
|
- color : #67b9ff;
|
|
|
+ color: #67b9ff;
|
|
|
border-color: #67b9ff;
|
|
|
}
|
|
|
}
|
|
@@ -924,7 +938,7 @@
|
|
|
|
|
|
.el-textarea__inner {
|
|
|
background: rgba(83, 98, 104, .2);
|
|
|
- color : @text-color;
|
|
|
+ color: @text-color;
|
|
|
}
|
|
|
|
|
|
.el-tabs {
|
|
@@ -932,11 +946,32 @@
|
|
|
color: #c2e1ff !important;
|
|
|
|
|
|
&.is-active {
|
|
|
- color: @fzs2 !important;
|
|
|
+ color: @fzs2 !important;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .el-tabs.currentTabs {
|
|
|
+
|
|
|
+ .el-tabs__header {
|
|
|
+ background: rgba(3, 7, 19, 0.95);
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-tabs__item {
|
|
|
+ color: #c2e1ff !important;
|
|
|
+
|
|
|
+ &.is-active {
|
|
|
+ color: @fzs2 !important;
|
|
|
+ background: rgba(3, 7, 19, 0.95);
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-tabs__content {
|
|
|
+ background: rgba(3, 7, 19, 0.95);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.el-pagination {
|
|
|
|
|
|
button.is-disabled,
|
|
@@ -947,7 +982,7 @@
|
|
|
}
|
|
|
|
|
|
.el-pager .number {
|
|
|
- color : #fff;
|
|
|
+ color: #fff;
|
|
|
background: transparent;
|
|
|
|
|
|
&:hover {
|
|
@@ -963,9 +998,9 @@
|
|
|
.point-popover {
|
|
|
.el-popper__arrow {
|
|
|
&:before {
|
|
|
- border-color : var(--el-popover-border-color) !important;
|
|
|
+ border-color: var(--el-popover-border-color) !important;
|
|
|
border-right-color: transparent !important;
|
|
|
- border-top-color : transparent !important;
|
|
|
+ border-top-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
}
|