fix(styles): lipstick: 背景颜色调整

This commit is contained in:
ronger 2023-08-30 20:13:15 +08:00
parent 9a5fafcff3
commit af8c9042f7

View File

@ -24,9 +24,6 @@ export default Vue.extend({
return this.$store.state.global.isMobile
},
},
methods: {
}
})
</script>
@ -38,7 +35,7 @@ body {
display: block;
overflow-wrap: break-word;
-webkit-font-smoothing: antialiased;
/*background-color: rgb(246, 247, 248);*/
background-color: rgb(246, 247, 248);
overflow-x: hidden;
font-family: "PingFang SC", sans-serif;