mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
Merge pull request #3592 from dataease/pr@dev@fix_tab-toobar
fix(仪表板): 修复Tab内组件的悬浮工具栏无法修改问题
This commit is contained in:
commit
053d3af91d
@ -6,6 +6,7 @@
|
|||||||
<div
|
<div
|
||||||
id="main-attr"
|
id="main-attr"
|
||||||
style="position: relative;"
|
style="position: relative;"
|
||||||
|
@mousedown="mouseDown"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="attrShow('textAlign')"
|
v-if="attrShow('textAlign')"
|
||||||
@ -658,6 +659,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
mouseDown(e) {
|
||||||
|
e.stopPropagation()
|
||||||
|
},
|
||||||
init() {
|
init() {
|
||||||
if (this.styleInfo['opacity']) {
|
if (this.styleInfo['opacity']) {
|
||||||
this.innerOpacity = this.styleInfo['opacity'] * 100
|
this.innerOpacity = this.styleInfo['opacity'] * 100
|
||||||
|
Loading…
Reference in New Issue
Block a user