6
0

2 İşlemeler 73d8747bec ... 59a1249fc7

Yazar SHA1 Mesaj Tarih
  chuwu 59a1249fc7 Merge branch 'master' of http://39.106.8.246:3003/web/ibms 5 yıl önce
  chuwu 0dd704b16b 修改高度 5 yıl önce

+ 1 - 1
src/components/business_space/business/handsontable.vue

@@ -183,7 +183,7 @@
                      columns: this.getType(this.headers), //数据显示格式
                      filters: true,
                      maxRows: this.main.length,
-                     height: winHeight - 100 - 50 - 165,
+                     height: winHeight - 100 - 50 - 176,
                      columnSorting: true, //添加排序
                      sortIndicator: true, //添加排序
                      renderAllRows: true,

+ 1 - 2
src/components/business_space/graphy/business.vue

@@ -65,7 +65,6 @@
             v-show="type == 1"
             @click="getPiss"
             style="position: absolute;top: 10px;right: 10px;"
-        
             type="text"
         >未关联元空间的业务空间 {{num}} 条</el-button>
         </div>
@@ -556,7 +555,7 @@
             resetSize() {
                 this.canvasW =
                     document.getElementById("businessSpace").offsetWidth - 2;
-                this.canvasH = document.getElementById("app").offsetHeight - 210;
+                this.canvasH = document.getElementById("app").offsetHeight - 240;
                 let classs = document.getElementsByClassName("canvasWidth");
                 // for(let i = 0; i < classs.length;i++){
                 //   classs[i].style.height = this.canvasH + 'px'