flat: 样式
This commit is contained in:
@@ -71,9 +71,9 @@
|
||||
this.activeId = id
|
||||
},
|
||||
mounted() {
|
||||
uni.createSelectorQuery().in(this).select('.select-template-head').boundingClientRect().exec((node) => {
|
||||
this.height = node[0].height + 'px'
|
||||
});
|
||||
// uni.createSelectorQuery().in(this).select('.select-template-head').boundingClientRect().exec((node) => {
|
||||
// this.height = node[0].height + 'px'
|
||||
// });
|
||||
},
|
||||
computed: {
|
||||
searchResultList() {
|
||||
|
||||
Reference in New Issue
Block a user