Merge pull request #7805 from dataease/pr@dev@style_mobile

style: 移动端组件放大按钮样式调整
This commit is contained in:
王嘉豪 2024-01-24 18:18:27 +08:00 committed by GitHub
commit 7825b2e25e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'