Commit 9df498dd authored by chenqikuai's avatar chenqikuai

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

parent ea5788bb
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
} }
} }
.van-popup--center{
top: 85%;
}
.van-search__content{ .van-search__content{
background-color: #FFFFFF; background-color: #FFFFFF;
} }
...@@ -107,6 +107,9 @@ export default defineComponent({ ...@@ -107,6 +107,9 @@ export default defineComponent({
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
/deep/ .van-popup--center{
top: 85%;
}
.switch{ .switch{
right:-0.344rem; right:-0.344rem;
.location{ .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