|
@@ -1,27 +1,33 @@
|
|
|
/* 设置 notification、message 层级在 loading 之上 */
|
|
|
.el-message,
|
|
|
.el-notification {
|
|
|
- z-index: 2070 !important;
|
|
|
+ z-index: 2070 !important ;
|
|
|
}
|
|
|
+.el-pagination {
|
|
|
+ --el-pagination-button-bg-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
label {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
+.el-button--primary,
|
|
|
+.el-button--primary.is-plain {
|
|
|
+ --el-button-text-color: #0a1f33;
|
|
|
|
|
|
-// .label-span {
|
|
|
-// display: inline-block;
|
|
|
-// overflow: hidden;
|
|
|
-// text-overflow: ellipsis;
|
|
|
-// white-space: nowrap;
|
|
|
-// cursor: pointer;
|
|
|
-// }
|
|
|
+ background: linear-gradient(0deg, #4ca6ff 0%, #7fffff 100%);
|
|
|
+}
|
|
|
.el-form-item__label {
|
|
|
- // display: list-item;
|
|
|
- // overflow: hidden;
|
|
|
font-weight: 700;
|
|
|
-
|
|
|
- // text-overflow: ellipsis;
|
|
|
- // white-space: nowrap;
|
|
|
+ color: #7fffff;
|
|
|
}
|
|
|
+.el-form-item__content {
|
|
|
+ border-color: #7fffff !important;
|
|
|
+}
|
|
|
+.el-form-item--default {
|
|
|
+ --font-size: 14px;
|
|
|
+ --el-form-label-font-size: var(--font-size);
|
|
|
+}
|
|
|
+
|
|
|
.dialog-slot-c {
|
|
|
.el-tabs__content {
|
|
|
max-height: 52vh;
|
|
@@ -78,8 +84,8 @@ label {
|
|
|
box-sizing: border-box;
|
|
|
padding: 12px;
|
|
|
overflow-x: hidden;
|
|
|
- background-color: var(--el-bg-color);
|
|
|
- border: 1px solid var(--el-border-color-light);
|
|
|
+ background-color: transparent;
|
|
|
+ border: 1px solid rgb(76 166 255 / 40%) !important;
|
|
|
border-radius: 6px;
|
|
|
box-shadow: 0 0 12px rgb(0 0 0 / 5%);
|
|
|
}
|
|
@@ -223,9 +229,28 @@ label {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // .is-scrolling-middle {
|
|
|
+ .el-table-fixed-column--right {
|
|
|
+ --el-table-tr-bg-color: rgb(0 136 204 / 40%) !important;
|
|
|
+
|
|
|
+ background-image: url('@/assets/images/bg0.png') !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-table-fixed-column--left {
|
|
|
+ --el-table-tr-bg-color: rgb(0 136 204 / 40%) !important;
|
|
|
+
|
|
|
+ background-image: url('@/assets/images/bg0.png') !important;
|
|
|
+ }
|
|
|
+
|
|
|
// el-table 表格样式
|
|
|
.el-table {
|
|
|
flex: 1;
|
|
|
+ color: #7fffff;
|
|
|
+
|
|
|
+ // background-color: transparent;
|
|
|
+
|
|
|
+ --el-table-border-color: rgb(76 166 255 / 40%);
|
|
|
+ --el-table-tr-bg-color: rgb(0 136 204 / 40%);
|
|
|
|
|
|
// 修复 safari
|
|
|
table {
|
|
@@ -233,14 +258,21 @@ label {
|
|
|
}
|
|
|
.el-table__header th {
|
|
|
height: 45px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 17px;
|
|
|
font-weight: bold;
|
|
|
- color: var(--el-text-color-primary);
|
|
|
+
|
|
|
+ // color: var(--el-text-color-primary);
|
|
|
+ color: #7fffff;
|
|
|
background: var(--el-fill-color-light);
|
|
|
+
|
|
|
+ // background-color: #7fffff;
|
|
|
+
|
|
|
+ // background-color: transparent;
|
|
|
}
|
|
|
.el-table__row {
|
|
|
height: 45px;
|
|
|
font-size: 14px;
|
|
|
+ background-color: transparent;
|
|
|
.move {
|
|
|
cursor: move;
|
|
|
.el-icon {
|
|
@@ -253,6 +285,7 @@ label {
|
|
|
.el-table__header .el-table__cell > .cell {
|
|
|
// white-space: nowrap;
|
|
|
white-space: wrap;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
|
|
|
// 解决表格数据为空时样式不居中问题(仅在element-plus中)
|
|
@@ -284,28 +317,37 @@ label {
|
|
|
|
|
|
/* el-table 组件大小 */
|
|
|
.el-table--small {
|
|
|
+ background-color: transparent;
|
|
|
.el-table__header th {
|
|
|
height: 40px !important;
|
|
|
font-size: 14px !important;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
.el-table__row {
|
|
|
height: 40px !important;
|
|
|
font-size: 13px !important;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
}
|
|
|
.el-table--large {
|
|
|
.el-table__header th {
|
|
|
height: 50px !important;
|
|
|
font-size: 16px !important;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
.el-table__row {
|
|
|
height: 50px !important;
|
|
|
font-size: 15px !important;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/* el-drawer */
|
|
|
.el-drawer {
|
|
|
+ background-image: url('@/assets/images/bg0.png');
|
|
|
+ background-repeat: repeat;
|
|
|
+
|
|
|
+ // background-color: transparent;
|
|
|
.el-drawer__header {
|
|
|
padding: 16px 20px;
|
|
|
margin-bottom: 0;
|
|
@@ -341,6 +383,10 @@ label {
|
|
|
|
|
|
/* el-dialog */
|
|
|
.el-dialog {
|
|
|
+ background-image: url('@/assets/images/bg0.png');
|
|
|
+ background-repeat: repeat;
|
|
|
+
|
|
|
+ // background-size: contain;
|
|
|
border-radius: 6px;
|
|
|
.el-dialog__header {
|
|
|
padding: 15px 20px;
|
|
@@ -352,7 +398,7 @@ label {
|
|
|
// border-top-left-radius: 6px;
|
|
|
// border-top-right-radius: 6px;
|
|
|
.el-dialog__title {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 20px;
|
|
|
|
|
|
// color: var(--el-dialog-bg-color);
|
|
|
}
|