From fbb9f130ad01b5132ae5c85d28be9e68045d3866 Mon Sep 17 00:00:00 2001
From: wangyanshen <3154583358@qq.com>
Date: 星期三, 11 一月 2023 14:52:55 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/Web.PHM.V1

---
 src/views/main/istation/health/compreEvaluate.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/main/istation/health/compreEvaluate.vue b/src/views/main/istation/health/compreEvaluate.vue
index 61edd60..af1cbdf 100644
--- a/src/views/main/istation/health/compreEvaluate.vue
+++ b/src/views/main/istation/health/compreEvaluate.vue
@@ -19,7 +19,7 @@
         </fks-col>
         <fks-col :span="20" style="width:calc(100% - 220px);height:100%;">
             <div class="model-binding-right-box">
-                <div style="width:100%;height:49%;background:#fff">
+                <div style="width:100%;height:calc(50% - 5px);background:#fff">
                  <titleBox title="鏈烘车鍒楄〃"></titleBox>
                     <fks-table 
                         border
@@ -64,7 +64,7 @@
                 </fks-table>
                </div>
 
-               <div style="width:100%;height:49%;margin-top:1%;background:#fff">
+               <div style="width:100%;height:calc(50% - 5px);margin-top:10px;background:#fff">
                  <titleBox title="璇勪环椤�">
                     <template v-slot:right>
                         <div class="titleBoxRightSlot">

--
Gitblit v1.9.3