😐 add logo bottom border

master
就眠仪式 2021-07-18 22:20:47 +08:00
parent 642910c5e6
commit d0c8005acf
1 changed files with 4 additions and 2 deletions

View File

@ -45,10 +45,11 @@ body,
.pear-admin .layui-logo { .pear-admin .layui-logo {
width: 230px; width: 230px;
height: 60px; height: 59px;
line-height: 60px; line-height: 59px;
position: relative; position: relative;
background-color: #28333E; background-color: #28333E;
border-bottom: 1px solid rgba(0,0,0,.12);
} }
.pear-admin .layui-logo img { .pear-admin .layui-logo img {
@ -296,6 +297,7 @@ body,
.light-theme .layui-logo { .light-theme .layui-logo {
background-color: white !important; background-color: white !important;
color: black !important; color: black !important;
border-bottom: 1px whitesmoke solid;
} }
.light-theme .layui-side-scroll { .light-theme .layui-side-scroll {