From f32ea2d72534a7c1bd7b87fa45e5aec36cbe08c2 Mon Sep 17 00:00:00 2001 From: hzz Date: Tue, 12 Sep 2023 11:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E4=BC=9A=E8=AE=A1=E5=88=92=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=95=B0=E9=87=8F=E8=A1=A8=E6=A0=BC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MicroExhibition/table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MicroExhibition/table.vue b/src/views/MicroExhibition/table.vue index 47d7802..507180b 100644 --- a/src/views/MicroExhibition/table.vue +++ b/src/views/MicroExhibition/table.vue @@ -113,7 +113,7 @@ async function saveData() { background-color: #173d91; } -.centered-input ::v-deep .el-input__inner { +.centered-input ::v-deep(.el-input__inner) { text-align: center; font-size: 24px; }