From ef114839bf4355b597e9ac7f5ba78e732a703770 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期一, 07 八月 2023 09:44:13 +0800
Subject: [PATCH] 私人仓库的第一次提交
---
src/components/view/rawUnqualified/raw.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/components/view/rawUnqualified/raw.vue b/src/components/view/rawUnqualified/raw.vue
index afe2122..0293cbc 100644
--- a/src/components/view/rawUnqualified/raw.vue
+++ b/src/components/view/rawUnqualified/raw.vue
@@ -1,9 +1,10 @@
<style scoped>
.unqualifiedBox{
width: 100%;
- height: 100%;
+ max-height: 100%;
display: flex;
flex-direction: column;
+ overflow-y: scroll;
}
.unqualifiedBox .title .el-button {
height: 32px;
@@ -47,7 +48,7 @@
<div class="unqualifiedBox">
<div class="title">
<el-row>
- <el-col :span="12" style="line-height: 32px;">鍘熸潗鏂欐楠�</el-col>
+ <el-col :span="12" style="line-height: 32px;">鍘熸潗鏂欎笉鍚堟牸</el-col>
<el-col :span="12" style="text-align: right;">
<el-button icon="el-icon-download" @click="()=>{}">瀵煎嚭</el-button>
</el-col>
@@ -73,7 +74,7 @@
璇�</span></el-button>
</div>
<div class="unqualifiedTable">
- <el-table :data="unqualifiedData" height="630">
+ <el-table :data="unqualifiedData" height="620">
<el-table-column
type="selection"
width="55">
--
Gitblit v1.9.3