From 8435407b2356effeffac7cb7f55e5585fd17c37b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 20 十二月 2023 13:37:32 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
CanadaMes-ui/src/views/Electrical/Parameter2.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CanadaMes-ui/src/views/Electrical/Parameter2.vue b/CanadaMes-ui/src/views/Electrical/Parameter2.vue
index d07f6b4..95bf82f 100644
--- a/CanadaMes-ui/src/views/Electrical/Parameter2.vue
+++ b/CanadaMes-ui/src/views/Electrical/Parameter2.vue
@@ -104,7 +104,7 @@
:key="groupIndex"
style="margin-bottom: -20px"
>
- <el-card class="json-block" style="width: 300px; margin-bottom: 2px;height:170px;">
+ <el-card class="json-block" style="width: 300px; margin-bottom: 2px;height:200px" :height="groupIndex === 12 ? '190px' : '170px'" >
<div
class="button-row"
style="display: flex; justify-content: space-between"
@@ -177,7 +177,7 @@
<span
class="name"
v-if="groupIndex === 12"
- style="width: 250px"
+ style="width: 350px"
>{{ item.name }}</span
>
<span class="name" v-else style="width: 150px">{{
--
Gitblit v1.8.0