mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-16 23:49:36 +08:00
103 lines
1.7 KiB
SCSS
103 lines
1.7 KiB
SCSS
.avue-top {
|
|
padding: 0 20px;
|
|
position: relative;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
|
|
color: rgba(0, 0, 0, .65);
|
|
font-size: 28px;
|
|
height: 64px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
.el-menu-item{
|
|
i,span{
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|
|
.avue-breadcrumb {
|
|
height: 100%;
|
|
i{
|
|
font-size: 30px !important;
|
|
}
|
|
&--active {
|
|
transform:rotate(90deg);
|
|
}
|
|
}
|
|
|
|
.top-menu {
|
|
box-sizing: border-box;
|
|
.el-menu-item {
|
|
padding: 0 10px;
|
|
border:none !important;
|
|
}
|
|
}
|
|
|
|
.top-search {
|
|
line-height: 64px;
|
|
position: absolute !important;
|
|
left: 20px;
|
|
top:0;
|
|
width: 400px !important;
|
|
.el-input__inner {
|
|
font-size: 13px;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
.top-bar__img {
|
|
margin: 0 8px 0 5px;
|
|
padding: 2px;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 100%;
|
|
box-sizing: border-box;
|
|
border: 1px solid #eee;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.top-bar__left,
|
|
.top-bar__right {
|
|
height: 64px;
|
|
position: absolute;
|
|
top: 0;
|
|
i{
|
|
line-height: 64px;
|
|
}
|
|
}
|
|
|
|
.top-bar__left {
|
|
left: 20px;
|
|
}
|
|
|
|
.top-bar__right {
|
|
right: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.top-bar__item {
|
|
position: relative;
|
|
display: inline-block;
|
|
height: 64px;
|
|
margin:0 10px;
|
|
font-size: 16px;
|
|
&--show {
|
|
display: inline-block !important;
|
|
}
|
|
.el-badge__content.is-fixed{
|
|
top:12px;
|
|
right: 5px;
|
|
}
|
|
}
|
|
|
|
.top-bar__title {
|
|
height: 100%;
|
|
padding:0 40px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-size: inherit;
|
|
font-weight: 400;
|
|
}
|