Skip to content

Commit

Permalink
🎨 改进代码格式.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 committed May 5, 2019
1 parent 05a392e commit bd5f0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
File renamed without changes.
11 changes: 3 additions & 8 deletions css/admin.css → css/zadmin.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
}

.layui-layout-admin .layui-side .layui-nav .layui-nav-item a {
cursor: pointer;
height: 50px;
line-height: 50px;
padding-left: 30px;
Expand Down Expand Up @@ -324,12 +325,6 @@
padding-left: 110px
}

/* 一级目录额外的高度 */
.layui-layout-admin .layui-side .layui-nav .layui-nav-item>a {
padding-top: 3px;
padding-bottom: 3px;
cursor: pointer
}
/* ----- 导航样式 ----- */


Expand Down Expand Up @@ -557,9 +552,9 @@
.layui-iframe {
position: absolute;
width: 100%;
height: calc(100% - 40px) !important;
height: calc(100% - 41px) !important;
left: 0;
top: 40px;
top: 41px;
right: 0;
bottom: 0;
border: none;
Expand Down

0 comments on commit bd5f0fd

Please sign in to comment.