Merge branch 'label' of https://gitee.com/three-make-money/temu-plugin into label
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user