|
@@ -2,7 +2,7 @@
|
|
|
<!-- 唯一根节点:el-card -->
|
|
<!-- 唯一根节点:el-card -->
|
|
|
<el-card class="el-content-wrap mb-3px" shadow="never">
|
|
<el-card class="el-content-wrap mb-3px" shadow="never">
|
|
|
<!-- 标题 + 提示 -->
|
|
<!-- 标题 + 提示 -->
|
|
|
- <template v-if="title" slot="header">
|
|
|
|
|
|
|
+ <!-- <template v-if="title" slot="header">
|
|
|
<div class="flex items-center">
|
|
<div class="flex items-center">
|
|
|
<span class="text-16px font-700">{{ title }}</span>
|
|
<span class="text-16px font-700">{{ title }}</span>
|
|
|
<el-tooltip v-if="message" effect="dark" placement="right">
|
|
<el-tooltip v-if="message" effect="dark" placement="right">
|
|
@@ -12,7 +12,7 @@
|
|
|
<i class="el-icon-question ml-5px" style="font-size: 14px" />
|
|
<i class="el-icon-question ml-5px" style="font-size: 14px" />
|
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
|
</div>
|
|
</div>
|
|
|
- </template>
|
|
|
|
|
|
|
+ </template> -->
|
|
|
|
|
|
|
|
<!-- 原 content-wrap 的 slot 内容 -->
|
|
<!-- 原 content-wrap 的 slot 内容 -->
|
|
|
<el-row class="mb-10px">
|
|
<el-row class="mb-10px">
|
|
@@ -62,7 +62,6 @@
|
|
|
:data="list"
|
|
:data="list"
|
|
|
stripe
|
|
stripe
|
|
|
border
|
|
border
|
|
|
- size="small"
|
|
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
|
@header-dragend="handleResize"
|
|
@header-dragend="handleResize"
|
|
@@ -813,7 +812,6 @@ export default {
|
|
|
/* ---------- ContentWrap 原样式 ---------- */
|
|
/* ---------- ContentWrap 原样式 ---------- */
|
|
|
.el-content-wrap {
|
|
.el-content-wrap {
|
|
|
/* 自定义 */
|
|
/* 自定义 */
|
|
|
- height: 100vh;
|
|
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
}
|
|
}
|
|
|
.text-16px {
|
|
.text-16px {
|