ttk-app-core
Version:
@ttk/recat enterprise develop framework
31 lines (26 loc) • 518 B
text/less
@import "~@/assets/varible.less";
.app-portal-header {
z-index : 10;
height : 55px;
line-height : 55px;
background : @primary-color;
// border-bottom : @border;
// box-shadow : @box-shadow-base;
width : 100%;
margin : 0;
padding : 0;
.ant-row {
height: 100%;
.left {
padding-left: 30px;
height : 100%;
img {
height: 100%;
}
}
.right {
text-align : right;
padding-right: 30px;
}
}
}