first commit

This commit is contained in:
JaguarJack
2022-12-05 23:01:12 +08:00
commit 0024080c28
322 changed files with 27698 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
:root {
--el-menu-base-level-padding: 20px;
// 后台自定义
// el-table
--el-table-border-radius: 8px;
// el-tabs
--el-tabs-border-radius: 8px;
// el-card
--el-card-border-radius: 8px;
// -el-page
--el-page-border-radius: 8px;
}