Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-promotion-wechat
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-promotion-wechat
Commits
1c5aefbf
提交
1c5aefbf
authored
12月 28, 2022
作者:
RuoYi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化登录页面验证码显示效果
上级
55fb5c5f
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
14 行增加
和
7 行删除
+14
-7
login.vue
pages/login.vue
+14
-7
没有找到文件。
pages/login.vue
浏览文件 @
1c5aefbf
...
@@ -14,10 +14,12 @@
...
@@ -14,10 +14,12 @@
<view
class=
"iconfont icon-password icon"
></view>
<view
class=
"iconfont icon-password icon"
></view>
<input
v-model=
"loginForm.password"
type=
"password"
class=
"input"
placeholder=
"请输入密码"
maxlength=
"20"
/>
<input
v-model=
"loginForm.password"
type=
"password"
class=
"input"
placeholder=
"请输入密码"
maxlength=
"20"
/>
</view>
</view>
<view
class=
"input-item flex align-center"
v-if=
"captchaEnabled"
>
<view
class=
"input-item flex align-center"
style=
"width: 60%;margin: 0px;"
v-if=
"captchaEnabled"
>
<view
class=
"iconfont icon-code icon"
></view>
<view
class=
"iconfont icon-code icon"
></view>
<input
v-model=
"loginForm.code"
type=
"number"
class=
"input"
placeholder=
"请输入验证码"
maxlength=
"4"
/>
<input
v-model=
"loginForm.code"
type=
"number"
class=
"input"
placeholder=
"请输入验证码"
maxlength=
"4"
/>
<view
class=
"login-code"
>
<image
:src=
"codeUrl"
@
click=
"getCode"
class=
"login-code-img"
></image>
<image
:src=
"codeUrl"
@
click=
"getCode"
class=
"login-code-img"
></image>
</view
>
</view>
</view>
<view
class=
"action-btn"
>
<view
class=
"action-btn"
>
<button
@
click=
"handleLogin"
class=
"login-btn cu-btn block bg-blue lg round"
>
登录
</button>
<button
@
click=
"handleLogin"
class=
"login-btn cu-btn block bg-blue lg round"
>
登录
</button>
...
@@ -168,14 +170,19 @@
...
@@ -168,14 +170,19 @@
color
:
#333
;
color
:
#333
;
margin-top
:
20px
;
margin-top
:
20px
;
}
}
}
.easyinput
{
.login-code
{
width
:
100%
;
height
:
38px
;
}
float
:
right
;
}
.login-code-img
{
.login-code-img
{
height
:
45px
;
height
:
38px
;
position
:
absolute
;
margin-left
:
10px
;
width
:
200rpx
;
}
}
}
}
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论