fix: 增加 浏览器 resize 清除方法
This commit is contained in:
@@ -341,6 +341,12 @@
|
||||
color: #717171;
|
||||
line-height: 18px;
|
||||
font-weight: 400;
|
||||
max-height: 54px;
|
||||
overflow: hidden; //超出的文本隐藏
|
||||
text-overflow: ellipsis; //溢出用省略号显示
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3; // 超出多少行
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
|
||||
}
|
||||
.metric.el-select__popper,.reference-line.el-select__popper {
|
||||
top: 216px !important;
|
||||
top: 221px !important;
|
||||
.el-popper__arrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user