@@ -640,13 +640,18 @@ export default {
span.label {
width: 80px;
+ min-width: 80px;
margin-right: 16px;
}
.el-tag {
+ max-width: 275px;
border-color: #dbdbdb;
color: #000;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;