chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fdcf4cb635326b5b1afce99095193058311e1e97
Authored by
梁灏
2019-03-15 14:25:26 +0800
1 parent
fecb7cbe
close #5397
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/styles/components/drawer.less
Inline
Side-by-side
src/styles/components/drawer.less
Wrap text
Show/Hide comments
View file @
fdcf4cb
...
...
@@ -96,6 +96,10 @@
96
96
97
97
&-no-mask{
98
98
pointer-events: none;
99
+
100
+ .@{drawer-prefix-cls}-drag{
101
+ pointer-events: auto;
102
+ }
99
103
}
100
104
101
105
&-drag{
...
...