【删除】多余代码
This commit is contained in:
@@ -352,7 +352,7 @@ img {
|
|||||||
|
|
||||||
.fade-enter-active,
|
.fade-enter-active,
|
||||||
.fade-leave-active {
|
.fade-leave-active {
|
||||||
transition: opacity .3s ease-in-out;
|
transition: opacity .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-enter,
|
.fade-enter,
|
||||||
|
|||||||
@@ -164,12 +164,11 @@
|
|||||||
|
|
||||||
.el-icon-close {
|
.el-icon-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6px;
|
top: 12px;
|
||||||
right: 6px;
|
right: 12px;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
font-size: 40px;
|
font-size: 32px;
|
||||||
color: #333;
|
color: #333;
|
||||||
transition: transform ease-in-out 0.2;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform-origin: center center;
|
transform-origin: center center;
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #rightBtn>
|
<template #rightBtn>
|
||||||
<el-button @click="preview" size="small" type="danger">预览</el-button>
|
<el-button @click="preview" size="small" type="danger">预览</el-button>
|
||||||
<el-button @click="savePdf" size="small" type="primary">下载pdf</el-button>
|
<!-- <el-button @click="savePdf" size="small" type="primary">下载pdf</el-button> -->
|
||||||
<el-button @click="print" size="small">打印</el-button>
|
<el-button @click="print" size="small">打印</el-button>
|
||||||
<el-button @click="clearPaper" size="small" type="danger">清空纸张</el-button>
|
<el-button @click="clearPaper" size="small" type="danger">清空纸张</el-button>
|
||||||
<el-button @click="saveTemplate" size="small" type="primary" :loading="isLoading">保存</el-button>
|
<el-button @click="saveTemplate" size="small" type="primary" :loading="isLoading">保存</el-button>
|
||||||
|
|||||||
@@ -70,7 +70,8 @@
|
|||||||
:isShowPagination="false"
|
:isShowPagination="false"
|
||||||
:height="height"
|
:height="height"
|
||||||
@getList="() => {}"
|
@getList="() => {}"
|
||||||
@selection-change="handleSelectionChange">
|
@selection-change="handleSelectionChange"
|
||||||
|
:loading="isLoading">
|
||||||
<el-table-column slot="options" label="操作" align="center" fixed="right" width="140px">
|
<el-table-column slot="options" label="操作" align="center" fixed="right" width="140px">
|
||||||
<template v-slot="{ row }">
|
<template v-slot="{ row }">
|
||||||
<div class="table-options">
|
<div class="table-options">
|
||||||
|
|||||||
Reference in New Issue
Block a user