样式调整

This commit is contained in:
zhujiyan
2024-08-27 18:37:46 +08:00
parent f8995d043b
commit e9a0347b0e
8 changed files with 466 additions and 166 deletions

View File

@@ -23,7 +23,12 @@
/* mask image */
.mask-image {
padding-right: 50px;
mask-image: linear-gradient(90deg, #000000 0%, #000000 calc(100% - 50px), transparent);
mask-image: linear-gradient(
90deg,
#000000 0%,
#000000 calc(100% - 50px),
transparent
);
}
/* custom card */
@@ -139,15 +144,22 @@
table {
width: 100%;
}
.el-table__header th {
height: 45px;
.el-table__header th,
.el-table-fixed-column--left th,
.el-table-fixed-column--right th {
// height: 45px;
font-size: 15px;
font-weight: bold;
color: var(--el-text-color-primary);
background: var(--el-fill-color-light);
// color: var(--el-text-color-primary);
// background: var(--el-fill-color-light);
height: 40px;
background: var(--el-color-primary) !important;
color: #fff;
}
.el-table__row {
height: 45px;
// height: 45px;
height: 40px;
font-size: 14px;
.move {
cursor: move;
@@ -232,7 +244,9 @@
.el-select {
width: 100%;
}
.el-select-dropdown__item:hover {
background: red !important;
}
// drawer-form 中存在两列 form-item 样式
.drawer-multiColumn-form {
display: flex;
@@ -258,6 +272,6 @@
}
}
.el-form-item{
.el-form-item {
margin-right: 10px !important;
}
}