From 808b9c25bedd4205651d8ac821838f9b2e7a5044 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 04 六月 2024 20:37:58 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- src/components/do/b1-inspect-order-plan/Inspection.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index 0979be9..9b56e5b 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -182,6 +182,11 @@ .inspection .el-textarea__inner { min-height: 100% !important; } + + .inspection .tables .el-input{ + display: flex; + align-items: center; + } </style> <template> <div v-loading="loading" class="inspection"> -- Gitblit v1.9.3