|
|
@@ -54,15 +54,15 @@
|
|
|
</el-form>
|
|
|
|
|
|
<!-- 模板列表 -->
|
|
|
+ <div style="overflow:auto;max-height:calc(100vh - 300px);">
|
|
|
<el-table
|
|
|
:data="tableData"
|
|
|
border
|
|
|
v-loading="loading"
|
|
|
- style="width: 100%"
|
|
|
+ style="width: 100%;max-height:calc(100vh - 300px);"
|
|
|
>
|
|
|
<el-table-column prop="id" label="ID" width="80"></el-table-column>
|
|
|
- <div style="overflow:auto;max-height:calc(100vh - 300px);">
|
|
|
-<el-table style="max-height:calc(100vh - 300px);"-column prop="title" label="模板名称" min-width="200"></el-table-column>
|
|
|
+ <el-table-column prop="title" label="模板名称" min-width="200"></el-table-column>
|
|
|
<el-table-column prop="category" label="分类" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag :type="getCategoryType(scope.row.category)" size="small">
|