|
|
@@ -36,8 +36,8 @@
|
|
|
<a :href="'/store/' + store.uuid" target="_blank"><button class="btn btn-primary">进入店铺</button></a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr v-if="!stores.content || stores.content.length == 0">
|
|
|
- <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;">
|
|
|
+ <tr v-if="!stores.content || stores.content.length == 0" class="no-content">
|
|
|
+ <td colspan="10" class="text-center" style="line-height: 1125px; font-size: 20px;">
|
|
|
<i class="fa fa-smile-o fa-lg"></i> 暂无店铺信息
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -284,6 +284,10 @@ export default {
|
|
|
#store-list table>tbody tr:first-child:hover{
|
|
|
box-shadow: none;
|
|
|
cursor: default ;
|
|
|
+ }
|
|
|
+ #store-list table>tbody tr.no-content:hover{
|
|
|
+ box-shadow: none;
|
|
|
+ cursor: default ;
|
|
|
}
|
|
|
#store-list table>tbody tr td{
|
|
|
padding: 15px;
|