lsc 2 hours ago
parent
commit
efa5fd1b4c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Editor/index.vue

+ 2 - 2
src/views/Editor/index.vue

@@ -99,8 +99,8 @@ usePasteEvent()
   flex-shrink: 0;
 }
 .layout-content-center {
-  // width: calc(100% - 160px - 260px);
-  width: calc(100% - 160px);
+  width: calc(100% - 160px - 260px);
+  // width: calc(100% - 160px);
 
   .center-top {
     height: 40px;