fix: 修复#416布局调整引入的inspectionApplication.vue标签未闭合问题(恢复为正确结构)
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
|
||||
<!-- 检验信息表格区 -->
|
||||
<el-main class="inspection-section" style="width: 100%; max-width: 100%">
|
||||
<el-row :gutter="20" style="height: 100%;">
|
||||
<!-- 左侧:检验项目选择区 -->
|
||||
<el-col :span="14">
|
||||
<el-card class="table-card" style="width: 100%">
|
||||
<template #header>
|
||||
<div class="card-header-flex">
|
||||
@@ -542,9 +539,6 @@
|
||||
</el-scrollbar>
|
||||
</el-card>
|
||||
|
||||
</el-col>
|
||||
<!-- 右侧:已选项目区 -->
|
||||
<el-col :span="10">
|
||||
<!-- 下部:已选项目区 -->
|
||||
<el-card class="selected-items-area">
|
||||
<template #header>
|
||||
@@ -612,9 +606,6 @@
|
||||
</el-card>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-main>
|
||||
</el-main>
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user