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-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%">
|
<el-card class="table-card" style="width: 100%">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="card-header-flex">
|
<div class="card-header-flex">
|
||||||
@@ -542,9 +539,6 @@
|
|||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
</el-col>
|
|
||||||
<!-- 右侧:已选项目区 -->
|
|
||||||
<el-col :span="10">
|
|
||||||
<!-- 下部:已选项目区 -->
|
<!-- 下部:已选项目区 -->
|
||||||
<el-card class="selected-items-area">
|
<el-card class="selected-items-area">
|
||||||
<template #header>
|
<template #header>
|
||||||
@@ -612,9 +606,6 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
</el-main>
|
|
||||||
</el-main>
|
</el-main>
|
||||||
</el-container>
|
</el-container>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user