From db75c6a59acad51cb17577c522e6a4debf72b3b6 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期二, 02 八月 2022 17:54:30 +0800
Subject: [PATCH] 数据对接

---
 src/components/emergencySupplies/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/emergencySupplies/index.vue b/src/components/emergencySupplies/index.vue
index dec3310..de82773 100644
--- a/src/components/emergencySupplies/index.vue
+++ b/src/components/emergencySupplies/index.vue
@@ -12,7 +12,7 @@
         <el-row>
           <el-form ref="ruleFormRef" :model="ruleForm" :inline="true" status-icon>
             <el-form-item>
-              <el-input size="default" v-model="listQuery.searchParams.name" placeholder="物资名称"  style="max-width: 215px;"/>
+              <el-input size="default" v-model="listQuery.searchParams.name" placeholder="物资名称"  style="max-width: 215px;margin-right: 12px;"/>
             </el-form-item>
             <el-form-item>
               <el-button size="default" type="primary" @click="onSubmit">查询</el-button>

--
Gitblit v1.9.2