From cf1a4c5b10166eb9bb563d92a0a40ba5665d5c27 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 27 May 2022 14:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppCountryAlbum/Watermark.vue | 39 +++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index bbad73a1..fdb6ecfa 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -19,11 +19,21 @@
- + +

水印

确定
+
+ + +
不使用水印
+
+
{{ item.name }}
@@ -607,6 +618,32 @@ height: 200px; } + &:first-child { + flex-direction: column; + background: #E4E7EB; + + & > image { + width: 64px; + height: 64px; + } + + .water-item__bottom { + position: relative; + color: #8A93A4; + font-size: 28px; + background: transparent; + } + } + + .checked { + position: absolute; + top: 0; + right: 0; + z-index: 1; + width: 64px; + height: 64px; + } + .water-item__bottom { position: absolute; bottom: 0;