|
@@ -176,7 +176,6 @@ export default {
|
|
|
const containerWidth = document.querySelector('.select-list').clientWidth - 72 - 50 // 容器的宽度
|
|
|
const itemWidth = 50
|
|
|
this.oneShowCount = Math.floor(containerWidth / itemWidth)
|
|
|
- console.log(this.oneShowCount, '一行展示多少个')
|
|
|
},
|
|
|
toggleMoreStatus() {
|
|
|
this.moreStatus = !this.moreStatus
|