39 lines
682 B
Plaintext
39 lines
682 B
Plaintext
#components-layout-demo-custom-trigger .trigger {
|
|
padding: 0 24px;
|
|
font-size: 18px;
|
|
line-height: 64px;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
}
|
|
|
|
.ant-layout {
|
|
height: 100%;
|
|
}
|
|
|
|
#components-layout-demo-custom-trigger .trigger:hover {
|
|
color: #1890ff;
|
|
}
|
|
|
|
#components-layout-demo-custom-trigger .logo {
|
|
height: 32px;
|
|
margin: 16px;
|
|
background: rgba(255, 255, 255, 0.3);
|
|
}
|
|
|
|
.site-layout .site-layout-background {
|
|
background: #fff;
|
|
}
|
|
|
|
.site-layout-background {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.ant-menu-submenu-title{
|
|
color: rgba(255, 255, 255, 0.6) !important;
|
|
}
|
|
|
|
.loginOut {
|
|
cursor: pointer;
|
|
padding-right: 20px;
|
|
} |