wujingjing
2024-10-28 ef44f671b9b9ecdb3d95c1d8ff606e51c38843fc
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test
已修改2个文件
5 ■■■■■ 文件已修改
src/views/project/ch/home/component/waterRight/bottom.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/ch/home/component/waterRight/center.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/ch/home/component/waterRight/bottom.vue
@@ -218,6 +218,7 @@
                    font-weight: 500;
                    height: 16px;
                    transition: background-color 0.2s;
                }
                p {
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;