mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-06 00:57:51 +08:00
界面优化
This commit is contained in:
@@ -265,6 +265,9 @@ onUnmounted(() => {
|
||||
<button class="btn-primary" :disabled="authStore.loading" type="submit">
|
||||
{{ isSubmitting ? '提交中...' : '注册并登录' }}
|
||||
</button>
|
||||
<button type="button" class="btn-primary guest-btn" @click="router.push('/')" style="margin-top: 12px; background: var(--bg-input); color: var(--text-primary); border: 1px solid var(--border-subtle);">
|
||||
以游客身份体验
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<p class="form-footer">
|
||||
@@ -533,6 +536,14 @@ onUnmounted(() => {
|
||||
border: 1px solid rgba(16, 185, 129, 0.2);
|
||||
}
|
||||
|
||||
.btn-primary.guest-btn:hover {
|
||||
background: var(--bg-hover) !important;
|
||||
color: var(--text-primary) !important;
|
||||
border-color: var(--border-strong) !important;
|
||||
box-shadow: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.form-footer {
|
||||
margin-top: 32px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user