mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
style(仪表板): 公共链接样式图表等优化
This commit is contained in:
@@ -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'
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user