Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
8f62c13f
提交
8f62c13f
编写于
1月 24, 2022
作者:
RedPig97
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: 更新
上级
76f3f461
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
169 行增加
和
238 行删除
+169
-238
login.vue
...ces/templ/r7/app_{{apps}}/src/components/common/login.vue
+56
-237
index.scss
...pl/r7/app_{{apps}}/src/style/components/common/index.scss
+2
-1
login.scss
...pl/r7/app_{{apps}}/src/style/components/common/login.scss
+111
-0
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/common/login.vue
浏览文件 @
8f62c13f
<
template
>
<div
class=
"login"
>
<img
src=
"@/assets/img/background.png"
/>
<img
src=
"@/assets/img/background.png"
class=
"login-background"
/>
<div
class=
"login-con"
v-if=
"!isEmbedThridPlatForm"
>
<card
:bordered=
"false"
>
<p
slot=
"title"
style=
"text-align: center"
>
{{
appTitle
}}
</p>
<card
:bordered=
"false"
class=
"login-card"
>
<div
slot=
"title"
class=
"login-header"
>
<p
class=
"login-caption"
style=
"text-align: center"
>
桌面端应用示例
</p>
</div>
<div
class=
"login-content"
>
<div
class=
"form-con"
>
<a-form
ref=
"loginForm"
:rules=
"rules"
:model=
"loginState"
>
<a-form-item
name=
"loginname"
>
...
...
@@ -37,7 +40,6 @@
重置
</a-button>
</a-form-item>
<a-form-item>
<div
style=
"text-align: center"
>
<span
class=
"form_tipinfo"
>
其他登录方式
</span>
...
...
@@ -52,27 +54,20 @@
</div>
</a-form-item>
</a-form>
<p
class=
"login-tip"
>
{{ this.loginTip }}
</p>
<p
class=
"login-tip"
>
\{{loginTip}}
</p>
</div>
</div>
</card>
<div
class=
"log_footer"
>
<div
class=
"copyright"
>
<a
href=
"https://www.ibizlab.cn/"
target=
"_blank"
>
{{ appTitle }}
is based on ibizlab .
</a>
<a
href=
"https://www.ibizlab.cn/"
target=
"_blank"
>
is based on ibizlab .
</a>
</div>
</div>
</div>
<div
class=
"login-loadding-container"
v-if=
"isEmbedThridPlatForm"
>
<div
class=
"content-loadding"
>
<span>
第三方登录跳转中
</span>
<div
class=
"loading"
>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- loading待补充 -->
</div>
</div>
</div>
...
...
@@ -393,179 +388,3 @@ const getNeedLocation = () => {
return
baseUrl
;
};
</
script
>
\ No newline at end of file
<
style
lang=
'scss'
>
.login
{
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
min-height
:
100%
;
background
:
#108cee
;
>
img
{
width
:
100vw
;
height
:
100vh
;
}
&
-con
{
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
20%
;
margin
:
auto
;
width
:
450px
;
.ivu-card-head
{
padding
:
30px
0px
20px
0px
;
border-bottom
:
0px
;
>
p
{
height
:
30px
;
line-height
:
30px
;
font-size
:
20px
;
color
:
#666666
;
font-weight
:
600
;
}
}
&
-header
{
font-size
:
16px
;
font-weight
:
300
;
text-align
:
center
;
padding
:
30px
0
;
}
.form-con
{
padding
:
0px
20px
0px
20px
;
>
i-button
{
width
:
170px
;
height
:
40px
;
}
}
.login-tip
{
font-size
:
10px
;
text-align
:
center
;
color
:
red
;
height
:
30px
;
}
}
&
-loadding-container
{
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
70%
;
margin
:
auto
;
width
:
450px
;
}
}
.login_btn
{
width
:
175px
;
height
:
40px
;
font-size
:
18px
;
font-family
:
MicrosoftYaHei
;
}
.login_reset
{
width
:
175px
;
height
:
40px
;
font-size
:
18px
;
font-family
:
MicrosoftYaHei
;
float
:
right
;
}
.form_tipinfo
{
font-family
:
MicrosoftYaHei-Bold
;
font-size
:
14px
;
font-weight
:
bold
;
font-stretch
:
normal
;
line-height
:
24px
;
letter-spacing
:
0px
;
color
:
#666666
;
}
.form_tipinfo_more
{
font-family
:
MicrosoftYaHei
;
font-size
:
14px
;
font-weight
:
normal
;
letter-spacing
:
0px
;
color
:
#666666
;
}
.log_footer
{
display
:
block
;
padding
:
0
16px
;
margin
:
48px
0
24px
;
text-align
:
center
;
color
:
#212529
;
}
.log_footer
a
{
color
:
white
;
text-decoration
:
none
;
}
.sign-btn
{
display
:
inline-block
;
cursor
:
pointer
;
margin-left
:
10px
;
}
.third-svg-container
{
display
:
inline-block
;
width
:
40px
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
padding-top
:
1px
;
border-radius
:
4px
;
margin-bottom
:
-20px
;
margin-top
:
10px
;
}
.content-loadding
{
display
:
flex
;
>
span
{
font-size
:
24px
;
color
:
#fff
;
}
}
.loading
{
width
:
150px
;
height
:
15px
;
margin
:
0
auto
;
margin-top
:
12px
;
padding-left
:
12px
;
>
span
{
display
:
inline-block
;
width
:
15px
;
height
:
100%
;
margin-right
:
5px
;
border-radius
:
50%
;
background
:
#fff
;
-webkit-animation
:
load
1
.04s
ease
infinite
;
}
>
span
:last-child
{
margin-right
:
0px
;
}
>
span
:nth-child
(
1
)
{
-webkit-animation-delay
:
0
.13s
;
}
>
span
:nth-child
(
2
)
{
-webkit-animation-delay
:
0
.26s
;
}
>
span
:nth-child
(
3
)
{
-webkit-animation-delay
:
0
.39s
;
}
>
span
:nth-child
(
4
)
{
-webkit-animation-delay
:
0
.52s
;
}
>
span
:nth-child
(
5
)
{
-webkit-animation-delay
:
0
.65s
;
}
}
@-webkit-keyframes
load
{
0
%
{
opacity
:
1
;
}
100
%
{
opacity
:
0
;
}
}
</
style
>
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/style/components/common/index.scss
浏览文件 @
8f62c13f
@use
'./app-split.scss'
;
@use
'./login.scss'
;
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/style/components/common/login.scss
0 → 100644
浏览文件 @
8f62c13f
.login
{
display
:
flex
;
flex-direction
:
column
;
min-height
:
100%
;
.login-background
{
width
:
100vw
;
height
:
100vh
;
}
.login-con
{
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
20%
;
margin
:
auto
;
width
:
450px
;
.login-card
{
display
:
block
;
background-color
:
#fff
;
border-radius
:
4px
;
.login-header
{
padding
:
30px
0px
20px
0px
;
.login-caption
{
height
:
30px
;
line-height
:
30px
;
font-size
:
20px
;
color
:
#666666
;
font-weight
:
600
;
}
}
.login-content
{
padding
:
16px
;
.form-con
{
padding
:
0px
20px
0px
20px
;
}
}
}
}
.login-loadding-container
{
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
70%
;
margin
:
auto
;
width
:
450px
;
}
.login_btn
{
width
:
175px
;
height
:
40px
;
font-size
:
18px
;
font-family
:
MicrosoftYaHei
;
}
.login_reset
{
width
:
175px
;
height
:
40px
;
font-size
:
18px
;
font-family
:
MicrosoftYaHei
;
float
:
right
;
}
.login-tip
{
font-size
:
10px
;
text-align
:
center
;
color
:
red
;
height
:
30px
;
padding-top
:
10px
;
margin
:
0
;
}
.form_tipinfo
{
font-family
:
MicrosoftYaHei-Bold
;
font-size
:
14px
;
font-weight
:
bold
;
font-stretch
:
normal
;
line-height
:
24px
;
letter-spacing
:
0px
;
color
:
#666666
;
}
.log_footer
{
display
:
block
;
padding
:
0
16px
;
margin
:
48px
0
24px
;
text-align
:
center
;
color
:
#212529
;
}
.log_footer
a
{
color
:
white
;
text-decoration
:
none
;
}
.sign-btn
{
display
:
inline-block
;
cursor
:
pointer
;
margin-left
:
10px
;
}
.third-svg-container
{
display
:
inline-block
;
width
:
40px
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
padding-top
:
1px
;
border-radius
:
4px
;
margin-bottom
:
-20px
;
margin-top
:
10px
;
}
.content-loadding
{
display
:
flex
;
>
span
{
font-size
:
24px
;
color
:
#fff
;
}
}
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录