作者 朱兆平

界面美化

@@ -316,12 +316,12 @@ @@ -316,12 +316,12 @@
316 //折叠 316 //折叠
317 if (value){ 317 if (value){
318 this.$nextTick(function () { 318 this.$nextTick(function () {
319 - menuDom.setAttribute("style","width:90px"); 319 + menuDom.setAttribute("style","width:90px;background-color: rgb(38, 56, 76);");
320 }) 320 })
321 }else { 321 }else {
322 //不折叠 322 //不折叠
323 this.$nextTick(function () { 323 this.$nextTick(function () {
324 - menuDom.setAttribute("style","width:250px"); 324 + menuDom.setAttribute("style","width:250px;background-color: rgb(38, 56, 76);");
325 }) 325 })
326 326
327 } 327 }