Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
44b421c108
  1. 4
      src/components/carousel-card/index.vue
  2. 2
      src/components/footer-enforcement-nav/index.vue
  3. 2
      src/components/footer-nav/index.vue
  4. 4
      src/views/administrative/appointmentList.vue
  5. 6
      src/views/enforce/earlyWarning.vue
  6. 4
      src/views/enforce/enforceNotice.vue
  7. 4
      src/views/enforce/enforcementPlan.vue
  8. 4
      src/views/enforce/historyCheck.vue
  9. 10
      src/views/enforce/scanPage.vue
  10. 10
      src/views/enforce/scanPage_szy.vue
  11. 4
      src/views/enterprise/complaintList.vue
  12. 4
      src/views/enterprise/enterpriseInspectionList.vue
  13. 4
      src/views/enterprise/qrCodeHistory.vue
  14. 4
      src/views/enterprise/registrationList.vue

4
src/components/carousel-card/index.vue

@ -25,9 +25,9 @@
</script>
<style lang="less">
.carousel {
height: 150px;
height: 4rem;
.van-swipe{
height: 150px;
height: 4rem;
}
.img-box {
width: 100%;

2
src/components/footer-enforcement-nav/index.vue

@ -38,7 +38,7 @@ let data = reactive({
</script>
<style lang="less" scoped>
.footer_nav{
height: 50px;
height: 1.33rem;
.footer-bar{
position: absolute;
bottom: 0;

2
src/components/footer-nav/index.vue

@ -26,7 +26,7 @@ let data = reactive({
</script>
<style lang="less" scoped>
.footer_nav{
height: 50px;
height: 1.33rem;
.footer-bar{
position: absolute;
bottom: 0;

4
src/views/administrative/appointmentList.vue

@ -416,8 +416,8 @@
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

6
src/views/enforce/earlyWarning.vue

@ -281,7 +281,7 @@
background-color: #ebf3fb;
.header_body {
height: 50px;
height: 1.33rem;
}
.shop-center {
@ -337,8 +337,8 @@
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

4
src/views/enforce/enforceNotice.vue

@ -310,8 +310,8 @@ const toPdfView = (url) =>{
//height: 101px;
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

4
src/views/enforce/enforcementPlan.vue

@ -368,8 +368,8 @@
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

4
src/views/enforce/historyCheck.vue

@ -395,8 +395,8 @@
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

10
src/views/enforce/scanPage.vue

@ -202,20 +202,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;
}
</style>

10
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;
}
</style>

4
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;
}
}
}

4
src/views/enterprise/enterpriseInspectionList.vue

@ -399,8 +399,8 @@
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

4
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;
}
}
}

4
src/views/enterprise/registrationList.vue

@ -423,8 +423,8 @@
position: relative;
.footer-one-btn {
height: 50px;
bottom: 51px;
height: 1.33rem;
bottom: 1.34rem;
}
}
}

Loading…
Cancel
Save