weixin_52219567 3 روز پیش
والد
کامیت
6eb9f6588d
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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 {