Merge pull request #8114 from dataease/pr@dev@style_public-link-new

style(仪表板): 公共链接样式图表等优化
This commit is contained in:
王嘉豪 2024-02-21 16:16:25 +08:00 committed by GitHub
commit 4da0032b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
<template>
<div
:class="containerClass"
class="bar-main"
>
<div
v-if="existLinkage || backToTopBtn"
@ -76,9 +76,6 @@ export default {
fromLink() {
return this.$route.query.fromLink === 'true'
},
containerClass() {
return this.isPublicLink && this.isPcTerminal ? 'trans-pc' : 'bar-main'
},
...mapState([
'componentData'
])