no message
This commit is contained in:
parent
523a973d56
commit
2b7dd4c4c0
@ -75,7 +75,7 @@
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
}
|
||||
.boxbox .body .left .input-box .hint-list {
|
||||
position: absolute;
|
||||
@ -85,7 +85,7 @@
|
||||
left: 0;
|
||||
background-color: #ffffff;
|
||||
border-radius: 10px;
|
||||
z-index: 2;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: show 0.3s forwards;
|
||||
border: 0px solid #ebebeb;
|
||||
|
@ -78,7 +78,7 @@
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.hint-list {
|
||||
@ -89,7 +89,7 @@
|
||||
left: 0;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border-radius: 10px;
|
||||
z-index: 2;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: show 0.3s forwards;
|
||||
border: 0px solid rgba(235, 235, 235, 1);
|
||||
|
@ -31,10 +31,12 @@
|
||||
<div class="input-box flexacenter">
|
||||
<input class="flex1" placeholder="请输入" v-model="kw" @keyup.enter="submit" />
|
||||
<img class="search-icon" src="/img/search-black-icon.svg" />
|
||||
<div class="hint-mask"></div>
|
||||
<div class="hint-list scrollbar">
|
||||
<div class="item" v-for="item in 30">222222</div>
|
||||
</div>
|
||||
<template v-if="false">
|
||||
<div class="hint-mask"></div>
|
||||
<div class="hint-list scrollbar">
|
||||
<div class="item" v-for="item in 30">222222</div>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
<div class="total flexacenter">
|
||||
共
|
||||
|
Loading…
x
Reference in New Issue
Block a user