From e617afd6e36249422f965b51b827c7f5f700c732 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 30 五月 2025 13:58:21 +0800 Subject: [PATCH] 2025-05-30刘润玉复制代码恢复工程后的提交 --- src/views/test.vue | 26 ++++++++++++++++++++++---- 1 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/views/test.vue b/src/views/test.vue index 26ed62c..e6377f4 100644 --- a/src/views/test.vue +++ b/src/views/test.vue @@ -6,7 +6,7 @@ <div class="menu-left-triangle"></div> </div> <div class="menu-right"> - <!-- <div class="menu-right-item">浣跨敤甯姪</div> --> + <!-- <div class="menu-right-item link" @click="activeTab = 5">鑷姩鍖栨祴璇�</div> --> <div class="menu-right-item link" @click="onFinishWork()">缁撴潫宸ヤ綔</div> </div> </div> @@ -159,6 +159,7 @@ </div> </div> <!-- 鎶�鏈弬鏁� end --> + </div> </div> @@ -333,7 +334,6 @@ userName: null, // 鐧诲綍浜� stationName: null, // 宸ヤ綅鍚嶇О planName:null, // 璁″垝鍚嶇О - }; }, computed: { @@ -799,7 +799,7 @@ if (res.success == true) { this.$notify({ title: '缁撴潫宸ヤ綔鎴愬姛', - message: `褰撳墠鎿嶄綔浜哄憳锛�${res.content.name}`, + message: `宸查��鍑哄伐浣滃彴锛岃閲嶆柊璁ら宸ヤ綔浠诲姟銆俙, type: 'success' }) this.goto('start') @@ -1258,7 +1258,7 @@ } } } - + // 浣滀笟浜哄憳闈㈡澘 .people { display: flex; @@ -1369,6 +1369,24 @@ } } } + + // 棰勭疆鎸囦护 + .test { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + .command { + width: 500px; + height: 100%; + background-color: red; + } + .message { + background-color: blueviolet; + height: 100%; + flex-grow: 1; + } + } } } } -- Gitblit v1.8.0