flx:优化

This commit is contained in:
Rain_ 2025-10-27 11:15:22 +08:00
parent f384d1c351
commit be4a795f7e
2 changed files with 4974 additions and 3054 deletions

View File

@ -61,7 +61,7 @@
</el-form>
</div>
<div class="table_wrap whiteBlock position_relative">
<el-table class="tables" @cell-click="previewDetail" :data="pointList">
<el-table :max-height="$fontSize(560)" class="tables" @cell-click="previewDetail" :data="pointList">
<el-table-column type="index" align="center" :label="$t('message.personnelPosition.beaconManage.table.index')"></el-table-column>
<el-table-column prop="preparer" label="装置" align="center">
<template slot-scope="scope">
@ -1168,7 +1168,7 @@ export default {
</script>
<style lang="less" scoped>
.tables {
min-height: 63vh;
min-height: initial;
max-height: 63vh;
}
.container_main {

File diff suppressed because it is too large Load Diff