mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat: 优化后台左上角logo标题的样式,存在图片时再增加标题的空隙
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
|
||||
.layui-layout-admin .layuimini-logo h1 {
|
||||
display : inline-block;
|
||||
margin : 0 0 0 12px;
|
||||
color : #ffffff;
|
||||
font-weight : 600;
|
||||
font-size : 20px;
|
||||
@@ -102,6 +101,10 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layuimini-logo img + h1 {
|
||||
margin : 0 0 0 12px;
|
||||
}
|
||||
|
||||
/**缩放工具(通用) */
|
||||
.layuimini-tool {
|
||||
position : absolute !important;
|
||||
|
||||
Reference in New Issue
Block a user