Przeglądaj źródła

🐛修复竖轴过长闪动问题

shaogen1995 1 rok temu
rodzic
commit
0482172a57
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/components/PaintingDetailBox.vue

+ 4 - 4
src/components/PaintingDetailBox.vue

@@ -370,9 +370,9 @@ onBeforeUnmount(() => {
       }
     }
   }
-  .leftBxoCenter {
-    display: flex;
-    align-items: center;
-  }
+  // .leftBxoCenter {
+  //   display: flex;
+  //   align-items: center;
+  // }
 }
 </style>