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> </script>
<style lang="less"> <style lang="less">
.carousel { .carousel {
height: 150px; height: 4rem;
.van-swipe{ .van-swipe{
height: 150px; height: 4rem;
} }
.img-box { .img-box {
width: 100%; width: 100%;

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

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

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

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

4
src/views/administrative/appointmentList.vue

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

6
src/views/enforce/earlyWarning.vue

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

4
src/views/enforce/enforceNotice.vue

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

4
src/views/enforce/enforcementPlan.vue

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

4
src/views/enforce/historyCheck.vue

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

10
src/views/enforce/scanPage.vue

@ -202,20 +202,20 @@ export default {
.change { .change {
z-index: 100; z-index: 100;
position: fixed; position: fixed;
bottom: 40px; bottom: 1.07rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #fff; background-color: #fff;
width: 50px; width: 1.33rem;
height: 50px; height: 1.33rem;
border-radius: 50%; border-radius: 50%;
line-height: 60px; line-height: 1.6rem;
/* align-content: center; */ /* align-content: center; */
} }
.el-icon-refresh { .el-icon-refresh {
color: #000; color: #000;
font-size: 25px; font-size: 0.66rem;
} }
</style> </style>

10
src/views/enforce/scanPage_szy.vue

@ -249,20 +249,20 @@ export default {
.change { .change {
z-index: 100; z-index: 100;
position: fixed; position: fixed;
bottom: 40px; bottom: 1.07rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #fff; background-color: #fff;
width: 50px; width: 1.33rem;
height: 50px; height: 1.33rem;
border-radius: 50%; border-radius: 50%;
line-height: 60px; line-height: 1.6rem;
/* align-content: center; */ /* align-content: center; */
} }
.el-icon-refresh { .el-icon-refresh {
color: #000; color: #000;
font-size: 25px; font-size: 0.66rem;
} }
</style> </style>

4
src/views/enterprise/complaintList.vue

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

4
src/views/enterprise/enterpriseInspectionList.vue

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

4
src/views/enterprise/qrCodeHistory.vue

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

4
src/views/enterprise/registrationList.vue

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

Loading…
Cancel
Save