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 +1 -1
- package/src/centaline/dynamicDetail/src/dynamicPropertySimpleDetailRET.vue +7 -1
- package/src/centaline/dynamicSearchList/src/dynamicSearchList.vue +1 -1
- package/src/centaline/dynamicViewerFile/src/dynamicViewerFile.vue +1 -0
- package/wwwroot/static/centaline/centaline-data-driven.js +3 -3
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -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="
|
|
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
|
}
|