设置表格横向滚动
This commit is contained in:
@@ -515,4 +515,10 @@ div:has(.o_required_modifier) > label::before {
|
||||
input {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
// 设置表格横向滚动
|
||||
.o_list_renderer.o_renderer {
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user