mirror of
				https://gitee.com/chu1204505056/vue-admin-beautiful.git
				synced 2025-11-04 21:32:09 +08:00 
			
		
		
		
	修复主题配置bug
This commit is contained in:
		
							parent
							
								
									2472ac8125
								
							
						
					
					
						commit
						c627bfc34f
					
				@ -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",
 | 
			
		||||
 | 
			
		||||
@ -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,
 | 
			
		||||
 | 
			
		||||
@ -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);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user