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

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

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

Loading…
Cancel
Save