natasha 1 week ago
parent
commit
71425e73b8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/components/inputModules/common/TreeView.vue

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
     "@tinymce/tinymce-vue": "^3.2.8",
     "awe-dnd": "^0.3.4",
     "axios": "0.18.1",
-    "book-ui": "file:../GCLS-Book-UI/book-ui-0.4.23.tgz",
+    "book-ui": "file:../GCLS-Book-UI/book-ui-0.4.24.tgz",
     "cnchar": "^3.0.1",
     "cnchar-all": "^3.0.1",
     "cnchar-order": "^3.0.1",

+ 1 - 1
src/components/inputModules/common/TreeView.vue

@@ -28,7 +28,7 @@
               : '',
           ]"
         >
-          <div class="tree_box_item_node" style="margin-right: 10px">
+          <div class="tree_box_item_node" style="padding-right: 10px">
             {{ node.label }}
           </div>
         </div>