forked from github/dataease
refactor:代码回退
This commit is contained in:
parent
09e29e37b7
commit
0f6b870d76
@ -98,7 +98,6 @@
|
|||||||
id="canvasInfo"
|
id="canvasInfo"
|
||||||
:class="{'style-hidden':canvasStyleData.selfAdaption}"
|
:class="{'style-hidden':canvasStyleData.selfAdaption}"
|
||||||
class="content this_canvas"
|
class="content this_canvas"
|
||||||
:class="{'border-hidden':canvasStyleData.selfAdaption}"
|
|
||||||
@drop="handleDrop"
|
@drop="handleDrop"
|
||||||
@dragover="handleDragOver"
|
@dragover="handleDragOver"
|
||||||
@mousedown="handleMouseDown"
|
@mousedown="handleMouseDown"
|
||||||
@ -831,9 +830,4 @@ export default {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-hidden {
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user