【修改】修改样式

This commit is contained in:
zhoulingpo
2023-05-25 15:41:17 +08:00
parent fc824252c9
commit 23d1f7c3fe
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -77,6 +77,7 @@
<el-col :span="20" style="padding-left: 15px">
<vxe-table ref="xTable" :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe
class="table-over"
v-table-min-height="'calc(100vh - 320px)'"
@checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent">
<vxe-column type="checkbox" width="60"></vxe-column>
@@ -739,7 +740,11 @@ export default {
margin-left: 10px;
}
}
.table-over{
background-color: pink;
max-height: calc(100vh - 320px);
overflow: auto;
}
.preview-dialog-body {
padding: 9px 25px 17px 22px;
height: 60vh;
+1 -1
View File
@@ -68,7 +68,7 @@
<div class="table">
<vxe-table ref="xTable" :data="tableData" @checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent"
:empty-render="{name: 'NotData'}" align="center" border stripe
v-table-min-height="'calc(100vh - 320px)'">
v-table-min-height="'calc(100vh - 320px)'" >
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
<template #default="{ row, rowIndex }">