于添 4 mesi fa
parent
commit
d404f5e141
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/views/resourceCenter/components/ResourceList.vue

+ 3 - 1
src/views/resourceCenter/components/ResourceList.vue

@@ -93,7 +93,9 @@
 				@change="onChange"
 			/>
 		</div>
-		<div style="height: 20px"></div>
+		<div style="height: 100px; display: flex; justify-content:  center; align-items: center">
+			<span style="display: block;  color: #7f8c8d">——已经到底了——</span>
+		</div>
 	</div>
 </template>