@@ -407,6 +407,10 @@ onUnmounted(() => stopAuto());
.yellow-t {
background: #fff3e0;
color: #e65100;
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
.red-t {