增加耗量显示等

This commit is contained in:
Ivan.x390
2019-07-25 10:20:45 +08:00
parent d5d7deea62
commit d79f8c1154
3 changed files with 6 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
border-color: $o-brand-primary;
font-weight: bold;
}
//看板
.o_kanban_view .o_kanban_group:not(.o_column_folded) {
width: $o-kanban-default-record-width;
}
//菜单搜索常见
.o_menu_search {
&.o_bar_hidden {
@@ -49,6 +53,4 @@
}
}
}
}