feat: 新增样式文件
This commit is contained in:
8
src/static/scss/background.scss
Normal file
8
src/static/scss/background.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
// 背景颜色
|
||||
.bg-white {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.bg-gray {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
Reference in New Issue
Block a user