左侧菜单样式优化

This commit is contained in:
禺狨 2023-03-09 15:39:09 +08:00
parent 7cc49cfe21
commit 4a871f1abe

View File

@ -12,7 +12,7 @@ code {
monospace; monospace;
} }
.mt-10{ .mt-10 {
margin-top: 10px; margin-top: 10px;
} }
@ -103,7 +103,7 @@ code {
height: 100px; height: 100px;
} }
.form-course-thumb{ .form-course-thumb {
width: 200px; width: 200px;
height: 150px; height: 150px;
} }
@ -149,7 +149,6 @@ code {
color: #ff4d4f !important; color: #ff4d4f !important;
} }
textarea.ant-input { textarea.ant-input {
vertical-align: middle; vertical-align: middle;
} }
@ -157,3 +156,7 @@ textarea.ant-input {
.none { .none {
display: none; display: none;
} }
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
font-weight: 600 !important;
}