Browse Source

修改图版本

zhangyu 5 years ago
parent
commit
c032e16819
2 changed files with 7 additions and 6 deletions
  1. 4 4
      package.json
  2. 3 2
      src/views/ledger/cenotelist/relatedSpace.vue

+ 4 - 4
package.json

@@ -25,10 +25,10 @@
         "vue-router": "^3.0.1",
         "vuex": "^3.1.0",
         "cad-engine": "2.0.250",
-        "@saga-web/base": "2.1.8",
-        "@saga-web/draw": "2.1.57",
-        "@saga-web/graphy": "2.1.28",
-        "@saga-web/cad-engine": "2.0.308"
+        "@saga-web/base": "2.1.9",
+        "@saga-web/draw": "2.1.58",
+        "@saga-web/graphy": "2.1.30",
+        "@saga-web/cad-engine": "2.0.406"
     },
     "devDependencies": {
         "ajv": "^6.9.1",

+ 3 - 2
src/views/ledger/cenotelist/relatedSpace.vue

@@ -44,7 +44,7 @@
               </div>
             </div>
           </el-scrollbar>
-          <div style="float:right;height:100%;width:calc(100% - 152px);border:1px solid rgb(201,201,201);border-left:none;">
+          <div style="float:right;height:100%;width:calc(100% - 151px);border:1px solid rgb(201,201,201);border-left:none;">
             <cenote-graphy ref="cenotegraphy"></cenote-graphy>
           </div>
         </div>
@@ -304,7 +304,7 @@ export default {
 <style lang="less" scoped>
 .condition {
   position: relative;
-  padding: 10px 10px;
+  padding: 10px;
   display: flex;
   height: calc(100% - 22px);
   flex-direction: column;
@@ -377,6 +377,7 @@ export default {
 .data-item {
   height: calc(100% - 44px);
   padding: 10px 0px;
+  box-sizing: border-box;
   /deep/ .is-horizontal {
     display: none;
   }