Commit 646a8d572f7a060f0ad2482cefcc38646ef4800d

Authored by 李婷
1 parent 4587b9d7

feat: 样式修复

... ... @@ -5,7 +5,7 @@
5 5 border-radius: 4px;
6 6
7 7 &__dropdown-bottom {
8   - width: 100% !important;
  8 + width: calc(100% - 20px) !important;
9 9 height: 50px !important;
10 10 text-align: left !important;
11 11 background-color: #fff !important;
... ... @@ -28,7 +28,4 @@
28 28 margin: 0;
29 29 }
30 30 }
31   - .qx-input-select-dropdown__list-content-bottom {
32   - width: calc(100% - 20px)
33   - }
34 31 }
... ...