forked from github/dataease
style: 移动端组件放大按钮样式调整
This commit is contained in:
parent
56bdd120cb
commit
6dda01a90e
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user