Browse Source

动画抽屉隐藏样式调整

maxiaoxiao 3 months ago
parent
commit
84508ea134
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/basicGeographic/entityManage.vue

+ 2 - 3
src/views/basicGeographic/entityManage.vue

@@ -86,9 +86,8 @@ export default {
 
 .HideLeft {
   left: -340px !important;
-
-  .foldBtn {
+}
+.foldBtn {
     right: -25px;
   }
-}
 </style>