1、移除缓存检验token逻辑,不合理 2、修改认证返回状态码 3、个人中心页面高度调整 4、用户导入弹窗调整

This commit is contained in:
zhangtao
2024-12-17 20:00:48 +08:00
parent e8ca0aa5e6
commit d6e9bc9a74
4 changed files with 9 additions and 21 deletions
+2 -10
View File
@@ -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;
+2 -1
View File
@@ -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="请先下载模板,按照模板格式填写数据后再导入"