修改bug

This commit is contained in:
zhujiyan
2024-11-01 13:58:45 +08:00
parent e6bbee167b
commit 48e6e0bd64

View File

@@ -24,7 +24,6 @@
清空文件
</el-button>
</div>
<!-- <div class="offline_data_list"> -->
<div :style="tableHeight">
<vxe-table border auto-resize height="auto" :data="offLineFileList" v-bind="defaultAttribute">
<vxe-column field="name" align="center" title="文件名"></vxe-column>
@@ -49,7 +48,6 @@
</vxe-column>
</vxe-table>
</div>
<!-- </div> -->
</div>
<template #footer>
<div class="dialog-footer">
@@ -154,13 +152,10 @@ defineExpose({ open })
width: 100%;
.offline_data_btn {
width: 100%;
height: 40px;
height: 60px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.offline_data_list {
width: 100%;
}
}
</style>