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

bug fixes

上级 d0f7b7ef
...@@ -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"
......
...@@ -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;
} }
} }
} }
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论