flx:优化
This commit is contained in:
parent
f384d1c351
commit
be4a795f7e
@ -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
Loading…
x
Reference in New Issue
Block a user