补召表格高度
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user