首页重构列表已完成

This commit is contained in:
2025-11-17 15:03:20 +08:00
parent ca7273f152
commit a7d6b8709c
14 changed files with 945 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<view
v-for="(item, index) in data.column"
:key="index"
class="waterfalls-flow-column"
class="waterfalls-flow-column "
:id="`waterfalls_flow_column_${index + 1}`"
:msg="msg"
:style="{ width: w, 'margin-left': index == 0 ? 0 : m }"