|
@@ -7,28 +7,6 @@
|
|
|
--el-pagination-button-bg-color: transparent;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
-改变表格内竖线颜色
|
|
|
-*/
|
|
|
-.el-table--border td,
|
|
|
-.el-table--border th,
|
|
|
-.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
|
|
|
- border-right: 1px solid rgb(76 166 255 / 40%) !important;
|
|
|
-
|
|
|
- // opacity: 0.4;
|
|
|
-}
|
|
|
-
|
|
|
-/**
|
|
|
-改变表格内行线颜色
|
|
|
-*/
|
|
|
-.el-table td,
|
|
|
-.el-table th.is-leaf {
|
|
|
- border-bottom: 1px solid rgb(76 166 255 / 40%) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table thead tr th {
|
|
|
- border-color: 1px solid rgb(76 166 255 / 40%) !important;
|
|
|
-}
|
|
|
label {
|
|
|
font-weight: 700;
|
|
|
}
|
|
@@ -251,11 +229,27 @@ 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;
|
|
|
+
|
|
|
+ // background-color: transparent;
|
|
|
|
|
|
--el-table-border-color: rgb(76 166 255 / 40%);
|
|
|
--el-table-tr-bg-color: rgb(0 136 204 / 40%);
|
|
@@ -272,7 +266,10 @@ label {
|
|
|
// color: var(--el-text-color-primary);
|
|
|
color: #7fffff;
|
|
|
background: var(--el-fill-color-light);
|
|
|
- background-color: transparent;
|
|
|
+
|
|
|
+ // background-color: #7fffff;
|
|
|
+
|
|
|
+ // background-color: transparent;
|
|
|
}
|
|
|
.el-table__row {
|
|
|
height: 45px;
|
|
@@ -349,6 +346,9 @@ label {
|
|
|
|
|
|
/* el-drawer */
|
|
|
.el-drawer {
|
|
|
+ background-image: url('@/assets/images/bg0.png');
|
|
|
+ background-repeat: repeat;
|
|
|
+
|
|
|
// background-color: transparent;
|
|
|
.el-drawer__header {
|
|
|
padding: 16px 20px;
|
|
@@ -385,6 +385,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;
|
|
@@ -396,7 +400,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);
|
|
|
}
|