From b902771e24bf87e0940d00cea8671d8ba84ede26 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期二, 29 八月 2023 13:20:36 +0800 Subject: [PATCH] bug --- src/views/laboratory/ledger/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/laboratory/ledger/index.vue b/src/views/laboratory/ledger/index.vue index 73f919e..0308fd3 100644 --- a/src/views/laboratory/ledger/index.vue +++ b/src/views/laboratory/ledger/index.vue @@ -54,7 +54,7 @@ <div class="table-box"> <el-table ref="equipmentTable" node-key="father_name" :cell-style="{ textAlign: 'center' }" :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'center' }" - :data="equipmentTable" style="width: 100%"> + :data="equipmentTable" style="width: 100%;"> <el-table-column type="index" label="搴忓彿" min-width="90" /> <el-table-column prop="equipment_code" label="浠櫒璁惧缂栧彿" min-width="200" /> <el-table-column prop="equipment_name" label="浠櫒璁惧鍚嶇О" min-width="150" /> @@ -68,7 +68,6 @@ </template> </el-table-column> <el-table-column prop="storage_place" label="瀛樻斁鍦�" min-width="200" /> - <el-table-column label="鎿嶄綔" min-width="120" fixed="right"> <template slot-scope="scope"> <el-button type="text" size="small" @click="openDetail(scope.row)">缂栬緫</el-button> @@ -1052,7 +1051,7 @@ background: #fff; display: flex; justify-content: space-between; - padding: 0 24px 12px 24px; + padding: 15px 24px 12px 24px; .search-bar { .el-radio-button.is-active { @@ -1088,6 +1087,7 @@ .library-bom { flex: 2; margin-right: 12px; + height: 80vh; .bom-item-search { margin-bottom: 12px; @@ -1119,6 +1119,7 @@ margin-left: 12px; display: flex; flex-direction: column; + height: 80vh; .table-box { margin-top: 30px; -- Gitblit v1.9.3