|
@@ -146,7 +146,6 @@
|
146
|
146
|
</div>
|
147
|
147
|
|
148
|
148
|
<div v-for="(ite,index2) in item" :key="index2" style="">
|
149
|
|
-
|
150
|
149
|
<div :style="{position: 'absolute',top:(120 + (index * 370)) + 'px',left:(380 + (index2 * 110)) + 'px'}">{{ite}}</div>
|
151
|
150
|
<div :style="{position: 'absolute',top:(150 + (index * 370)) + 'px',left:(380 + (index2 * 110)) + 'px'}"></div>
|
152
|
151
|
<div :style="{position: 'absolute',top:(170 + (index * 370)) + 'px',left:(380 + (index2 * 110)) + 'px'}">项目</div>
|