Sign in
田强
/
qx-common
·
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
a7eb582284165cc498dadfdb2ba87c606c7f8bbe
Authored by
李婷
2023-09-13 10:22:12 +0800
1 parent
13fbbdd7
feat: 去除box-shadow
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/qx-input-select/styles.less
src/qx-input-select/styles.less
View file @
a7eb582
...
...
@@ -17,6 +17,9 @@
17
17
max-height: 260px;
18
18
margin-top: 5px;
19
19
overflow-y: auto;
20
+
.ant-dropdown-menu {
21
+
box-shadow: none;
22
+
}
20
23
}
21
24
22
25
&__list-empty {
...
...