From 0fb69c491f03e84ba034f6b2144b0559e25e0ec0 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 14 九月 2023 16:10:19 +0800
Subject: [PATCH] modified: src/components/view/rawInsBox.vue modified: src/components/view/rawInsDetail.vue
---
src/components/view/technical.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue
index 488e2ad..ff9bf51 100644
--- a/src/components/view/technical.vue
+++ b/src/components/view/technical.vue
@@ -39,6 +39,7 @@
<div class="technical-table">
<div class="table-box">
<el-table
+ height="490"
border style="width: 100%"
:data="technicalTable"
>
@@ -379,7 +380,7 @@
/* 鎶�鏈枃浠惰〃鏍兼牱寮� */
.technical-table{
margin-top: 11px;
- height: calc(100% - 140px);
+ /* height: calc(100% - 140px); */
background: #fff;
padding: 23px 21px ;
font-size: 14px;
--
Gitblit v1.9.3