【fix ESLint】src/components/setting/SettingDrawer.js
This commit is contained in:
@@ -163,8 +163,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import DetailList from '@/components/tools/DetailList'
|
// import DetailList from '@/components/tools/DetailList'
|
||||||
import SettingItem from '@/components/setting/SettingItem'
|
// import SettingItem from '@/components/setting/SettingItem'
|
||||||
import config from '@/defaultSettings'
|
import config from '@/defaultSettings'
|
||||||
import { updateTheme, updateColorWeak, colorList } from '@/components/tools/setting'
|
import { updateTheme, updateColorWeak, colorList } from '@/components/tools/setting'
|
||||||
import { mixin, mixinDevice } from '@/utils/mixin.js'
|
import { mixin, mixinDevice } from '@/utils/mixin.js'
|
||||||
@@ -172,8 +172,8 @@ import { triggerWindowResizeEvent } from '@/utils/util'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
DetailList,
|
// DetailList,
|
||||||
SettingItem
|
// SettingItem
|
||||||
},
|
},
|
||||||
mixins: [mixin, mixinDevice],
|
mixins: [mixin, mixinDevice],
|
||||||
data () {
|
data () {
|
||||||
@@ -286,8 +286,8 @@ export default {
|
|||||||
float: left;
|
float: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
padding-left: 0px;
|
padding-left: 0;
|
||||||
padding-right: 0px;
|
padding-right: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
Reference in New Issue
Block a user