左侧菜单和右上角管理员模块优化

This commit is contained in:
禺狨 2023-03-09 16:31:33 +08:00
parent b9ebd8cf87
commit 9bc04c0550

View File

@ -175,6 +175,10 @@ textarea.ant-input {
font-weight: 400 !important;
}
.ant-dropdown-menu{
padding: 8px 4px !important;
}
.ant-dropdown-menu-item:hover {
background-color: rgba(#ff4d4f, 0.1) !important;
}