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 @@