From c76840c89769a224d408f3ef60609148e81f8d70 Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期四, 12 六月 2025 17:04:27 +0800 Subject: [PATCH] 修改声音模板样式 --- easegen-front/src/views/chooseTemplate/index.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/easegen-front/src/views/chooseTemplate/index.vue b/easegen-front/src/views/chooseTemplate/index.vue index ca8bbe4..0458608 100644 --- a/easegen-front/src/views/chooseTemplate/index.vue +++ b/easegen-front/src/views/chooseTemplate/index.vue @@ -868,7 +868,7 @@ itemValue: '1' } ] -const tabs1ActiveNum = ref('') +const tabs1ActiveNum = ref('0') const tabs2ActiveNum = ref('') const tabs2 = [ { @@ -2982,11 +2982,16 @@ position: relative; background-color: #F7F8FA; border-radius: 12px; - padding: 6px 0; + padding: 10px 0; box-sizing: border-box; > .ImgBox { - width: 26%; + width: 40%; margin: 0 auto; + border-radius: 50%; + overflow: hidden; + display: flex; + justify-content: center; + align-items: center; img { width: 100%; } @@ -2994,7 +2999,7 @@ > .TextArea { width: 48%; p { - font-size: 12px; + font-size: 14px; margin: 4px 0; padding-left: 6px; box-sizing: border-box; -- Gitblit v1.9.3