学生档案管理系统

This commit is contained in:
2022-03-04 17:44:26 +08:00
commit afe18b80bb
57 changed files with 28291 additions and 0 deletions

4
public/dist/theme/theme-primary.css vendored Normal file
View File

@ -0,0 +1,4 @@
/*主题样式文件*/
.body {
background: blue;
}

7
public/dist/theme/theme-primary.less vendored Normal file
View File

@ -0,0 +1,7 @@
/*主题样式文件*/
@theme-color:blue;
@theme-btn-primary:blue;
.body{
background: blue;
}