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;