Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
39cd4518
提交
39cd4518
编写于
2年前
作者:
“grape”
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
onClickPicket
上级
2ff566de
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
34 行增加
和
24 行删除
+34
-24
ForgetPassView.vue
src/views/login/ForgetPassView.vue
+28
-22
Main.vue
src/views/main/Main.vue
+1
-1
modifyInfo.vue
src/views/workbench/modifyInfo.vue
+5
-1
未找到文件。
src/views/login/ForgetPassView.vue
浏览文件 @
39cd4518
...
...
@@ -13,27 +13,33 @@
</div>
<div
class=
"login"
>
<!--
<van-row
style=
"padding: 10% 0%"
>
-->
<!--
<van-col
span=
"24"
>
-->
<!--
<p
class=
"polog"
>
-->
<!--
<span-->
<!-- class="font-size-18-dhc"-->
<!-- style="padding: 2% 0%; font-weight: 600"-->
<!-- >密码重置
</span-->
<!-- >-->
<!--
</p>
-->
<!--
</van-col>
-->
<!--
<van-col
span=
"24"
--
>
<!-- >
<span-->
<!-- class="font-size-12-dhc"-->
<!-- style="font-weight: 400; font-family: 'Arial Normal', 'Arial';-->
<!--}"-->
<!-- >请使用注册手机号码进行密码重置
</span-->
<!-- >
</van-col-->
<!-- >-->
<!--
</van-row>
-->
<!--
<van-row
style=
"padding: 10% 0%"
>
<van-col
span=
"24"
>
<p
class=
"polog"
>
<span
class=
"font-size-18-dhc"
style=
"padding: 2% 0%; font-weight: 600"
>
密码重置
</span
>
</p>
</van-col>
<van-col
span=
"24"
><span
class=
"font-size-12-dhc"
style=
"font-weight: 400; font-family: 'Arial Normal', 'Arial';
}"
>
请使用注册手机号码进行密码重置
</span
></van-col
>
</van-row>
-->
<van-row
type=
"flex"
justify=
"center"
style=
" margin-top: 60px;"
>
<van-col
span=
"24"
>
<div><img
style=
" width: 96%;"
src=
"../../assets/images/hljnx.png"
alt=
""
/></div>
</van-col>
</van-row>
<van-form
@
submit=
"onSubmit"
>
<div
class=
"logindiv"
style=
"margin-top
: 20%
"
>
<div
class=
"logindiv"
style=
"margin-top
:20%;
"
>
<span
class=
"sopan"
>
账号
</span>
<van-field
...
...
@@ -108,8 +114,8 @@
</van-row>
</div>
<van-divider
:style=
"{ margin: 0 }"
></van-divider>
<div
style=
"margin: 16px
; margin-top: 20%
"
>
<van-button
square
block
type=
"info"
native-type=
"submit"
<div
style=
"margin: 16px"
>
<van-button
square
block
type=
"info"
native-type=
"submit"
style=
"background-color: #3672F1;border-radius: 5px;"
>
登录
</van-button
>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/views/main/Main.vue
浏览文件 @
39cd4518
...
...
@@ -8,7 +8,7 @@
-->
<
template
>
<div
class=
"d-page d-flex flex-column"
style=
"background: linear-gradient(to bottom, #0B54E0, #ffffff); padding-bottom:20px;"
>
<div
class=
"d-page d-flex flex-column"
style=
"background
-color
: linear-gradient(to bottom, #0B54E0, #ffffff); padding-bottom:20px;"
>
<div
class=
"rarle"
>
<tools-bar
:title=
"tatleName"
style=
"width: 100%; height: calc(25vh)"
>
</tools-bar>
...
...
This diff is collapsed.
Click to expand it.
src/views/workbench/modifyInfo.vue
浏览文件 @
39cd4518
...
...
@@ -11,7 +11,7 @@
<div>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@
onClickReturn=
"onClickReturn"
></tatle-bar>
</div>
<van-row
type=
"flex"
class=
"iconImg"
>
<van-col
span=
"24"
>
...
...
@@ -98,6 +98,10 @@ export default class PersonLod extends Vue {
//参数
})
}
onClickReturn
(){
this
.
$router
.
back
();
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录