mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-26 14:23:48 +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;
|
||||
|
||||
@@ -289,7 +289,8 @@
|
||||
title="导入用户"
|
||||
:width="500"
|
||||
@ok="submitFileForm"
|
||||
:confirmLoading="upload.isUploading">
|
||||
:confirmLoading="upload.isUploading"
|
||||
:bodyStyle="{ padding: '24px' }">
|
||||
<div class="import-container">
|
||||
<a-alert
|
||||
message="请先下载模板,按照模板格式填写数据后再导入"
|
||||
|
||||
Reference in New Issue
Block a user