From ce3be66189098e60bac79251d44ae390fa0450d7 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 06 九月 2023 15:45:06 +0800
Subject: [PATCH] modified: src/views/experiment/planAssignments/plan.vue
---
src/views/experiment/nonConformingFeedback/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/experiment/nonConformingFeedback/index.vue b/src/views/experiment/nonConformingFeedback/index.vue
index 88907d8..c59f54c 100644
--- a/src/views/experiment/nonConformingFeedback/index.vue
+++ b/src/views/experiment/nonConformingFeedback/index.vue
@@ -41,8 +41,8 @@
</div>
<div class="library-table">
<div class="table-box">
- <el-table ref="tableData" :max-height="800" :cell-style="{ textAlign: 'center' }"
- :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'center' }"
+ <el-table ref="tableData" :max-height="800" :cell-style="{ textAlign: 'left' }"
+ :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'left' }"
:data="tableData" style="width: 100%">
<el-table-column type="selection" label="" min-width="5%" />
<el-table-column label="鏍峰搧缂栧彿" min-width="10%">
@@ -204,4 +204,4 @@
width: 100% !important;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3