From 0747a32003b83a155466496d18f7dddf6f800436 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期五, 11 八月 2023 17:49:33 +0800 Subject: [PATCH] Crunchy-08/11下班 --- 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