BookSystem/frontend/dist/assets/LoginView-CvZfAeZ0.css
jayhgq 0545d68018 feat(settings):增加系统Logo系统设置项,并支持根据上传的图片显示系统logo
1. 系统设置中增加系统Logo设置项
2. 系统标题增加logo的显示,并可自动判断,是否上传logo,若上传则显示
3. 完善系统设置功能,支持上传图片,支持设置值为布尔值或列表
4. 增加上传和获取图片的接口
5. 完善nginx,支持图片的接口代理
2026-06-19 23:17:13 +08:00

2 lines
780 B
CSS

.login-wrap[data-v-3d2542ad]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#0f172a,#1e3a5f,#0f172a);padding:24px}.card[data-v-3d2542ad]{width:100%;max-width:420px;border-radius:12px}.card-title[data-v-3d2542ad]{font-weight:600;font-size:16px}.captcha-row[data-v-3d2542ad]{display:flex;gap:12px;align-items:center;width:100%}.captcha-img[data-v-3d2542ad]{flex-shrink:0;width:120px;height:40px;border:1px solid var(--el-border-color);border-radius:4px;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8fafc}.captcha-img img[data-v-3d2542ad]{width:100%;height:100%;object-fit:cover}.captcha-placeholder[data-v-3d2542ad]{font-size:12px;color:var(--el-text-color-secondary)}