style(仪表板): 公共链接样式图表等优化
This commit is contained in:
parent
9aac827816
commit
f21fcdee8c
@ -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'
|
||||
])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user