From ea19bff6e73e7c00bb2e273a747ae27e57dcbc08 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 27 十一月 2023 17:09:59 +0800 Subject: [PATCH] 提交信息 --- src/components/Assistant/index.vue | 51 ++++++++++++++++++--------------------------------- 1 files changed, 18 insertions(+), 33 deletions(-) diff --git a/src/components/Assistant/index.vue b/src/components/Assistant/index.vue index 7328736..a77428a 100644 --- a/src/components/Assistant/index.vue +++ b/src/components/Assistant/index.vue @@ -68,7 +68,7 @@ }, distanceBottom: { type: Number, - default: 700, + default: 600, }, isScrollHidden: { type: Boolean, @@ -104,40 +104,24 @@ activeIndex: 0, //楂樹寒鏄剧ず powerList: [ { - path: require("@/assets/images/涓嬭浇.png"), - label: "杩炴帴CTI", + path: require("@/assets/images/huanzheliebiao.png"), + label: "鎮h��", }, { - path: require("@/assets/images/涓嬭浇.png"), - label: "绛惧叆", + path: require("@/assets/images/fwwu.png"), + label: "鏈嶅姟", }, { - path: require("@/assets/images/涓嬭浇.png"), - label: "绛惧嚭", + path: require("@/assets/images/duanxinjilu.png"), + label: "鐭俊", }, { - path: require("@/assets/images/涓嬭浇.png"), - label: "缃棽", + path: require("@/assets/images/dianhua.png"), + label: "鐢佃瘽", }, { - path: require("@/assets/images/涓嬭浇.png"), - label: "缃繖", - }, - { - path: require("@/assets/images/涓嬭浇.png"), - label: "鎷ㄥ彿", - }, - { - path: require("@/assets/images/涓嬭浇.png"), - label: "鍜ㄨ", - }, - { - path: require("@/assets/images/涓嬭浇.png"), - label: "淇濇寔", - }, - { - path: require("@/assets/images/涓嬭浇.png"), - label: "鎭㈠", + path: require("@/assets/images/zxlt.png"), + label: "鍦ㄧ嚎鑱婂ぉ", }, ], }; @@ -172,7 +156,7 @@ // 浼哥缉鎮诞鐞� handelFlex() { if (this.flag) { - this.buffer(this.box, "height", 700); + this.buffer(this.box, "height", 600); } else { this.buffer(this.box, "height", 70); } @@ -400,7 +384,7 @@ .item-container { margin-top: 10px; width: 70px; - height: 600px; + height: 500px; display: flex; justify-content: space-between; align-items: center; @@ -410,7 +394,7 @@ width: 40px; height: 40px; border-radius: 50%; - background-color: #69707a; + background-color: #f1f7ff; display: flex; justify-content: center; align-items: center; @@ -477,10 +461,11 @@ } .active { - background-color: #1a1818 !important; + background-color: #f9f1db !important; } .active-des { - color: #1a1818 !important; - font-weight: bold !important; + color: #71dcfa !important; + font-size: 20px !important; + font-weight: 500 !important; } </style> -- Gitblit v1.9.3