// 加工能力\冷却方式 竖列展示改为横列展示

This commit is contained in:
黄焱
2023-12-28 17:44:51 +08:00
parent f81bf760d4
commit e9987fdcfa
2 changed files with 13 additions and 2 deletions

View File

@@ -400,4 +400,15 @@ div:has(.o_required_modifier) > label::before {
// 机床换刀申请表格宽度设置
.o_list_table_ungrouped {
min-width: 1089px;
}
// 加工能力\冷却方式 竖列展示改为横列展示
.processingMethod {
.o_cell.flex-grow-1.flex-sm-grow-0 {
width: 100%!important;
}
}
@media (min-width: 576px) {
.o_inner_group.processingMethod {
grid-template-columns: auto;
}
}