mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
int 17
This commit is contained in:
39
app_base_chinese/static/src/scss/app_style.scss
Normal file
39
app_base_chinese/static/src/scss/app_style.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
//必须有 form ,故要特殊处理样式
|
||||
.o_form_view.o_form_nosheet.o_form_address_chinese, .o_form_view .o_form_nosheet.o_form_address_chinese {
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
.o_form_view .o_address_format.o_address_chinese {
|
||||
.o_address_country {
|
||||
display: -webkit-inline-flex;
|
||||
display: inline-flex;
|
||||
width: 38%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
}
|
||||
.o_form_view .o_address_format.o_address_chinese {
|
||||
.o_address_country {
|
||||
display: -webkit-inline-flex;
|
||||
display: inline-flex;
|
||||
width: 38%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
}
|
||||
|
||||
.o_form_view .o_form_editable .o_address_format.o_address_chinese {
|
||||
.o_address_zip{
|
||||
width: 38%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
.o_address_state {
|
||||
width: 38%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
.o_address_city{
|
||||
width: 38%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
.o_address_city_id{
|
||||
width: 38%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user