Skip to content

Commit

Permalink
style: 更改底部菜单信息
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Dec 5, 2023
1 parent e4468d1 commit 73dd795
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions src/apps/layout/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ export default class LayoutFooter extends Vue { }
<t-link :href="layout.Copylink" target="_blank">
{{ layout.Copytext }}
</t-link>
<t-link v-if="layout.IcpCode" href="https://beian.miit.gov.cn/" target="_blank">
{{ layout.IcpCode }}
</t-link>
<t-link href="https://cloud.opentdp.org/" target="_blank">
Cloud {{ layout.Version ? "v" + layout.Version : "" }}
</t-link>
<t-link v-if="layout.IcpCode" href="https://beian.miit.gov.cn/" target="_blank">
{{ layout.IcpCode }}
</t-link>
</t-space>
</div>
</template>

<style lang="scss" scoped>
.copyright {
font-size: 75%;
user-select: none;
text-align: center;
font-size: 75%;
}
</style>
9 changes: 4 additions & 5 deletions src/apps/passport/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ export default class PassportLogin extends Vue {
<t-link :href="layout.Copylink" target="_blank">
{{ layout.Copytext }}
</t-link>
<t-link v-if="layout.IcpCode" href="https://beian.miit.gov.cn/" target="_blank">
{{ layout.IcpCode }}
</t-link>
<t-link href="https://cloud.opentdp.org/" target="_blank">
Cloud {{ layout.Version ? "v" + layout.Version : "" }}
</t-link>
<t-link v-if="layout.IcpCode" href="https://beian.miit.gov.cn/" target="_blank">
{{ layout.IcpCode }}
</t-link>
</t-space>
</t-footer>
</t-layout>
Expand Down Expand Up @@ -125,9 +125,8 @@ export default class PassportLogin extends Vue {
}
.copyright {
font-size: 75%;
user-select: none;
text-align: center;
font-size: 75%;
color: var(--td-gray-color-1);
}
</style>
9 changes: 4 additions & 5 deletions src/apps/passport/register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ export default class PassportRegister extends Vue {
<t-link :href="layout.Copylink" target="_blank">
{{ layout.Copytext }}
</t-link>
<t-link v-if="layout.IcpCode" href="https://beian.miit.gov.cn/" target="_blank">
{{ layout.IcpCode }}
</t-link>
<t-link href="https://cloud.opentdp.org/" target="_blank">
Cloud {{ layout.Version ? "v" + layout.Version : "" }}
</t-link>
<t-link v-if="layout.IcpCode" href="https://beian.miit.gov.cn/" target="_blank">
{{ layout.IcpCode }}
</t-link>
</t-space>
</t-footer>
</t-layout>
Expand Down Expand Up @@ -145,9 +145,8 @@ export default class PassportRegister extends Vue {
}
.copyright {
font-size: 75%;
user-select: none;
text-align: center;
font-size: 75%;
color: var(--td-gray-color-1);
}
</style>

0 comments on commit 73dd795

Please sign in to comment.