2025-11-12 19:52:31 +08:00

69 lines
999 B
SCSS

.m-fields-table-wrap {
width: 100%;
&.fixed {
position: fixed;
height: 100%;
overflow: auto;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 100;
background: rgba(0, 0, 0, 0.5);
align-items: center;
display: flex;
& > .el-form-item__content {
z-index: 101;
position: relative;
margin: 10vh auto;
max-width: fit-content;
}
table {
width: 95vw !important;
}
}
}
.m-fields-table {
width: 100%;
th {
background-color: #f2f2f2 !important;
color: #333 !important;
}
.el-table {
th {
padding: 0 !important;
}
}
.el-table__column--dropable {
cursor: move;
}
.el-form-item__content {
.el-input-group {
vertical-align: middle;
}
}
&.m-fields-table-item-extra {
tr.expanded td {
border-bottom: 0;
}
}
.el-table__expanded-cell {
.m-form-tip {
margin-left: 80px;
}
}
.el-form-item {
margin-bottom: 0;
}
}