Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online
Commits
0e3784a8
提交
0e3784a8
authored
5月 11, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style:样式调整
上级
299e0078
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
16 行增加
和
21 行删除
+16
-21
CardQuery.vue
src/modules/internet/components/CardQuery.vue
+1
-1
ManagerLogin.vue
src/modules/internet/components/ManagerLogin.vue
+8
-0
StudyLogin.vue
src/modules/internet/components/StudyLogin.vue
+0
-1
Index.vue
src/modules/internet/views/Index.vue
+7
-19
没有找到文件。
src/modules/internet/components/CardQuery.vue
浏览文件 @
0e3784a8
...
@@ -122,6 +122,6 @@ const handleSubmit = () => {
...
@@ -122,6 +122,6 @@ const handleSubmit = () => {
font-weight
:
400
;
font-weight
:
400
;
line-height
:
18px
;
line-height
:
18px
;
color
:
#333333
;
color
:
#333333
;
padding-bottom
:
1
6
px
;
padding-bottom
:
1px
;
}
}
</
style
>
</
style
>
src/modules/internet/components/ManagerLogin.vue
浏览文件 @
0e3784a8
...
@@ -101,6 +101,7 @@ const handleTimeChange = () => {
...
@@ -101,6 +101,7 @@ const handleTimeChange = () => {
<
el
-
form
-
item
>
<
el
-
form
-
item
>
<
div
class
=
"btn_query"
@
click
=
"handleLogin"
>
登录
<
/div
>
<
div
class
=
"btn_query"
@
click
=
"handleLogin"
>
登录
<
/div
>
<
/el-form-item
>
<
/el-form-item
>
<
div
class
=
"home_box_tips"
>
请输入手机号、验证码或密码登录管理系统。
<
/div
>
<
/el-form
>
<
/el-form
>
<
/template
>
<
/template
>
...
@@ -152,4 +153,11 @@ const handleTimeChange = () => {
...
@@ -152,4 +153,11 @@ const handleTimeChange = () => {
:
deep
(.
el
-
input
-
group
--
append
>
.
el
-
input__wrapper
)
{
:
deep
(.
el
-
input
-
group
--
append
>
.
el
-
input__wrapper
)
{
height
:
40
px
;
height
:
40
px
;
}
}
.
home_box_tips
{
font
-
size
:
12
px
;
font
-
weight
:
400
;
line
-
height
:
18
px
;
color
:
#
333333
;
text
-
align
:
center
;
}
<
/style
>
<
/style
>
src/modules/internet/components/StudyLogin.vue
浏览文件 @
0e3784a8
...
@@ -159,6 +159,5 @@ const handleTimeChange = () => {
...
@@ -159,6 +159,5 @@ const handleTimeChange = () => {
line
-
height
:
18
px
;
line
-
height
:
18
px
;
color
:
#
333333
;
color
:
#
333333
;
text
-
align
:
center
;
text
-
align
:
center
;
padding
-
bottom
:
16
px
;
}
}
<
/style
>
<
/style
>
src/modules/internet/views/Index.vue
浏览文件 @
0e3784a8
...
@@ -44,44 +44,33 @@ function handleTabChange(index: number) {
...
@@ -44,44 +44,33 @@ function handleTabChange(index: number) {
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.home
{
.home
{
height
:
calc
(
100vh
-
110px
);
min-height
:
calc
(
100vh
-
110px
);
width
:
100%
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online/fdc/%20fdc_bg.png)
no-repeat
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online/fdc/%20fdc_bg.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
.home_box
{
.home_box
{
margin
:
auto
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
width
:
472px
;
height
:
410px
;
height
:
496px
;
background
:
#ffffff
;
background
:
#ffffff
;
opacity
:
1
;
border-radius
:
20px
;
border-radius
:
20px
;
box-sizing
:
border-box
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
.home_box_tab
{
.home_box_tab
{
margin
:
0
20px
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
justify-content
:
space-around
;
width
:
410px
;
height
:
40px
;
background
:
rgba
(
255
,
255
,
255
,
0
.39
);
background
:
rgba
(
255
,
255
,
255
,
0
.39
);
border
:
1px
solid
#e5e5e5
;
border
:
1px
solid
#e5e5e5
;
opacity
:
1
;
border-radius
:
22px
;
border-radius
:
22px
;
margin-top
:
5
3px
;
margin-top
:
3
3px
;
cursor
:
pointer
;
cursor
:
pointer
;
.tab_item_name
{
.tab_item_name
{
width
:
1
36
px
;
width
:
1
10
px
;
height
:
40px
;
height
:
40px
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
22px
;
border-radius
:
22px
;
...
@@ -100,7 +89,7 @@ function handleTabChange(index: number) {
...
@@ -100,7 +89,7 @@ function handleTabChange(index: number) {
}
}
}
}
.form
{
.form
{
padding-top
:
4
9px
;
margin-top
:
1
9px
;
}
}
.home_box_line
{
.home_box_line
{
...
@@ -114,7 +103,6 @@ function handleTabChange(index: number) {
...
@@ -114,7 +103,6 @@ function handleTabChange(index: number) {
line-height
:
1
.5
;
line-height
:
1
.5
;
color
:
#bababa
;
color
:
#bababa
;
text-align
:
center
;
text-align
:
center
;
padding-bottom
:
21px
;
margin-top
:
15px
;
margin-top
:
15px
;
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论