2023-07-05 15:08:49 +08:00

51 lines
912 B
SCSS

.warning-page {
// background-color: blue;
display: flex;
width: 100%;
height: 100%;
.table-box {
height: 100%;
.table {
height: 100%;
:deep(.table-main) {
height: 100%;
}
}
}
}
:deep(.el-scrollbar__view) {
width: 100%;
height: 100%;
// display: flex;
// flex-wrap: wrap;
}
:deep() {
.el-form-item__content > :not(button) {
// width: 160px;
}
.el-input__wrapper {
color: white;
font-size: 16px;
background-color: transparent;
border: none;
box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset;
}
.el-input__inner {
color: white;
font-size: 16px;
}
.el-textarea__inner {
color: white;
font-size: 16px;
background-color: transparent;
border: none;
box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset;
}
}
// :deep(.el-dialog__body) {
// padding: 0 0 0 0 !important;
// background-color: pink;
// }