修复主题配置bug

This commit is contained in:
chuzhixin 2020-07-12 20:29:06 +08:00 committed by 初志鑫
parent 2472ac8125
commit c627bfc34f
3 changed files with 2 additions and 18 deletions

View File

@ -74,7 +74,7 @@
"zx-count": "^0.3.7",
"zx-icon": "^1.1.1",
"zx-keel": "^0.9.4",
"zx-layouts": "^0.5.7",
"zx-layouts": "^0.5.8",
"zx-magnifie": "^0.4.0",
"zx-markdown-editor": "^0.0.2",
"zx-player": "^0.9.6",

View File

@ -98,22 +98,6 @@ html {
/* el-tag结束 */
/* 右侧主题配置、拷贝代码开始 */
.theme-bar-setting {
div {
border-bottom: 0 !important;
& + div {
border-top: 1px solid $base-color-white;
}
p {
padding: 0;
margin: 0;
}
}
}
/* markdown编辑器开始 */
.editor-toolbar {
.no-mobile,

View File

@ -97,7 +97,7 @@ module.exports = {
.options({ symbolId: "colorful-icon-[name]" })
.end();
config.when(process.env.NODE_ENV === "development", (config) => {
config.devtool("cheap-source-map");
config.devtool("source-map");
});
config.when(process.env.NODE_ENV !== "development", (config) => {
config.performance.set("hints", false);