mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 00:39:48 +08:00
左侧菜单和右上角管理员模块优化
This commit is contained in:
@@ -82,10 +82,10 @@ code {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.c-default{
|
||||
.c-default {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: rgba(0,0,0,0.88);
|
||||
color: rgba(0, 0, 0, 0.88);
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
@@ -174,3 +174,7 @@ textarea.ant-input {
|
||||
.ant-menu-item-only-child > .ant-menu-title-content {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.ant-dropdown-menu-item:hover {
|
||||
background-color: rgba(#ff4d4f, 0.1) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user