158 lines
2.7 KiB
SCSS
158 lines
2.7 KiB
SCSS
.el-select, .el-cascader, .el-date-editor.el-input, .el-date-editor.el-input__wrapper, .el-input__wrapper, .el-input-number, .el-select-v2 {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.el-pagination .el-select {
|
|
width: 128px !important;
|
|
}
|
|
|
|
.el-pagination--small .el-select {
|
|
width: 100px !important;
|
|
}
|
|
|
|
.el-table .el-table__cell {
|
|
text-align: left;
|
|
}
|
|
|
|
.el-descriptions__label {
|
|
width: 200px;
|
|
}
|
|
|
|
.el-descriptions__content {
|
|
width: auto;
|
|
}
|
|
|
|
.el-divider__text {
|
|
font-size: 16px !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.el-form-item__label {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.el-dialog {
|
|
--el-dialog-margin-top: 50px !important;
|
|
padding: 0 !important;
|
|
|
|
.el-dialog__header {
|
|
border-bottom: 1px solid #f1f1f1;
|
|
padding-left: 20px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
}
|
|
|
|
.el-dialog__body {
|
|
padding: 16px 20px;
|
|
}
|
|
|
|
.el-dialog__footer {
|
|
border-top: 1px solid #f1f1f1;
|
|
padding: 16px 20px;
|
|
}
|
|
}
|
|
|
|
.el-table {
|
|
* {
|
|
font-size: 12px;
|
|
}
|
|
|
|
th.el-table__cell {
|
|
--el-table-header-bg-color: rgb(245, 247, 250);
|
|
font-weight: bold;
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
|
|
.el-table__cell {
|
|
padding: 8px 0 !important;
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
|
|
.el-page-header {
|
|
border-bottom: 1px solid #eaeaea;
|
|
padding: 0 20px 20px 20px;
|
|
margin: 0 -20px 20px -20px;
|
|
|
|
.el-page-header__content {
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
|
|
.el-form-item__label {
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.el-button > span {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.el-input__inner {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.el-table-v2 {
|
|
* {
|
|
font-size: 12px;
|
|
}
|
|
|
|
--el-text-color-secondary: rgb(0, 0, 0);
|
|
|
|
.el-table-v2__row {
|
|
color: #606266;
|
|
}
|
|
|
|
.el-table-v2__row-cell, .el-table-v2__header-cell {
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.el-table-v2__row {
|
|
&:nth-child(even) {
|
|
background: var(--el-fill-color-lighter);
|
|
}
|
|
}
|
|
|
|
background: var(--el-table-row-hover-bg-color);
|
|
border: var(--el-table-border);
|
|
|
|
.el-table-v2__header-wrapper {
|
|
border-right: 1px var(--el-table-border-color) solid;
|
|
background: var(--el-table-row-hover-bg-color);
|
|
}
|
|
|
|
.el-table-v2__header {
|
|
background: var(--el-table-row-hover-bg-color);
|
|
}
|
|
|
|
.el-table-v2__header-cell {
|
|
background: var(--el-table-row-hover-bg-color);
|
|
border-right: 1px var(--el-table-border-color) solid;
|
|
}
|
|
|
|
.el-table-v2__row-cell {
|
|
border-right: 1px var(--el-table-border-color) solid;
|
|
}
|
|
|
|
.el-vl__wrapper.el-table-v2__body {
|
|
border-right: 1px var(--el-table-border-color) solid;
|
|
}
|
|
|
|
.el-table-v2__header-cell:last-child {
|
|
border-right: 0;
|
|
}
|
|
|
|
.el-table-v2__row-cell:last-child {
|
|
border-right: 0;
|
|
}
|
|
}
|
|
|
|
.el-pagination .el-select .el-select__clear {
|
|
display: none !important;
|
|
}
|
|
|
|
.el-icon svg {
|
|
font-size: unset;
|
|
}
|