|
@@ -291,6 +291,9 @@
|
|
|
<div style="background-color: #0057ba; color: #fff">搜索</div>
|
|
<div style="background-color: #0057ba; color: #fff">搜索</div>
|
|
|
</van-col>
|
|
</van-col>
|
|
|
</van-row>
|
|
</van-row>
|
|
|
|
|
+ <div class="tips">
|
|
|
|
|
+ <div><van-icon name="warning-o" />默认显示前100条,请输入关键词查询</div>
|
|
|
|
|
+ </div>
|
|
|
<van-picker
|
|
<van-picker
|
|
|
show-toolbar
|
|
show-toolbar
|
|
|
:columns="chainsData"
|
|
:columns="chainsData"
|
|
@@ -1170,4 +1173,30 @@ export default {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+.VisitSummaryAdd {
|
|
|
|
|
+ .van-popup {
|
|
|
|
|
+ .tips {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 100px;
|
|
|
|
|
+ z-index: 999999;
|
|
|
|
|
+ div {
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 15px;
|
|
|
|
|
+ background: rgba(225, 236, 250, 0.8);
|
|
|
|
|
+ border-radius: 6px;
|
|
|
|
|
+ color: #575656;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|