From 4901d92ce68d1e1f7880c87a7c345c089645c3a0 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 14 九月 2023 17:39:32 +0800
Subject: [PATCH] modified: src/components/view/rawInsDetail.vue
---
src/components/view/technical.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/view/technical.vue b/src/components/view/technical.vue
index 1eeba08..ff9bf51 100644
--- a/src/components/view/technical.vue
+++ b/src/components/view/technical.vue
@@ -39,7 +39,7 @@
<div class="technical-table">
<div class="table-box">
<el-table
- height="500"
+ height="490"
border style="width: 100%"
:data="technicalTable"
>
@@ -380,7 +380,7 @@
/* 鎶�鏈枃浠惰〃鏍兼牱寮� */
.technical-table{
margin-top: 11px;
- height: calc(100% - 140px);
+ /* height: calc(100% - 140px); */
background: #fff;
padding: 23px 21px ;
font-size: 14px;
@@ -393,7 +393,7 @@
} */
.technical-table .table-box {
flex: 1;
- /* overflow-y: scroll; */
+ overflow-y: scroll;
}
.technical-table .el-pagination{
margin-top: 23px;
--
Gitblit v1.9.3