fix(styles): lipstick: 背景颜色调整
This commit is contained in:
parent
9a5fafcff3
commit
af8c9042f7
@ -24,9 +24,6 @@ export default Vue.extend({
|
|||||||
return this.$store.state.global.isMobile
|
return this.$store.state.global.isMobile
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
@ -38,7 +35,7 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
/*background-color: rgb(246, 247, 248);*/
|
background-color: rgb(246, 247, 248);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
font-family: "PingFang SC", sans-serif;
|
font-family: "PingFang SC", sans-serif;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user