From 853019eb7b44807701cc4bec603047c88f0bdebf Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Fri, 13 Jun 2025 11:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E5=89=AA=E6=A1=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/badge/index.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/views/badge/index.vue b/src/views/badge/index.vue index d7350e4..df6b0f1 100644 --- a/src/views/badge/index.vue +++ b/src/views/badge/index.vue @@ -9,8 +9,14 @@ import { onMounted, ref } from 'vue'; const show = ref(false) const imgShow = ref(false) const router = useRouter() -const option = ref({}) -const options = ref({}) +const option = ref({ + autoCropWidth: 1000, + autoCropHeight: 1000, +}) +const options = ref({ + autoCropWidth: 1000, + autoCropHeight: 1000, +}) const imgurl = ref('') const imgBgUrl = ref('') const isBgShow = ref(true) @@ -396,7 +402,7 @@ onMounted(() => {
- +
温馨提示:请上传只有1-2人的照片
@@ -1029,4 +1035,11 @@ onMounted(() => { width: 18px; height: 12px; } +.btndiv { + position: fixed; + bottom: 10vh; + width: 80%; + left: 50%; + transform: translateX(-50%); +}