Browse Source

docs: update docs

xiaoxian521 4 years ago
parent
commit
a858448957
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/panel/index.vue

+ 1 - 1
src/layout/components/panel/index.vue

@@ -7,7 +7,7 @@
           <h3>项目配置</h3>
           <i class="el-icon-close" @click="show = !show"></i>
         </div>
-        <el-divider />
+        <div style="border-bottom:1px solid #DCDFE6"></div>
         <slot />
       </div>
     </div>