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

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

@@ -401,3 +401,14 @@ 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;
}
}

View File

@@ -912,7 +912,7 @@
</xpath>
<xpath expr="//notebook" position="before">
<group string="加工能力" attrs="{'invisible': [('equipment_type', '!=', '机床')]}" >
<group string="加工能力" attrs="{'invisible': [('equipment_type', '!=', '机床')]}" class="processingMethod">
<div>
<field name='image_id' widget="custom_many2many_checkboxes" string="">
@@ -924,7 +924,7 @@
</field>
</div>
</group>
<group string="冷却方式" attrs="{'invisible': [('equipment_type', '!=', '机床')]}">
<group string="冷却方式" attrs="{'invisible': [('equipment_type', '!=', '机床')]}" class="processingMethod">
<div>
<field name='image_lq_id' widget="custom_many2many_checkboxes" string="">