fix chinese address

This commit is contained in:
ivan deng
2023-04-02 18:57:06 +08:00
parent efec723018
commit 7ae27d516e
4 changed files with 53 additions and 115 deletions

View File

@@ -1,26 +1,27 @@
.o_form_view .o_address_format {
.o_form_view .o_address_format.o_address_chinese {
.o_address_country {
display: -webkit-inline-flex;
display: inline-flex;
width: 48%;
width: 38%;
margin-right: 2%;
}
}
.o_form_view.o_form_editable .o_address_format {
div.o_address_state {
width: 50%;
margin-right: 0;
.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: 48%;
width: 38%;
margin-right: 2%;
}
.o_address_city_id{
width: 48%;
width: 38%;
margin-right: 2%;
}
input.o_address_zip{
width: 50%;
margin-right: 0;
}
}