|
@@ -16,14 +16,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.el-dialog__footer .el-button {
|
|
|
- border-radius: 0;
|
|
|
- padding: 0 10px;
|
|
|
- font-weight: initial;
|
|
|
- height: 28px;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
//新改变版按钮
|
|
|
.el-button[hc-btn] {
|
|
|
border-radius: 0;
|
|
@@ -48,40 +40,3 @@
|
|
|
margin-left: 4px;
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-//表格样式重写
|
|
|
-.el-table[hc] {
|
|
|
- --el-table-bg-color: initial;
|
|
|
- --el-table-header-bg-color: #d5deff;
|
|
|
- --el-table-header-text-color: #000000;
|
|
|
- --el-table-tr-bg-color: #fafafa;
|
|
|
- --el-fill-color-lighter: #fafafa;
|
|
|
- --el-table-text-color: green;
|
|
|
- --el-table-row-hover-bg-color: #e9edfa;
|
|
|
- --el-table-current-row-bg-color: #ffe48d;
|
|
|
- --el-table-border: 1px dotted var(--el-table-border-color);
|
|
|
- .el-table__cell {
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
- .cell {
|
|
|
- padding: 4px;
|
|
|
- line-height: initial;
|
|
|
- .el-link + .el-link {
|
|
|
- margin-left: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
- .el-table__body-wrapper .el-table-column--selection>.cell,
|
|
|
- .el-table__header-wrapper .el-table-column--selection>.cell {
|
|
|
- height: auto;
|
|
|
- }
|
|
|
- .el-table-fixed-column--left, .el-table-fixed-column--right {
|
|
|
- background: #d5deff;
|
|
|
- &.el-table__cell {
|
|
|
- background: #d5deff !important;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.el-table[hc].el-table--border {
|
|
|
- --el-table-border-color: #8287a5;
|
|
|
-}
|