This commit is contained in:
jialin
2024-05-14 15:23:56 +08:00
commit 72a53424fa
59 changed files with 13511 additions and 0 deletions
View File
+15
View File
@@ -0,0 +1,15 @@
.ant-pro-layout {
.ant-pro-sider {
padding: 10px;
&.ant-layout-sider {
background: var(--color-white-1);
}
.ant-layout-sider-children {
background-color: var(--color-fill-1);
border-inline: none;
border-radius: 32px;
padding-inline: 16px;
padding-block-end: 12px;
}
}
}