From f1950b48fec6421b50580f2a8899b360b314b73c Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 10 四月 2025 15:29:33 +0800 Subject: [PATCH] feat:增加车牌号,和规格Bug修改 --- pages/public-page/aboutus/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/public-page/aboutus/index.vue b/pages/public-page/aboutus/index.vue index f321203..37b841c 100644 --- a/pages/public-page/aboutus/index.vue +++ b/pages/public-page/aboutus/index.vue @@ -1,5 +1,5 @@ <template> - <div class="warp" :style="{ backgroundImage: `url(${onlineurl}/appimg/image/aboutUs/banner.jpg)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }"> + <div class="warp" :style="{ backgroundImage: `url(${onlineurl}/appimg/image/aboutUs/banner.jpg)`, backgroundRepeat: 'no-repeat' }"> <!-- 鏍囬 --> <div class="title"> <span>鍏充簬鎴戜滑</span> @@ -73,7 +73,7 @@ return { onlineurl, indexBackgroundImage:`${onlineurl}/appimg/image/aboutUs/borderTop.jpg`, - topBg:`${onlineurl}/appimg/image/aboutUs/juxing.jpg"` + topBg:`${onlineurl}/appimg/image/aboutUs/juxing.jpg` }; }, } @@ -89,6 +89,7 @@ overflow-y: auto; margin: 0 auto; background-color: #66A4F3; + background-size: 100% 100%; } .title{ text-align:center; -- Gitblit v1.9.1