Browse Source

showCopyJson高度优化

noToken
安虹睿 1 year ago
parent
commit
9e350dc399
  1. 3
      PC/InterFace.Dash/src/components/showCopyJsonPop/index.vue
  2. 3
      PC/UI.WinIn.FasterZ.Store/src/components/showCopyJsonPop/index.vue

3
PC/InterFace.Dash/src/components/showCopyJsonPop/index.vue

@ -112,6 +112,7 @@
<!-- details的table --> <!-- details的table -->
<el-dialog <el-dialog
top="80px"
width="86%" width="86%"
v-if="detailTableRow" v-if="detailTableRow"
:visible.sync="detailsTableShow" :visible.sync="detailsTableShow"
@ -125,7 +126,7 @@
<umyTable <umyTable
:isShowIndex="true" :isShowIndex="true"
:tableBorder="true" :tableBorder="true"
:setUTableHeight="240" :setUTableHeight="170"
:tableData="detailTableRow.value" :tableData="detailTableRow.value"
:tableColumns="detailTableColumns" :tableColumns="detailTableColumns"
:selectionTable="false" :selectionTable="false"

3
PC/UI.WinIn.FasterZ.Store/src/components/showCopyJsonPop/index.vue

@ -112,6 +112,7 @@
<!-- details的table --> <!-- details的table -->
<el-dialog <el-dialog
top="80px"
width="86%" width="86%"
v-if="detailTableRow" v-if="detailTableRow"
:visible.sync="detailsTableShow" :visible.sync="detailsTableShow"
@ -125,7 +126,7 @@
<umyTable <umyTable
:isShowIndex="true" :isShowIndex="true"
:tableBorder="true" :tableBorder="true"
:setUTableHeight="240" :setUTableHeight="170"
:tableData="detailTableRow.value" :tableData="detailTableRow.value"
:tableColumns="detailTableColumns" :tableColumns="detailTableColumns"
:selectionTable="false" :selectionTable="false"

Loading…
Cancel
Save