feat: playground

This commit is contained in:
jialin
2024-05-15 19:36:17 +08:00
parent 72a53424fa
commit fd9f3d8bd9
19 changed files with 380 additions and 20 deletions
+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;
}
}
}