From fb8a16b63b5e618644bd96e93e6059bd1a35a24e Mon Sep 17 00:00:00 2001
From: OathK1per <zhangypg@gmail.com>
Date: Wed, 29 Dec 2021 14:30:11 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=BA=E5=91=98=E7=AE=A1?=
 =?UTF-8?q?=E7=90=86=E8=81=8C=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/templates/admin/account_input.ftl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/admin/account_input.ftl b/src/main/resources/templates/admin/account_input.ftl
index ffad074..8ad2a99 100644
--- a/src/main/resources/templates/admin/account_input.ftl
+++ b/src/main/resources/templates/admin/account_input.ftl
@@ -140,11 +140,11 @@
                                     <span style="color: red;">*</span>
                                     职位
                                 </div>
-                                <div class="am-u-sm-8 am-u-md-10">
+                                <div class="am-u-sm-6 am-u-md-6">
                                     <input name="positionName" class="js-ajax-validate"
                                            data-validate-async data-validation-message="请输入职位"
                                            type="text" id="positionName" value="${account.positionName!}"
-                                           minlength="1" maxlength="10"  <#if userId!=-1>readonly</#if>
+                                           minlength="1" maxlength="10"
                                            required placeholder="请输入职位"/>
                                 </div>
                             </div>