mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
feat(plugin-layout): 调整 layout: aside 的 logo 布局 (#230)
This commit is contained in:
parent
e4b4d0939d
commit
e8aad1fbc1
@ -347,21 +347,22 @@ export default {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 5%);
|
box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 5%);
|
||||||
.layout-logo {
|
.layout-logo {
|
||||||
height: 32px;
|
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
|
||||||
.logo-img {
|
.logo-img {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
.logo-name {
|
.logo-name {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0 0 0 12px;
|
margin: 12px 0 0 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layout-menu {
|
.layout-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user