diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue index b005ea9..09c8579 100644 --- a/biji-qianduan/src/components/HomePage.vue +++ b/biji-qianduan/src/components/HomePage.vue @@ -16,11 +16,11 @@ + + + + + + + +/* 对话框样式 */ +:deep(.el-dialog) { +border-radius: var(--border-radius); +background-color: var(--bg-color-secondary); +} + +:deep(.el-dialog__header) { +border-bottom: 1px solid var(--border-color); +padding: 1.5rem; +} + +:deep(.el-dialog__title) { +font-size: 1.25rem; +font-weight: 600; +color: var(--text-color); +} + +:deep(.el-dialog__body) { +padding: 1.5rem; +} + +:deep(.el-dialog__footer) { +padding: 1.5rem; +border-top: 1px solid var(--border-color); +} + +.welcome-text { +white-space: nowrap; +} +.user-actions, .guest-actions { +display: flex; +align-items: center; +gap: 10px; +} diff --git a/mydatabase.db b/mydatabase.db index 1266b66..fdbb250 100644 Binary files a/mydatabase.db and b/mydatabase.db differ