Commit 9df498dd authored by chenqikuai's avatar chenqikuai

fix: 将css类从全局移动到局部

parent ea5788bb
......@@ -22,9 +22,6 @@
}
}
.van-popup--center{
top: 85%;
}
.van-search__content{
background-color: #FFFFFF;
}
......@@ -107,6 +107,9 @@ export default defineComponent({
</script>
<style lang="less" scoped>
/deep/ .van-popup--center{
top: 85%;
}
.switch{
right:-0.344rem;
.location{
......
.van-popup--center{
top: 85%;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment