mirror of https://gitee.com/y_project/RuoYi.git
个人中心手机端显示问题优化
parent
713ccf26e2
commit
e944409f5e
|
@ -294,6 +294,12 @@
|
|||
margin: 5px 0 5px -25px
|
||||
}
|
||||
|
||||
@media ( min-width : 768px) {
|
||||
.section-content .about {
|
||||
padding-left: 0px
|
||||
}
|
||||
}
|
||||
|
||||
/** select2 样式修改 **/
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #1AB394;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<input id="userId" name="userId" type="hidden" th:value="${user.userId}" />
|
||||
<section class="section-content">
|
||||
<div class="row">
|
||||
<div class="col-xs-3 pr5">
|
||||
<div class="col-sm-3 pr5">
|
||||
<div class="ibox float-e-margins">
|
||||
<div class="ibox-title ibox-title-gray dashboard-header gray-bg">
|
||||
<h5>个人资料</h5>
|
||||
|
@ -44,7 +44,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-9" style="padding-left: 0px">
|
||||
<div class="col-sm-9 about">
|
||||
<div class="ibox float-e-margins">
|
||||
<div class="ibox-title ibox-title-gray dashboard-header">
|
||||
<h5>基本资料</h5>
|
||||
|
|
|
@ -120,7 +120,7 @@ public class DataScopeAspect
|
|||
{
|
||||
sqlString.append(StringUtils.format(
|
||||
" OR {}.dept_id IN ( SELECT dept_id FROM sys_dept WHERE dept_id = {} or find_in_set( {} , ancestors ) )",
|
||||
deptAlias, user.getDeptId(), user.getDeptId()));
|
||||
deptAlias, user.getDeptId(), user.getDeptId()));
|
||||
}
|
||||
else if (DATA_SCOPE_SELF.equals(dataScope))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue