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/Homes/centerLeft1.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Homes/centerLeft1.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Homes/centerLeft1.vue" index 9f2077e..b08a476 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Homes/centerLeft1.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/Homes/centerLeft1.vue" @@ -19,6 +19,11 @@ <centerLeft3index :dataList="dataList" :plcList_one="plcList_three" /> </div> <!-- 涓夊崟鍏� --> + <!-- 涓夊崟鍏� --> + <div class="cen_div" style="margin-left: 80px;"> + <centerLeft4index :dataList="dataList" :plcList_one="plcList_three" /> + </div> + <!-- 涓夊崟鍏� --> </div> </template> @@ -27,6 +32,7 @@ import centerLeft1index from '@/views/Homes/Homest/centerLeft1index.vue'; import centerLeft2index from '@/views/Homes/Homest/centerLeft2index.vue'; import centerLeft3index from '@/views/Homes/Homest/centerLeft3index.vue'; + import centerLeft4index from '@/views/Homes/Homest/centerLeft4index.vue'; export default { props: { @@ -55,6 +61,7 @@ centerLeft1index, centerLeft2index, centerLeft3index, + centerLeft4index, }, mounted() { }, @@ -63,7 +70,8 @@ } </script> -<style> +<style > + .contents { display: flex; align-items: flex-end; -- Gitblit v1.9.3