修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-18 16:06:28 +08:00
parent b867098243
commit 1bd6023a87
@@ -608,6 +608,8 @@
white-space: nowrap;
overflow: hidden;
margin-right: 24px;
float: left;
margin-top: 3px;
}
.text-field-right {
@@ -615,8 +617,9 @@
display: inline-block;
font-size: 16px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
white-space: pre-wrap;
overflow: visible;
float: left;
color: #040B29;
font-weight: 400;
}