Files
new_wms_admin/src/components/SearchForm/index.scss
2025-09-17 14:44:49 +08:00

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;
// }