mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
1.修复 mian.js App.vue 引入顺序,导致打包样式错乱问题
2.修复在本地运行或打包时出现 sass 警告 3. 注释了 app.scss 435 行的样式导致按钮背景色显示 #999
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user