// 加工能力\冷却方式 竖列展示改为横列展示
This commit is contained in:
@@ -401,3 +401,14 @@ div:has(.o_required_modifier) > label::before {
|
|||||||
.o_list_table_ungrouped {
|
.o_list_table_ungrouped {
|
||||||
min-width: 1089px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -912,7 +912,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//notebook" position="before">
|
<xpath expr="//notebook" position="before">
|
||||||
<group string="加工能力" attrs="{'invisible': [('equipment_type', '!=', '机床')]}" >
|
<group string="加工能力" attrs="{'invisible': [('equipment_type', '!=', '机床')]}" class="processingMethod">
|
||||||
<div>
|
<div>
|
||||||
<field name='image_id' widget="custom_many2many_checkboxes" string="">
|
<field name='image_id' widget="custom_many2many_checkboxes" string="">
|
||||||
|
|
||||||
@@ -924,7 +924,7 @@
|
|||||||
</field>
|
</field>
|
||||||
</div>
|
</div>
|
||||||
</group>
|
</group>
|
||||||
<group string="冷却方式" attrs="{'invisible': [('equipment_type', '!=', '机床')]}">
|
<group string="冷却方式" attrs="{'invisible': [('equipment_type', '!=', '机床')]}" class="processingMethod">
|
||||||
<div>
|
<div>
|
||||||
<field name='image_lq_id' widget="custom_many2many_checkboxes" string="">
|
<field name='image_lq_id' widget="custom_many2many_checkboxes" string="">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user