Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
0425c51e
提交
0425c51e
authored
3月 07, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
d0f7b7ef
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
8 行增加
和
7 行删除
+8
-7
package-lock.json
package-lock.json
+2
-0
index.vue
src/pages/home/index.vue
+4
-5
index.vue
src/pages/personal/index.vue
+2
-2
没有找到文件。
package-lock.json
浏览文件 @
0425c51e
...
@@ -12706,6 +12706,7 @@
...
@@ -12706,6 +12706,7 @@
"resolved"
:
"https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz"
,
"resolved"
:
"https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz"
,
"integrity"
:
"sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg="
,
"integrity"
:
"sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg="
,
"dev"
:
true
,
"dev"
:
true
,
"hasInstallScript"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
"os"
:
[
"os"
:
[
"darwin"
"darwin"
...
@@ -13081,6 +13082,7 @@
...
@@ -13081,6 +13082,7 @@
"resolved"
:
"https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz"
,
"resolved"
:
"https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz"
,
"integrity"
:
"sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg="
,
"integrity"
:
"sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg="
,
"dev"
:
true
,
"dev"
:
true
,
"hasInstallScript"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
"os"
:
[
"os"
:
[
"darwin"
"darwin"
...
...
src/pages/home/index.vue
浏览文件 @
0425c51e
...
@@ -463,8 +463,9 @@ export default {
...
@@ -463,8 +463,9 @@ export default {
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
64px
;
height
:
64px
;
background
:
rgba
(
0
,
0
,
0
,
0
.
3
);
background
:
rgba
(
0
,
0
,
0
,
0
.
7
);
display
:
flex
;
display
:
flex
;
align-items
:
center
;
z-index
:
9
;
z-index
:
9
;
.btn
{
.btn
{
width
:
114px
;
width
:
114px
;
...
@@ -613,11 +614,9 @@ export default {
...
@@ -613,11 +614,9 @@ export default {
.module4
{
.module4
{
.swiper-slide
{
.swiper-slide
{
img
{
img
{
position
:
absolute
;
width
:
100%
;
top
:
0
;
left
:
50%
;
-webkit-transform
:
translateX
(
-50%
);
height
:
100%
;
height
:
100%
;
object-fit
:
contain
;
}
}
}
}
}
}
...
...
src/pages/personal/index.vue
浏览文件 @
0425c51e
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
<div>
<div>
<div
class=
"modul1"
>
<div
class=
"modul1"
>
<ul
class=
"tap-btn"
>
<ul
class=
"tap-btn"
>
<li
:class=
"showIndex === 3 ? 'active' : ''"
@
click=
"tap(3)"
>
入学通知书
</li>
<li
:class=
"showIndex === 1 ? 'active' : ''"
@
click=
"tap(1)"
>
证书查询
</li>
<li
:class=
"showIndex === 1 ? 'active' : ''"
@
click=
"tap(1)"
>
证书查询
</li>
<li
:class=
"showIndex === 2 ? 'active' : ''"
@
click=
"tap(2)"
>
名片查询
</li>
<li
:class=
"showIndex === 2 ? 'active' : ''"
@
click=
"tap(2)"
>
名片查询
</li>
<li
:class=
"showIndex === 3 ? 'active' : ''"
@
click=
"tap(3)"
>
入学通知书
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"tap-item-box"
style=
"padding:40px 0"
>
<div
class=
"tap-item-box"
style=
"padding:40px 0"
>
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
components
:
{
AppCert
,
AppIdCard
,
AppAdmissionNotice
},
components
:
{
AppCert
,
AppIdCard
,
AppAdmissionNotice
},
data
()
{
data
()
{
return
{
return
{
showIndex
:
1
showIndex
:
3
}
}
},
},
watch
:
{
watch
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论