From fb4d1107f546c683bf359ce892f8c646bbff6270 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 28 十月 2024 10:24:29 +0800 Subject: [PATCH] 修改样式 --- src/views/project/ch/home/component/waterRight/center.vue | 4 ++++ src/views/project/ch/home/component/waterRight/bottom.vue | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/bottom.vue b/src/views/project/ch/home/component/waterRight/bottom.vue index 07ffbf8..f56b70e 100644 --- a/src/views/project/ch/home/component/waterRight/bottom.vue +++ b/src/views/project/ch/home/component/waterRight/bottom.vue @@ -218,6 +218,7 @@ font-weight: 500; height: 16px; transition: background-color 0.2s; + } p { diff --git a/src/views/project/ch/home/component/waterRight/center.vue b/src/views/project/ch/home/component/waterRight/center.vue index 9b2eb57..4235038 100644 --- a/src/views/project/ch/home/component/waterRight/center.vue +++ b/src/views/project/ch/home/component/waterRight/center.vue @@ -118,6 +118,7 @@ if (curItem == sample.group_id) result.push(sample); }); }); + console.log('馃殌 ~ result:', result); batchChange(); }; //闅忔満鐢熸垚棰滆壊 @@ -206,6 +207,9 @@ font-weight: 500; height: 16px; transition: background-color 0.2s; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } p { font-size: 12px; -- Gitblit v1.9.3