修改按钮样式、优化权限

This commit is contained in:
mgw
2024-03-07 11:53:57 +08:00
parent b4e0436b41
commit 457035e464
3 changed files with 20 additions and 1 deletions

View File

@@ -449,4 +449,21 @@ div:has(.o_required_modifier) > label::before {
}
}
}
// 设置列表底部按钮、设置列表header按钮
.o_list_renderer .o_field_x2many_list_row_add a,.treeHeaderBtn{
display: inline-block;
margin: 5px 0;
font-size: 14px;
color: #71639e;
border: 1px solid #71639e;
padding: 0.2rem 0.6rem;
font-size: 1.08333333rem;
border-radius: 0.25rem;
transition: all .3s;
}
.o_list_renderer .o_field_x2many_list_row_add a:hover,.treeHeaderBtn:hover{
background: #71639e;
color: #fff
}