Skip to content
GitLab
探索
登录
注册
主导航
搜索或转到…
项目
S
Saber_B
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
模型注册表
运维
环境
Terraform 模块
监控
事件
分析
价值流分析
贡献者分析
CI/CD 分析
仓库分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为 GitLab 提交贡献
提交反馈
快捷键
?
代码片段
群组
项目
Show more breadcrumbs
SaberLink
Saber_B
合并请求
!21
style: 背景颜色修改
代码
评审变更
检出分支
下载
补丁
文本差异
已合并
style: 背景颜色修改
Yowo_moran
至
main
概览
0
提交
1
流水线
0
变更
2
已合并
Yowo_moran
请求将
Yowo_moran
合并到
main
1年前
概览
0
提交
1
流水线
0
变更
2
展开
0
0
合并请求报告
比较
main
main (源)
和
最新版本
最新版本
74c37930
1 次提交,
1年前
2 文件
+
16
−
18
内联
比较变更
并排
内联
显示空白变更内容
一次显示一个文件
文件
2
搜索(例如 *.vue)(Ctrl+P)
src/views/Login/login.vue
+
8
−
11
操作
@@ -45,15 +45,10 @@ const loginUp = async (form: form) => {
</div>
</
template
>
<
style
lang=
"scss"
scoped
>
#login
{
width
:
100%
;
height
:
100%
;
background-color
:
#fff
;
}
.allLogin
{
width
:
100%
;
height
:
calc
(
100vh
);
background-color
:
#ffffff
;
}
.direction
{
@@ -95,15 +90,17 @@ const loginUp = async (form: form) => {
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.12
)
,
0
0
6px
rgba
(
0
,
0
,
0
,
0
.04
);
padding
:
20px
20px
;
}
@media
screen
and
(
max-width
:
1100px
)
{
.direction
{
display
:
none
;
display
:
none
;
}
.login
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
}
</
style
>
\ No newline at end of file
加载中