From 3567838049ef1dfe8c0408e3aabcfb09bb16bdaf Mon Sep 17 00:00:00 2001 From: lb Date: Wed, 9 Nov 2022 17:03:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9A=84techytable=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentManager/HomePage.vue | 6 +- .../components/TechyTable.vue | 147 +++++++++--------- 2 files changed, 77 insertions(+), 76 deletions(-) diff --git a/src/views/EquipmentManager/HomePage.vue b/src/views/EquipmentManager/HomePage.vue index 5a2cca8..dd9673d 100644 --- a/src/views/EquipmentManager/HomePage.vue +++ b/src/views/EquipmentManager/HomePage.vue @@ -354,15 +354,12 @@ export default { flex-direction: column; gap: calc(16px * var(--beilv)); width: 70%; - background-color: #aaaa; } .tech-body__col-2 { width: 25%; flex: 0; - /* height: calc(100% - 28px); */ height: 100%; - background-color: #cccc; } .techy-container__inner { @@ -386,7 +383,7 @@ export default { .row-1 { flex: 1; display: flex; - gap: calc(100vw / 1920 * 16); + gap: calc(16px * var(--beilv)); } .row-2 { @@ -410,7 +407,6 @@ export default { .table-wrapper { height: calc(100% - 3vh); overflow: scroll; - background-color: #f003; } .grid { diff --git a/src/views/EquipmentManager/components/TechyTable.vue b/src/views/EquipmentManager/components/TechyTable.vue index 38eb3e1..4215bc1 100644 --- a/src/views/EquipmentManager/components/TechyTable.vue +++ b/src/views/EquipmentManager/components/TechyTable.vue @@ -6,28 +6,8 @@ * @Description: -->