Commit a7eb582284165cc498dadfdb2ba87c606c7f8bbe

Authored by 李婷
1 parent 13fbbdd7

feat: 去除box-shadow

@@ -17,6 +17,9 @@ @@ -17,6 +17,9 @@
17 max-height: 260px; 17 max-height: 260px;
18 margin-top: 5px; 18 margin-top: 5px;
19 overflow-y: auto; 19 overflow-y: auto;
  20 + .ant-dropdown-menu {
  21 + box-shadow: none;
  22 + }
20 } 23 }
21 24
22 &__list-empty { 25 &__list-empty {