some modify
This commit is contained in:
parent
527cdd6fa3
commit
03ca725903
|
@ -41,7 +41,7 @@ textAlign: ['center', 'center']
|
||||||
|
|
||||||
<border-box-7 class="other-item">
|
<border-box-7 class="other-item">
|
||||||
<div class="component">
|
<div class="component">
|
||||||
<scroll-board @click="test" :data="scrollBoardData2" carousel="page" :columnWidth="[50, 50]" :textAlign="['center', 'center']" />
|
<scroll-board :data="scrollBoardData2" carousel="page" :columnWidth="[50, 50]" :textAlign="['center', 'center']" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="config-info">
|
<div class="config-info">
|
||||||
|
@ -232,11 +232,6 @@ export default {
|
||||||
title: ['姓名', '性别', '地址']
|
title: ['姓名', '性别', '地址']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
test (e) {
|
|
||||||
console.error(e)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue