diff --git a/src/components/ProTable/index.vue b/src/components/ProTable/index.vue
index 57acf89..8186039 100644
--- a/src/components/ProTable/index.vue
+++ b/src/components/ProTable/index.vue
@@ -22,7 +22,7 @@
* @version:
* @Date: 2021-04-20 11:06:21
* @LastEditors: huzhushan@126.com
- * @LastEditTime: 2021-04-21 12:45:46
+ * @LastEditTime: 2021-09-29 15:04:03
* @Author: huzhushan@126.com
* @HomePage: https://huzhushan.gitee.io/vue3-element-admin
* @Github: https://github.com/huzhushan/vue3-element-admin
@@ -38,7 +38,7 @@
class="search"
:model="searchModel"
:inline="true"
- label-position="left"
+ label-position="right"
:label-width="search.labelWidth"
ref="searchForm"
>
@@ -48,8 +48,9 @@
:label="item.label"
:prop="item.name"
>
+
@@ -247,7 +250,7 @@