Files
SPDM/src/views/competenceCenter/condition/components/taskPool.scss
2025-11-05 10:35:39 +08:00

108 lines
1.5 KiB
SCSS

.loadcase {
width: 100%;
height: 100%;
position: relative;
}
:deep(.button-container) {
display: flex;
align-items: center;
}
:deep(.el-upload-list) {
display: none;
}
:deep(.el-table .cell) {
line-height: 12px;
display: inline;
}
.mr16 {
margin-right: 16px;
}
.contain {
height: 100%;
position: relative;
.flex-end {
display: flex;
justify-content: flex-end;
z-index: 99;
top: 20px;
}
}
:deep(.el-select) {
.el-input .el-input__inner {
height: 32px !important;
line-height: 32px !important;
}
}
.loadcaseLib {
display: flex;
align-items: center;
font-size: 14px;
font-weight: 400;
:deep(.el-input__inner) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
:deep(.el-table td.el-table__cell .cell, .el-table td .cell) {
display: flex !important;
align-items: center !important;
justify-content: center;
}
.flex-div {
display: flex;
align-items: center;
}
:deep(.el-table td.el-table__cell, .el-table td) {
line-height: 34px !important;
height: 34px !important;
}
:deep(.el-table__placeholder) {
width: 0px !important;
}
:deep(.el-table__expand-icon) {
margin-right: 4px !important;
}
:deep(.el-table__row:not([class*='el-table__row--level-'])) {
td:first-child {
padding-left: 16px !important;
}
}
.pool-select {
height: 60px;
.el-select {
width: 180px;
}
}
.select-form {
.el-form-item {
margin-bottom: 0px;
}
.el-form-item:nth-child(2) {
margin-right: 0px;
}
}
.flex-end {
margin-bottom: var(--margin-small);
}