diff --git a/src/components/home/Receive/index.vue b/src/components/home/Receive/index.vue index bc4998b..e791639 100644 --- a/src/components/home/Receive/index.vue +++ b/src/components/home/Receive/index.vue @@ -92,9 +92,6 @@ const channelMap = { ft-input(v-model="form.receivedVolume" placeholder="请输入容量" layoutName="number") template(#append) span mL - template(#footer) - ft-button(type="primary" :click-handle="okHandle") 确认领酸 - ft-button(@click="cancel") 取消 diff --git a/src/views/setting/index.vue b/src/views/setting/index.vue index a6de1bf..7159ce6 100644 --- a/src/views/setting/index.vue +++ b/src/views/setting/index.vue @@ -68,5 +68,5 @@ const routerClickHandle = (path: string) => { transition all 0.5s .active-name border-left 3px solid #409EFF - background rgba(64, 158, 255, 0.06) + background rgba(64, 158, 255, 0.2)