diff --git a/src/views/projectFront/entryCode/myHome.vue b/src/views/projectFront/entryCode/myHome.vue
index cd9bc52e..0a0a2860 100644
--- a/src/views/projectFront/entryCode/myHome.vue
+++ b/src/views/projectFront/entryCode/myHome.vue
@@ -78,8 +78,8 @@
+
-
{{ i + 1 }}. {{ item.deductReason }}
+
+ {{ i + 1 }}. {{ item.deductReason }}
+
+
@@ -452,7 +454,8 @@ export default {
}
.content-down {
- height: 45.5%;
+ // height: 45.5%;
+ height: 40.5%;
}
.upDiv {
@@ -535,6 +538,9 @@ li {
font-size: 1.3rem;
font-weight: bold;
text-align: center;
+ position: absolute;
+ bottom: 4%;
+ z-index: 10;
}
.down-up {
@@ -545,8 +551,10 @@ li {
.downDiv {
- /* height: 100%; */
-
+ height: 100%;
+ position: relative;
+ display: flex;
+ flex-direction: column;
}
.downHear {
diff --git a/src/views/projectFront/entryCode/myLogin.vue b/src/views/projectFront/entryCode/myLogin.vue
index f8e2b8d2..e73e0748 100644
--- a/src/views/projectFront/entryCode/myLogin.vue
+++ b/src/views/projectFront/entryCode/myLogin.vue
@@ -10,14 +10,9 @@
placeholder="请输入身份证号码"
v-model="value"
maxlength="18"
- >
-
-