weixin_52219567 3 ngày trước cách đây
mục cha
commit
6eb9f6588d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/views/home/jdcomponents/JDBannerCards.vue

+ 4 - 0
src/views/home/jdcomponents/JDBannerCards.vue

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