mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 07:56:33 +00:00
Update about.vue
This commit is contained in:
parent
47150283d6
commit
ecaf62cfd9
@ -1,21 +1,21 @@
|
||||
<template>
|
||||
<v-container class="main-container" fill-height>
|
||||
<v-row justify="center" align="center">
|
||||
<v-col cols="12" md="8">
|
||||
<v-col cols="12" md="10">
|
||||
<v-card class="pa-4" outlined>
|
||||
<v-card-title class="text-h4">关于考试展板</v-card-title>
|
||||
<v-card-title class="text-h3">关于考试看板</v-card-title>
|
||||
<v-card-text>
|
||||
<p>
|
||||
欢迎来到考试展板应用程序。这是一个用于展示考试信息的工具,帮助考生更好地了解考试安排和状态。
|
||||
<p class="text-lg">
|
||||
欢迎使用考试看板,这是一款用于展示考试信息的工具,帮助考生更好地了解考试信息与状态。
|
||||
</p>
|
||||
<p>本应用程序旨在为考生提供便捷的考试信息查看体验。</p>
|
||||
<p>版本号: 1.1.4-Malkuth 正式版</p>
|
||||
<p>开发者:Hello8963 & Mkstoler4096</p>
|
||||
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验。</p>
|
||||
<p>版本号:1.2.0 正式版</p>
|
||||
<p class="text-lg">开发者:Hello8963 & Mkstoler4096</p>
|
||||
<v-btn
|
||||
href="https://github.com/MKStoler4096/dsz-exam-showboard-next"
|
||||
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next"
|
||||
target="_blank"
|
||||
color="primary"
|
||||
class="mt-4"
|
||||
class="mt-4 normal-case"
|
||||
>
|
||||
在 GitHub 上查看源代码
|
||||
</v-btn>
|
||||
@ -32,16 +32,33 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.v-card {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
transition: transform 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.v-card:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
/* 调整字体大小 */
|
||||
.text-h3 {
|
||||
font-size: 2.5em !important;
|
||||
}
|
||||
|
||||
.text-lg {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.v-btn {
|
||||
height: 48px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.normal-case {
|
||||
text-transform: none !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user