style: 移动端组件放大按钮样式调整

This commit is contained in:
wangjiahao 2024-01-24 18:16:19 +08:00
parent 56bdd120cb
commit 6dda01a90e

View File

@ -134,7 +134,7 @@ export default {
return this.$route.query.fromLink === 'true'
},
containerClass() {
return this.isPublicLink ? 'trans-pc' : 'bar-main'
return this.isPublicLink && this.isPcTerminal ? 'trans-pc' : 'bar-main'
},
...mapState([
'componentData'