|
@@ -173,9 +173,17 @@ onUnmounted(() => {
|
|
|
<div class="kply_inner">
|
|
|
<!-- -->
|
|
|
<div>
|
|
|
- <div style="width: 1200px;margin-left:32px; box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.17);"
|
|
|
+ <!-- <div style="width: 1200px;margin-left:32px; box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.17);"
|
|
|
v-show="list.length == 0">
|
|
|
- <img width="60%" style="margin-left: 20%;" src="../assets/planNo.png">
|
|
|
+ <img width="400px" src="../assets/planNo.png">
|
|
|
+ </div> -->
|
|
|
+
|
|
|
+ <div style="box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.17);width: 1200px;margin-left:32px"
|
|
|
+ v-show="list.length == 0">
|
|
|
+ <div style="padding:10% 20%;display: flex;justify-content: center ;">
|
|
|
+ <!-- <img width="100%" src="../assets/planNo.png"> -->
|
|
|
+ <img width="400px" src=" ../assets/planNo.png">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="infinite-list-wrapper" style="overflow: auto" v-infinite-scroll="getData">
|
|
|
<div>
|