24 lines
457 B
SCSS
24 lines
457 B
SCSS
.el-form-item--default {
|
|
margin-bottom: 8px;
|
|
}
|
|
.form-item {
|
|
width: 344px !important;
|
|
margin-right: 12px !important;
|
|
.form-item-select {
|
|
width: 224px !important;
|
|
}
|
|
}
|
|
.form-box1 {
|
|
min-width: calc(100% - 217px);
|
|
max-width: calc(100% - 217px); // 184
|
|
.form-item {
|
|
.form-item-select {
|
|
width: 224px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ::v-deep(.el-select__input) {
|
|
// font-size: 12px !important;
|
|
// }
|