正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论