diff --git a/src/components/carousel-card/index.vue b/src/components/carousel-card/index.vue index 5c80a6c..b13cdb5 100644 --- a/src/components/carousel-card/index.vue +++ b/src/components/carousel-card/index.vue @@ -25,9 +25,9 @@ diff --git a/src/views/enforce/scanPage_szy.vue b/src/views/enforce/scanPage_szy.vue index 9233d7d..9b8b950 100644 --- a/src/views/enforce/scanPage_szy.vue +++ b/src/views/enforce/scanPage_szy.vue @@ -249,20 +249,20 @@ export default { .change { z-index: 100; position: fixed; - bottom: 40px; + bottom: 1.07rem; left: 50%; transform: translateX(-50%); color: #fff; text-align: center; background-color: #fff; - width: 50px; - height: 50px; + width: 1.33rem; + height: 1.33rem; border-radius: 50%; - line-height: 60px; + line-height: 1.6rem; /* align-content: center; */ } .el-icon-refresh { color: #000; - font-size: 25px; + font-size: 0.66rem; } diff --git a/src/views/enterprise/complaintList.vue b/src/views/enterprise/complaintList.vue index a8ad606..476fd18 100644 --- a/src/views/enterprise/complaintList.vue +++ b/src/views/enterprise/complaintList.vue @@ -386,8 +386,8 @@ const searchComplaint = (val) =>{ //height: 101px; position: relative; .footer-one-btn { - height: 50px; - bottom: 51px; + height: 1.33rem; + bottom: 1.34rem; } } } diff --git a/src/views/enterprise/enterpriseInspectionList.vue b/src/views/enterprise/enterpriseInspectionList.vue index ff77a36..5a4d1fa 100644 --- a/src/views/enterprise/enterpriseInspectionList.vue +++ b/src/views/enterprise/enterpriseInspectionList.vue @@ -399,8 +399,8 @@ position: relative; .footer-one-btn { - height: 50px; - bottom: 51px; + height: 1.33rem; + bottom: 1.34rem; } } } diff --git a/src/views/enterprise/qrCodeHistory.vue b/src/views/enterprise/qrCodeHistory.vue index f458749..1ca95a2 100644 --- a/src/views/enterprise/qrCodeHistory.vue +++ b/src/views/enterprise/qrCodeHistory.vue @@ -359,8 +359,8 @@ const cancelSelectDate = () =>{ //height: 101px; position: relative; .footer-one-btn { - height: 50px; - bottom: 51px; + height: 1.33rem; + bottom: 1.34rem; } } } diff --git a/src/views/enterprise/registrationList.vue b/src/views/enterprise/registrationList.vue index 4c4f1cb..c42d096 100644 --- a/src/views/enterprise/registrationList.vue +++ b/src/views/enterprise/registrationList.vue @@ -423,8 +423,8 @@ position: relative; .footer-one-btn { - height: 50px; - bottom: 51px; + height: 1.33rem; + bottom: 1.34rem; } } }