Merge pull request #7805 from dataease/pr@dev@style_mobile
style: 移动端组件放大按钮样式调整
This commit is contained in:
commit
7825b2e25e
@ -134,7 +134,7 @@ export default {
|
|||||||
return this.$route.query.fromLink === 'true'
|
return this.$route.query.fromLink === 'true'
|
||||||
},
|
},
|
||||||
containerClass() {
|
containerClass() {
|
||||||
return this.isPublicLink ? 'trans-pc' : 'bar-main'
|
return this.isPublicLink && this.isPcTerminal ? 'trans-pc' : 'bar-main'
|
||||||
},
|
},
|
||||||
...mapState([
|
...mapState([
|
||||||
'componentData'
|
'componentData'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user