【v3.0.1】1、【新增】tomcat访问日志accessslog 最大保存天数;2、【新增】获取登录结果信息接口返回 Token;3、【新增】员工列表、表单 新增超级管理员标识;4、【优化】移除dev环境swagger用户名和密码;5、【优化】成功返回消息内容改为"操作成功";6、【优化】代码下载zip文件名改为 下划线,eg:t_apply_code.zip;7、【优化】Service代码生成自动Import;8、【优化】AdminInterpter 拦截器中对超级管理员放行;9、【优化】优化重复提交RepeatSubmitAspect;10、【优化】修改其他bug

This commit is contained in:
zhuoda
2024-03-18 22:35:07 +08:00
parent 27dffd9919
commit 1723f2514f
21 changed files with 85 additions and 22528 deletions

View File

@@ -54,23 +54,23 @@
border-radius: 6px;
box-shadow: 0px 3px 4px 0px rgba(24, 144, 255, 0.06);
backdrop-filter: blur(5.98px);
padding: 20px 15px;
padding: 40rpx 30rpx;
display: flex;
flex-direction: row;
align-items: center;
.user-icon {
width: 58px;
height: 58px;
width: 120rpx;
height: 120rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border-radius: 29px;
border-radius: 60rpx;
background-color: white;
.user-image {
width: 54px;
height: 54px;
border-radius: 27px;
width: 108rpx;
height: 108rpx;
border-radius: 54rpx;
}
}
.user-info {
@@ -78,30 +78,30 @@
flex-direction: column;
align-items: flex-start;
flex-shrink: 0;
margin: 5px auto 0 12px;
margin: 10rpx auto 0 24rpx;
align-self: flex-start;
.user-name {
height: 25px;
font-size: 18px;
height: 50rpx;
font-size: 40rpx;
font-weight: 600;
text-align: center;
color: #323333;
}
.user-phone {
margin-top: 4px;
height: 20px;
font-size: 14px;
margin-top: 8rpx;
height: 40rpx;
font-size: 30rpx;
font-weight: 400;
text-align: left;
color: #777777;
line-height: 20px;
line-height: 40rpx;
}
}
.vip-flag {
align-self: flex-start;
width: 83px;
height: 29px;
margin: 3px 0 0 auto;
width: 170rpx;
height: 60rpx;
margin: 6rpx 0 0 auto;
image {
width: 100%;
height: 100%;