Sfoglia il codice sorgente

个人中心错误问题

RuoYi 4 anni fa
parent
commit
bcbd6322e9

+ 1 - 1
ruoyi-admin/src/main/resources/static/css/login.css

@@ -62,7 +62,7 @@ body.signin {
 @media screen and (max-width:768px) {
 	.signinpanel,.signuppanel {
 	margin:0 auto;
-	width:420px!important;
+	width:380px!important;
 	padding:20px
 }
 .signinpanel form {

File diff suppressed because it is too large
+ 0 - 0
ruoyi-admin/src/main/resources/static/css/login.min.css


+ 0 - 1
ruoyi-admin/src/main/resources/templates/demo/table/subdata.html

@@ -7,7 +7,6 @@
 <body class="gray-bg">
     <div class="main-content">
         <form id="form-add" class="form-horizontal">
-            <input name="deptId" type="hidden" id="treeId"/>
             <h4 class="form-header h4">客户信息</h4>
             <div class="row">
             	<div class="col-sm-6">

+ 1 - 1
ruoyi-admin/src/main/resources/templates/index-topnav.html

@@ -248,7 +248,7 @@
 						</a>
 						<ul class="dropdown-menu">
 							<li class="mt5">
-								<a th:href="@{/system/user/profile}" class="menuItem">
+								<a th:href="@{/system/user/profile}" class="menuItem noactive">
 								<i class="fa fa-user"></i> 个人中心</a>
 							</li>
 							<li>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/index.html

@@ -198,7 +198,7 @@
 						</a>
 						<ul class="dropdown-menu">
 							<li class="mt5">
-								<a th:href="@{/system/user/profile}" class="menuItem">
+								<a th:href="@{/system/user/profile}" class="menuItem noactive">
 								<i class="fa fa-user"></i> 个人中心</a>
 							</li>
 							<li>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html

@@ -30,7 +30,7 @@
                         </li>
                         <li class="list-group-item" th:if="${user.dept?.deptName != null}"><i class="fa fa-group"></i>
                             <b  class="font-noraml">所属部门:</b>
-                            <p class="pull-right">[[${user.dept?.deptName}]] / [[${#strings.defaultString(postGroup,'无岗位')}]]</p>
+                            <p class="pull-right" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;width:120px;">[[${user.dept?.deptName}]] / [[${#strings.defaultString(postGroup,'无岗位')}]]</p>
                         </li>
                         <li class="list-group-item"><i class="fa fa-envelope-o"></i>
                             <b  class="font-noraml">邮箱地址:</b>

Some files were not shown because too many files changed in this diff