update hat relate

This commit is contained in:
ivan deng
2019-12-10 00:20:16 +08:00
parent e65800cda1
commit 13e99d2878
2 changed files with 13 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -5,12 +5,14 @@
border-color: $o-brand-primary;
font-weight: bold;
}
//菜单搜索常见
.o_menu_search {
&.o_bar_hidden {
opacity: 0.9;
}
&.o_bar_hidden {
opacity: 0.9;
}
}
//主菜单加箭头
.dropdown-menu .dropdown-header {
&::after {
@@ -26,6 +28,7 @@
border-left: 0.3em solid transparent;
}
}
// Notebooks ,form_view,移动端优化
.o_form_view {
.o_notebook {
@@ -34,15 +37,18 @@
> .nav-link {
//border-left-width: 0!important;
background-color: #fafafa;
&:hover, &:focus, &:active {
background-color: white;
}
&.active {
border-top-width: 2px;
//border-left-width: 1px!important;
//border-right-width: 1px!important;
}
}
&:first-child > .nav-link {
//border-left-width: 1px!important;
}
@@ -50,5 +56,9 @@
}
}
// 列表自定义显示调整
.o_content > .o_list_view > .table-responsive > .table .o_optional_columns_dropdown_toggle {
margin-right: 16px;
}
}