mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update common
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App web enterprise enhance,企业版界面增强",
|
'name': "App web enterprise enhance,企业版界面增强",
|
||||||
'version': '13.19.12.10',
|
'version': '13.19.12.29',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
@@ -39,6 +39,8 @@
|
|||||||
替换主菜单界面的logo为你公司的logo。
|
替换主菜单界面的logo为你公司的logo。
|
||||||
3. Alway show search in main menu.
|
3. Alway show search in main menu.
|
||||||
在主菜单界面让搜索可见。
|
在主菜单界面让搜索可见。
|
||||||
|
4. Fix view bug like graph shake.
|
||||||
|
修正原生样式bug,如Graph会抖动。
|
||||||
""",
|
""",
|
||||||
'price': 68.00,
|
'price': 68.00,
|
||||||
'currency': 'EUR',
|
'currency': 'EUR',
|
||||||
|
|||||||
@@ -28,32 +28,39 @@
|
|||||||
border-left: 0.3em solid transparent;
|
border-left: 0.3em solid transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//列表左右显示边框
|
//列表左右显示边框
|
||||||
.o_list_view .table-responsive .o_list_table > thead > tr:first-child > th {
|
.o_list_view .table-responsive .o_list_table > thead > tr:first-child > th {
|
||||||
border-left: 1px solid #dfdfdf;;
|
border-left: 1px solid #dfdfdf;;
|
||||||
border-right: 1px solid #dfdfdf;;
|
border-right: 1px solid #dfdfdf;;
|
||||||
}
|
}
|
||||||
|
|
||||||
//内容显示边框
|
//内容显示边框
|
||||||
.o_list_view .table-responsive .o_list_table .o_data_row > .o_data_cell {
|
.o_list_view .table-responsive .o_list_table .o_data_row > .o_data_cell {
|
||||||
border-left: 1px solid #dee2e6;
|
border-left: 1px solid #dee2e6;
|
||||||
border-right: 1px solid #dee2e6;
|
border-right: 1px solid #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_list_view .table-responsive .o_list_table .o_data_row:not(.o_selected_row) > .o_data_cell:not(.o_readonly_modifier):not(:last-child) {
|
.o_list_view .table-responsive .o_list_table .o_data_row:not(.o_selected_row) > .o_data_cell:not(.o_readonly_modifier):not(:last-child) {
|
||||||
border-left: 1px solid #dee2e6;
|
border-left: 1px solid #dee2e6;
|
||||||
border-right: 1px solid #dee2e6;
|
border-right: 1px solid #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
//选择列icon,避免被滚动条挡
|
//选择列icon,避免被滚动条挡
|
||||||
.o_content > .o_list_view > .table-responsive > .table .o_optional_columns_dropdown_toggle {
|
.o_content > .o_list_view > .table-responsive > .table .o_optional_columns_dropdown_toggle {
|
||||||
padding: 8px 20px 8px 10px;
|
padding: 8px 20px 8px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_list_view .table-responsive .o_optional_columns_dropdown_toggle {
|
.o_list_view .table-responsive .o_optional_columns_dropdown_toggle {
|
||||||
padding: 0 20px 0 5px;
|
padding: 0 20px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_view_controller {
|
.o_view_controller {
|
||||||
.o_controller_with_searchpanel .o_renderer_with_searchpanel {
|
.o_controller_with_searchpanel .o_renderer_with_searchpanel {
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notebooks ,form_view,pc端优化
|
// Notebooks ,form_view,pc端优化
|
||||||
.o_form_view .o_notebook > .o_notebook_headers > .nav.nav-tabs > .nav-item > .nav-link {
|
.o_form_view .o_notebook > .o_notebook_headers > .nav.nav-tabs > .nav-item > .nav-link {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
@@ -72,6 +79,7 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notebooks ,form_view,移动端优化
|
// Notebooks ,form_view,移动端优化
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.o_form_view .o_notebook > .o_notebook_headers > .nav.nav-tabs > .nav-item > .nav-link {
|
.o_form_view .o_notebook > .o_notebook_headers > .nav.nav-tabs > .nav-item > .nav-link {
|
||||||
@@ -88,3 +96,11 @@
|
|||||||
.o_kanban_view.o_kanban_grouped .o_kanban_record {
|
.o_kanban_view.o_kanban_grouped .o_kanban_record {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Graph,fix抖动
|
||||||
|
.o_graph_controller {
|
||||||
|
.o_graph_renderer {
|
||||||
|
height: 99.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user