补召表格高度

This commit is contained in:
sjl
2025-10-22 16:05:51 +08:00
parent e97aa2cd0e
commit ed0800359d
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<el-button type="primary" :icon="Setting" @click="recall2">波形补召</el-button> <el-button type="primary" :icon="Setting" @click="recall2">波形补召</el-button>
</template> </template>
</TableHeader> </TableHeader>
<Table ref="tableRef" style="height: calc(100% - 120px)" /> <Table ref="tableRef" />
</div> </div>
</template> </template>

View File

@@ -8,7 +8,7 @@
<el-button type="primary" :icon="Setting" @click="exportTab">补召</el-button> <el-button type="primary" :icon="Setting" @click="exportTab">补召</el-button>
</template> </template>
</TableHeader> </TableHeader>
<Table ref="tableRef" style="height: calc(100% - 120px)" /> <Table ref="tableRef" />
</div> </div>
</template> </template>