diff --git a/modules/core/src/main/resources/views/modules/sys/logForm.html b/modules/core/src/main/resources/views/modules/sys/logForm.html
index e8faf7e0..ec977018 100644
--- a/modules/core/src/main/resources/views/modules/sys/logForm.html
+++ b/modules/core/src/main/resources/views/modules/sys/logForm.html
@@ -53,7 +53,7 @@
- <#form:textarea path="requestParams" rows="1" class="form-control "/>
+ <#form:textarea path="requestParams" rows="1" class="form-control autoHeight"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html
index b84c12b2..071aaa87 100644
--- a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html
+++ b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html
@@ -188,7 +188,7 @@
<% } %>
- <% if(op == 'add' || op == 'auth') { %>
+ <% if(hasPermi('sys:empUser:authRole') && (op == 'add' || op == 'auth')) { %>
${text('分配角色')}