52 lines
1.1 KiB
SCSS
52 lines
1.1 KiB
SCSS
.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) {
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
.text-truncate {
|
|
overflow: unset !important;
|
|
text-overflow: unset !important;
|
|
white-space: unset !important;
|
|
}
|
|
|
|
|
|
// 设置表格不超出页面宽度
|
|
.o_form_view .o_field_widget .o_list_renderer {
|
|
width: calc(100% - 64px) !important;
|
|
margin:0 auto;
|
|
overflow: auto;
|
|
}
|
|
|
|
// 表格针对处理
|
|
.fixTableCss {
|
|
text-align: center;
|
|
.o_list_number_th,.o_list_number {
|
|
text-align: center!important;
|
|
}
|
|
.ui-sortable {
|
|
tr > td:first-child {
|
|
padding: 0!important;
|
|
}
|
|
}
|
|
.row_no {
|
|
padding: 0!important;;
|
|
width: 35px!important;
|
|
}
|
|
|
|
th[data-name="total_length"],th[data-name="length"],th[data-name="thickness"] {
|
|
.flex-row-reverse {
|
|
span {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// 其他不能用js处理的表格
|
|
.otherTableFix {
|
|
th[data-name="cutting_tool_material_id"] {
|
|
width: 100px!important;
|
|
}
|
|
th[data-name="ramping_angle_max"],th[data-name="ramping_angle_min"] {
|
|
width: 200px!important;
|
|
}
|
|
} |