From 094899bc128164781e3e3f7d5214336f892ac2e9 Mon Sep 17 00:00:00 2001 From: zsen hu Date: Wed, 29 Sep 2021 15:09:22 +0800 Subject: [PATCH] =?UTF-8?q?ProTable=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=90=9C=E7=B4=A2=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProTable/index.vue | 49 +++++++++++++++++++------------ 1 file changed, 31 insertions(+), 18 deletions(-) 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" > +