提交 0878c111 编写于 作者: Mosher's avatar Mosher

增加列表回到顶部功能

上级 afbf27a2
......@@ -17,10 +17,13 @@
</#if>
</div>
</#if>
<div v-if="totalRecord>items.length" class="loadmore">{{ this.$t('commonWords.loadmore') }}</div>
<div v-else class="loadmore">{{ this.$t('commonWords.nomore') }}</div>
</div>
<div v-else>
{{ $t('app.commonWords.noData') }}
</div>
<el-backtop target=".content-container .app-list"></el-backtop>
</div>
</template>
<#ibizinclude>
......
......@@ -23,6 +23,12 @@
.app-list-item:hover {
background: #ecf5ff;
}
.loadmore {
text-align: center;
padding: 10px;
text-decoration: underline;
color: #82bff7;
}
}
.app-list-empty {
height:100%;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册