From 8bbd3635f41f95e1e4353483b8baffad15733c56 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 3 Mar 2026 11:33:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=BE=93=E5=85=A5=E6=A1=86=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=A0=8F=E5=B0=BA=E5=AF=B8&loading=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/agent/components/Item.vue | 7 ++++++- src/views/home/components/Input.vue | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/home/agent/components/Item.vue b/src/views/home/agent/components/Item.vue index dfa7ee0..d5a253c 100644 --- a/src/views/home/agent/components/Item.vue +++ b/src/views/home/agent/components/Item.vue @@ -186,6 +186,8 @@ height: 4.4rem; border-radius: 50%; border: 0.1rem solid #e5dfdf; + position: relative; + z-index: 2; .thumb-icon { width: 100%; height: 100%; @@ -218,7 +220,10 @@ } .loading-gif { - width: 13.7rem; + // width: 18.7rem; + height: 10rem; + position: relative; + margin-left: -2.4rem; } .thinking { diff --git a/src/views/home/components/Input.vue b/src/views/home/components/Input.vue index aef0887..d557f75 100644 --- a/src/views/home/components/Input.vue +++ b/src/views/home/components/Input.vue @@ -717,6 +717,10 @@ border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 50%; cursor: pointer; + img{ + width: 1.65rem; + height: 1.86rem; + } } .el-select { width: 13.9rem; @@ -729,6 +733,7 @@ font-family: 'GeneralMedium'; font-weight: 500; font-size: 1.4rem; + min-height: initial; .el-select__placeholder { color: #000; }