From 5e8d6931bdf389d4079bc882867a1f9bf3f2d49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Tue, 10 Mar 2026 10:01:35 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5Ffeat:=20=E9=99=AA=E7=BB=83=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/components/touch-btn/style/index.scss | 11 + src/components/touch-btn/touch-btn.vue | 10 +- src/pages/sparring/components/question.vue | 60 +- src/pages/sparring/tip.vue | 2040 +++++++++++--------- 5 files changed, 1159 insertions(+), 964 deletions(-) diff --git a/.env.development b/.env.development index ba6775df..93437482 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ ENV = 'development' #VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # DEV diff --git a/src/components/touch-btn/style/index.scss b/src/components/touch-btn/style/index.scss index 98734ee8..75b9af05 100644 --- a/src/components/touch-btn/style/index.scss +++ b/src/components/touch-btn/style/index.scss @@ -46,4 +46,15 @@ height: 50rpx; } } + + &.blue{ + background-color: #06f; + &.inputMode { + border: 2rpx solid #dedede00; + } + + &.action { + background-color: #0066ff99; + } + } } diff --git a/src/components/touch-btn/touch-btn.vue b/src/components/touch-btn/touch-btn.vue index 3f63963d..3d25dd7c 100644 --- a/src/components/touch-btn/touch-btn.vue +++ b/src/components/touch-btn/touch-btn.vue @@ -1,6 +1,6 @@