mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-19 19:19:30 +08:00
✨ Feature: update piclist-core, reduce package size
This commit is contained in:
@@ -13,18 +13,26 @@
|
||||
>
|
||||
<el-icon
|
||||
class="minus"
|
||||
color="#fff"
|
||||
size="20"
|
||||
style="margin-right: 10px;"
|
||||
@click="minimizeWindow"
|
||||
>
|
||||
<Minus />
|
||||
</el-icon>
|
||||
<el-icon
|
||||
class="plus"
|
||||
color="orange"
|
||||
size="20"
|
||||
style="margin-right: 10px;"
|
||||
@click="openMiniWindow"
|
||||
>
|
||||
<CirclePlus />
|
||||
</el-icon>
|
||||
<el-icon
|
||||
class="close"
|
||||
color="#fff"
|
||||
size="20"
|
||||
@click="closeWindow"
|
||||
>
|
||||
<Close />
|
||||
|
||||
@@ -591,7 +591,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'"
|
||||
label="水印字体路径(留空默认使用simhei.ttf)"
|
||||
label="水印字体路径(留空默认黑体,第一次需下载字体文件)"
|
||||
>
|
||||
<el-input v-model="waterMarkForm.watermarkFontPath" />
|
||||
</el-form-item>
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
v-show="waterMarkForm.isAddWatermark && waterMarkForm.watermarkType === 'text'"
|
||||
label="水印字体路径(留空默认使用simhei.ttf)"
|
||||
label="水印字体路径(留空默认黑体,第一次需下载字体文件)"
|
||||
>
|
||||
<el-input v-model="waterMarkForm.watermarkFontPath" />
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user