@@ -100,10 +100,18 @@ export default {
overflow: hidden;
}
.down {
+ position: relative;
.search {
+ position: fixed;
+ width: 100%;
+ z-index: 999;
.data {
+ position: absolute;
+ top: 54px;
padding: 10px;
+ background: #f9fafc;
.list {
background-color: #fff;
border-radius: 5px;