Commit f640e611 authored by xinzhedeai's avatar xinzhedeai

add :隐患审核

parent 04afa91e
......@@ -51,7 +51,6 @@
<van-search
v-model="shanghuName"
show-action
label="查询商家"
placeholder="请输入商家关键词"
@search="onSearch"
>
......
......@@ -11,12 +11,16 @@
<style>
html,body{
background: #F5F6FA;
/* background: #fff; */
}
.wrapper {
padding: 0.2rem;
/* padding: 0.2rem; */
}
/* 条件查询样式 */
.header{
background-color: #fff;
}
.header .van-search__label{
background-color: #fff;
padding-right: .24rem;
......@@ -28,6 +32,9 @@
padding-left: 0.24rem;
}
.van-tabs__nav{
padding-right: .2rem;
}
.list-item{
margin-bottom: .2rem;
}
......@@ -60,7 +67,7 @@
.van-list {
/* background: #fff; */
border-radius: 8px;
margin: 0 0.1rem;
margin: 0 0.25rem;
}
.van-cell {
......@@ -97,12 +104,11 @@
<van-search
v-model="shanghuName"
show-action
label="查询商家"
placeholder="请输入商家关键词"
@search="onSearch"
>
<template #action>
<div @click="onSearch">搜索</div>
<div @click="onSearch"></div>
</template>
</van-search>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment