From c08df0f996165664cdedd2925ee415ff0771327a Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 10 九月 2025 19:36:55 +0800 Subject: [PATCH] 合并 --- frontWuhu/src/views/business/serviceProviderResources.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontWuhu/src/views/business/serviceProviderResources.vue b/frontWuhu/src/views/business/serviceProviderResources.vue index d001e92..d371552 100644 --- a/frontWuhu/src/views/business/serviceProviderResources.vue +++ b/frontWuhu/src/views/business/serviceProviderResources.vue @@ -145,7 +145,7 @@ box-sizing: border-box; background-image: url("../../assets/images/bg_fuwushang.png"); background-repeat: no-repeat; - background-size: 100% 100%; + background-size: cover; display: flex; flex-direction: column; .box_head_title { @@ -215,9 +215,7 @@ } } .right { - width: 173px; - height: 48px; - padding: 0 15px; + padding: 15px; box-sizing: border-box; background: #FFFFFF; border-radius: 2px; @@ -225,10 +223,13 @@ align-items: center; justify-content: space-between; img { + flex-shrink: 0; width: 16px; height: 16px; + margin-right: 6px; } .right_name { + flex: 1; font-weight: 400; font-size: 15px; color: #333333; -- Gitblit v1.9.3