同步方法基本完成,优化图片展示
This commit is contained in:
22
sf_base/static/src/scss/format_img.scss
Normal file
22
sf_base/static/src/scss/format_img.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.o_data_row .w-100 {
|
||||
width: 40px !important;
|
||||
height: 40px !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.o_list_record_selector {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
max-width: unset !important;
|
||||
}
|
||||
|
||||
.o_inner_group .img-fluid {
|
||||
width: 133px !important;
|
||||
height: 133px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user