From 32678f5c24c7681a198b517fa72db1de2e98646d Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 08 七月 2024 22:00:42 +0800 Subject: [PATCH] PCS平面图检测线段 --- 代码管理/PCS/WCS_Client/src/views/Home.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Home.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Home.vue" index 435f2cc..dcbebfe 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Home.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Home.vue" @@ -1,4 +1,5 @@ <template> + <div class="home-page"> <div class="qhuan"> <el-button type="primary" :class="{ 'qh_box': true, 'selected': selected === '涓嬫枡鍖�' }" v-on:click="selectss(0)">涓嬫枡鍖�</el-button> @@ -68,6 +69,7 @@ <centerLeft2 :dataList="datalist" /> </div> <!-- 搴撳尯浠g爜 --> +</div> </template> <script> @@ -223,8 +225,9 @@ } </script> -<style> -body { +<style scoped> +.home-page { + width: 125%; background-image: url("../assets/imgs/pageBg.png"); } -- Gitblit v1.9.3