Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6a0535e15d
|
@ -3339,8 +3339,8 @@ nav.page-tabs .page-tabs-content {
|
|||
left: auto;
|
||||
}
|
||||
|
||||
#content-main {
|
||||
height: calc(100% - 127px);
|
||||
{
|
||||
height: calc(100% - 90px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -274,9 +274,9 @@
|
|||
<iframe class="RuoYi_iframe" frameborder="0" height="100%" name="iframe0" seamless
|
||||
th:data-id="@{/system/main}" th:src="@{/system/main}" width="100%"></iframe>
|
||||
</div>
|
||||
<div class="footer" th:if="${footer}">
|
||||
<div class="pull-right">© [[${copyrightYear}]] RuoYi Copyright</div>
|
||||
</div>
|
||||
<!-- <div class="footer" th:if="${footer}">-->
|
||||
<!-- <div class="pull-right">© [[${copyrightYear}]] RuoYi Copyright</div>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
<!--右侧部分结束-->
|
||||
</div>
|
||||
|
@ -294,6 +294,9 @@
|
|||
<script th:src="@{/ajax/libs/fullscreen/jquery.fullscreen.js}"></script>
|
||||
<script th:inline="javascript">
|
||||
window.history.forward(1);
|
||||
//默认隐藏左侧菜单
|
||||
$("body").addClass("mini-navbar");
|
||||
$(".navbar-default").find(".logo").addClass("hide");
|
||||
var ctx = [[@{/}]];
|
||||
var lockscreen = [[${session.lockscreen}]];
|
||||
if (lockscreen) {
|
||||
|
|
|
@ -55,9 +55,6 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="signup-footer">
|
||||
Copyright © 2018-2023 ruoyi.vip All Rights Reserved.
|
||||
</div>
|
||||
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; </script>
|
||||
<!--[if lte IE 8]>
|
||||
<script>window.location.href = ctx + 'html/ie.html';</script><![endif]-->
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
<div class="ibox-content">
|
||||
<div class="text-center">
|
||||
<p class="user-info-head" onclick="avatar()"><img class="img-circle img-lg" th:src="(${#strings.isEmpty(user.avatar)}) ? @{/img/profile.jpg} : @{${user.avatar}}" th:onerror="'this.src=\'' + @{'/img/profile.jpg'} + '\''"></p>
|
||||
<p class="user-info-head" onclick="avatar()"><img class="img-circle img-lg" th:src="(${#strings.isEmpty(user.avatar)}) ? @{/img/profile.png} : @{${user.avatar}}" th:onerror="'this.src=\'' + @{'/img/profile.jpg'} + '\''"></p>
|
||||
<p><a href="javascript:avatar()">修改头像</a></p>
|
||||
</div>
|
||||
<ul class="list-group list-group-striped">
|
||||
|
|
Loading…
Reference in New Issue