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 {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import vuetify from './plugins/vuetify';
|
||||
import 'material-design-icons-iconfont/dist/material-design-icons.css'
|
||||
import './plugins/base';
|
||||
@@ -10,6 +9,7 @@ import i18n from './i18n';
|
||||
import router from './router';
|
||||
import store from './store';
|
||||
import Clipboard from 'v-clipboard';
|
||||
import App from './App.vue'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
Vue.use(Clipboard);
|
||||
|
||||
Reference in New Issue
Block a user