NEZ-1160 fix: 修复Endpoint页面鼠标悬浮在Project字段元素超出边框
This commit is contained in:
@@ -516,22 +516,19 @@ export default {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
line-height: 23px;
|
line-height: 26px;
|
||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
padding: 0 3px 0 13px;
|
padding: 0 3px 0 13px;
|
||||||
}
|
}
|
||||||
.alert-label-value{
|
.alert-label-value{
|
||||||
height: 26px;
|
word-wrap: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
overflow: hidden;
|
||||||
|
max-width: 200px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
line-height: 23px;
|
line-height: 26px;
|
||||||
}
|
|
||||||
.alert-label-remark {
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow:ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
max-width: 210px;
|
|
||||||
}
|
}
|
||||||
.danger{
|
.danger{
|
||||||
background-color: #d64f40;
|
background-color: #d64f40;
|
||||||
|
|||||||
Reference in New Issue
Block a user