Fixed style error.

pull/9/head
ruibaby 2019-04-17 23:28:32 +08:00
parent bed48059ab
commit 2611feef16
2 changed files with 7 additions and 3 deletions

View File

@ -21,7 +21,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.footer { .footer {
padding: 0 16px; padding: 0 16px;
margin: 48px 0 24px; margin: 48px 0 0;
text-align: center; text-align: center;
.copyright { .copyright {
color: rgba(0, 0, 0, 0.45); color: rgba(0, 0, 0, 0.45);

View File

@ -11,8 +11,12 @@
<!-- TODO 移动端展示 --> <!-- TODO 移动端展示 -->
<a-collapse :bordered="false" v-if="isMobile()"> <a-collapse :bordered="false" v-if="isMobile()">
<a-collapse-panel :header="item.name" v-for="(item,index) in internalPages" :key="index"> <a-collapse-panel v-for="(item,index) in internalPages" :key="index">
<p>12332112323</p> <a href="javascript:void(0);" slot="header"> {{ item.name }} </a>
<div>
访问路径{{ item.url }}
操作{{ item.url }}
</div>
</a-collapse-panel> </a-collapse-panel>
</a-collapse> </a-collapse>