style: dashboard style

This commit is contained in:
jialin
2024-06-19 18:58:49 +08:00
parent 9f34452c68
commit 8c402e88fb
24 changed files with 266 additions and 189 deletions
+6 -3
View File
@@ -1,9 +1,9 @@
.ant-pro-layout {
.ant-pro-sider {
padding: 10px;
&.ant-layout-sider {
background: var(--color-white-1);
}
// &.ant-layout-sider {
// background: var(--color-white-1);
// }
.ant-layout-sider-children {
background-color: var(--color-fill-1);
border-inline: none;
@@ -11,12 +11,15 @@
padding-inline: 16px;
padding-block-end: 12px;
}
.umi-plugin-layout-right {
width: 100%;
.umi-plugin-layout-action {
padding: 12px;
width: 100%;
border-radius: var(--menu-border-radius-base);
&:hover {
background-color: var(--color-white-1);
}