Commit 646a8d572f7a060f0ad2482cefcc38646ef4800d

Authored by 李婷
1 parent 4587b9d7

feat: 样式修复

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