From 63687f6c857fe54cc52d2d65c57c9a39ee22875f Mon Sep 17 00:00:00 2001 From: xuyiming Date: Mon, 10 Aug 2020 18:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=B6=85=E5=B8=82=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/service-info/app-info.vue | 1 + src/components/service-info/service-info.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/service-info/app-info.vue b/src/components/service-info/app-info.vue index 1d2ed02..c131e94 100644 --- a/src/components/service-info/app-info.vue +++ b/src/components/service-info/app-info.vue @@ -170,6 +170,7 @@ export default { background-color: #f9fafc; padding: 18px; margin-top: 15px; + border-radius: 8px; } .application_base_info:not(:last-child) { margin-right: 50px; diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 5bbede2..f93617e 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -339,12 +339,13 @@ export default { vertical-align: middle; } .service_title > .service_access_info > img { - width: 15px; + width: 19px; margin-right: 5px; } .service_base_info { padding: 18px; background-color: #f9fafc; + border-radius: 8px; } .service_base_info > li, .commodity_information { -- 2.26.0