提交 d88e69db authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 be69356c
<template>
<div class="home">
<div class="home" :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="buttons">
<a href="/home" class="is-active">Enter the SHMS-MBA Website</a>
<a href="/home">Apply for SHMS MBA </a>
<a href="https://certs.ezijing.com">Degree Inquiry</a>
</div>
</div>
</template>
<script>
export default {
computed: {
isMobile() {
return this.$store.state.isMobile
}
}
}
</script>
<style lang="scss">
.home {
position: relative;
......@@ -42,4 +51,11 @@
}
}
}
.is-h5 {
&.home {
a {
width: 320px;
}
}
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论