fix:组件名称超长省略

main
liu.shiyi 1 year ago
parent 9ebf1f35f8
commit 6605057ee2

@ -670,7 +670,7 @@ export default {
.left-bigscreen-title {
font-size: 14px;
overflow: hidden;
width: 120px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}

@ -506,7 +506,7 @@ export default {
.left-bigscreen-title {
font-size: 14px;
overflow: hidden;
width: 120px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}

@ -312,7 +312,7 @@ export default {
.left-bigscreen-title {
font-size: 14px;
overflow: hidden;
width: 120px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}

@ -631,7 +631,7 @@ export default {
.left-bigscreen-title {
font-size: 14px;
overflow: hidden;
width: 120px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
}

@ -93,7 +93,7 @@ const setting = [
step: 0.01,
max: 1,
min: 0
},
}
// 边距 padding
]

Loading…
Cancel
Save