学生档案管理系统
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
/*主题样式文件*/
|
||||
.body {
|
||||
background: blue;
|
||||
}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/*主题样式文件*/
|
||||
@theme-color:blue;
|
||||
@theme-btn-primary:blue;
|
||||
|
||||
.body{
|
||||
background: blue;
|
||||
}
|
||||
Reference in New Issue
Block a user