1.修复 mian.js App.vue 引入顺序,导致打包样式错乱问题

2.修复在本地运行或打包时出现 sass 警告
3. 注释了 app.scss 435 行的样式导致按钮背景色显示 #999
This commit is contained in:
ShellManager
2022-03-31 16:14:20 +08:00
parent 2328b5ac31
commit d65f418e5a
4 changed files with 59 additions and 61 deletions

View File

@@ -432,9 +432,9 @@ html, body {
padding: 12px 30px !important;
}
.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
background-color: #999;
}
// .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
// background-color: #999;
// }
.v-btn--contained {
&.primary {