From a427cfff76e9d96f6774dcc2acda3a7c50bc176b Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Sat, 20 Jul 2024 17:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=80=97=E6=9D=90=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=9C=8D=E5=8A=A1=E5=99=A8=E4=B8=8A=E5=B1=85=E4=B8=AD?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invoicing/consumable/cons_record.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/invoicing/consumable/cons_record.vue b/src/views/invoicing/consumable/cons_record.vue index c24b07a..5cfa7be 100644 --- a/src/views/invoicing/consumable/cons_record.vue +++ b/src/views/invoicing/consumable/cons_record.vue @@ -191,5 +191,12 @@ export default { font-weight: bold; } +::v-deep .el-table .cell{ + display: flex; + justify-content: center; +} +::v-deep .el-table th.el-table__cell>.cell{ + text-align: center; +} \ No newline at end of file