This commit is contained in:
yanran200730
2024-10-27 18:29:43 +08:00
3 changed files with 5 additions and 6 deletions

View File

@@ -352,7 +352,7 @@ img {
.fade-enter-active,
.fade-leave-active {
transition: opacity .3s ease-in-out;
transition: opacity .2s ease-in-out;
}
.fade-enter,

View File

@@ -164,12 +164,11 @@
.el-icon-close {
position: absolute;
top: 6px;
right: 6px;
top: 12px;
right: 12px;
z-index: 11;
font-size: 40px;
font-size: 32px;
color: #333;
transition: transform ease-in-out 0.2;
cursor: pointer;
transform-origin: center center;

View File

@@ -8,7 +8,7 @@
</template>
<template #rightBtn>
<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="clearPaper" size="small" type="danger">清空纸张</el-button>
<el-button @click="saveTemplate" size="small" type="primary" :loading="isLoading">保存</el-button>