From 1615528985f30b496d3c294e82136434ee36397c Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期三, 09 八月 2023 17:54:23 +0800
Subject: [PATCH] 8.9编写销售管理
---
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