提交 0425c51e authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 d0f7b7ef
......@@ -12706,6 +12706,7 @@
"resolved": "https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz",
"integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
......@@ -13081,6 +13082,7 @@
"resolved": "https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz",
"integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
......
......@@ -463,8 +463,9 @@ export default {
left: 0;
width: 100%;
height: 64px;
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
z-index: 9;
.btn {
width: 114px;
......@@ -613,11 +614,9 @@ export default {
.module4 {
.swiper-slide {
img {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
width: 100%;
height: 100%;
object-fit: contain;
}
}
}
......
......@@ -2,9 +2,9 @@
<div>
<div class="modul1">
<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 === 2 ? 'active' : ''" @click="tap(2)">名片查询</li>
<li :class="showIndex === 3 ? 'active' : ''" @click="tap(3)">入学通知书</li>
</ul>
</div>
<div class="tap-item-box" style="padding:40px 0">
......@@ -23,7 +23,7 @@ export default {
components: { AppCert, AppIdCard, AppAdmissionNotice },
data() {
return {
showIndex: 1
showIndex: 3
}
},
watch: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论