From 2cf88997c6c4873d35454261492ff9e2cc6c7933 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 04 六月 2024 17:33:23 +0800
Subject: [PATCH] 部分功能小调整
---
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 b48d136..4592b60 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