fix: 1.对浏览器resize 事件进行优化2.更改kBps为Kbps

This commit is contained in:
@changcode
2022-04-26 14:00:16 +08:00
parent 089ecf86a2
commit 17ac9640ed
16 changed files with 52 additions and 27 deletions

View File

@@ -15,6 +15,16 @@
display: flex;
align-items: center;
flex-grow: 1;
.header__left-breadcrumb.el-breadcrumb {
padding-left: 20px;
.header__left-breadcrumb-item.el-breadcrumb-item {
display: inline-block; max-width: 300px;
height: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.shrink-button {
margin-left: 20px;