Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
cf2c7831c1f3e0bb5226842559264bf321c9ad64
Authored by
fengtao
2024-04-03 10:17:01 +0800
1 parent
bc97472f
perf(src/hooks/external): 修改拖拽时的遮罩,导致页面无法点击
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/chart/ContentEdit/components/EditRange/index.vue
src/views/chart/ContentEdit/components/EditRange/index.vue
View file @
cf2c783
...
...
@@ -61,7 +61,6 @@ const rangeModelStyle = computed(() => {
61
61
@include fetch-bg-color('background-color2');
62
62
@include go(edit-range-model) {
63
63
z-index: -1;
64
-
position: absolute;
65
64
left: 0;
66
65
top: 0;
67
66
}
...
...