mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 21:18:09 +00:00
1、移除缓存检验token逻辑,不合理 2、修改认证返回状态码 3、个人中心页面高度调整 4、用户导入弹窗调整
This commit is contained in:
@@ -475,17 +475,9 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:root {
|
||||
--primary-color: #1890ff;
|
||||
--border-radius: 8px;
|
||||
--card-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
|
||||
--transition-duration: 0.3s;
|
||||
--hover-bg-color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
|
||||
.profile-container {
|
||||
min-height: 100vh;
|
||||
background-color: #f0f2f5;
|
||||
min-height: 90vh;
|
||||
background-color: #e5e9ee;
|
||||
|
||||
.profile-content {
|
||||
padding: 24px;
|
||||
|
||||
Reference in New Issue
Block a user