fix:修改详情页面表格宽度
This commit is contained in:
parent
c00bca445a
commit
600fa0222f
@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
<h3 class="mt-20">3.核心预测结果</h3>
|
<h3 class="mt-20">3.核心预测结果</h3>
|
||||||
<el-table class="mb-20" v-loading="loading" :data="coreList" border>
|
<el-table class="mb-20" v-loading="loading" :data="coreList" border>
|
||||||
<el-table-column label="预测类型" prop="name" :show-overflow-tooltip="true" />
|
<el-table-column label="预测类型" width="180" prop="name" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="预测结果" prop="prediction" :show-overflow-tooltip="true" />
|
<el-table-column label="预测结果" width="220" prop="prediction" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="分析依据" prop="analysis" :show-overflow-tooltip="true" />
|
<el-table-column label="分析依据" prop="analysis" :show-overflow-tooltip="true" />
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user