centaline-data-driven 1.4.82 → 1.4.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.82",
3
+ "version": "1.4.83",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -71,7 +71,7 @@
71
71
  :is="router.is" :vmodel="router" :api="model.optionApi" @click="fieldClickHandler(router)">
72
72
  </component>
73
73
  <el-popover v-if="showIndex>0" ref="popover0" :append-to-table="option.appendId?option.appendId:''"
74
- class="Stats-popover" popper-class="el-popover1" :placement="option.placement?option.placement:'left'"
74
+ class="Stats-popover" popper-class="elPopoverCenta" :placement="option.placement?option.placement:'left'"
75
75
  :trigger="option.trigger?option.trigger:''">
76
76
  <div class="tab-list" style="border-bottom:none;display: flex;flex-direction: column;">
77
77
  <component v-for="(router, index) in model.actionRoutersSimple.slice(showIndex)" :key="index" style="margin-bottom: 10px;margin-left: 0px;"
@@ -591,6 +591,12 @@
591
591
  display: table-caption;
592
592
  cursor: pointer;
593
593
  }
594
+
595
+ </style>
596
+ <style>
597
+ #uplinkContainer .elPopoverCenta {
598
+ margin-bottom: 40px;
599
+ }
594
600
  </style>
595
601
 
596
602
 
@@ -197,7 +197,7 @@
197
197
  },
198
198
  resizeSearchList() {
199
199
  if(this.flagSideBar && this.flagSideBarOfData){
200
- if(this.sideBarStatus=='open'){
200
+ if(this.sideBarStatus=='open' && this.$refs.main){
201
201
  this.searchWidth=this.$refs.main.clientWidth-this.sideBarWidth;
202
202
  }
203
203
  }
@@ -475,6 +475,7 @@
475
475
  .viewerMenu .el-menu-item {
476
476
  height: 30px !important;
477
477
  line-height: 30px !important;
478
+ min-height: 30px !important;
478
479
  }
479
480
 
480
481
  .viewerMenu .el-menu-item-group__title {