flat: 样式

This commit is contained in:
Apcallover
2024-02-19 11:43:13 +08:00
parent 41ae03e35d
commit c077bfdef0
4 changed files with 9 additions and 9 deletions

View File

@@ -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() {