diff --git a/src/App.vue b/src/App.vue index 490bb44c44e3a6e2b2b7a979c51939fa7a886bca..f52ac95a556fd1b76cbb837ba5d2a83da3e37a66 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,6 +41,7 @@ export default class App extends Vue { margin: 0; padding: 0; overflow: hidden; + background: #fefefe; .main-view { width: 100%; height: 100%; diff --git a/src/components/common/LittleCard.vue b/src/components/common/LittleCard.vue index 0ee557b4331c2100e9915570b62f0d8fe74c1710..1a333c0faf17248cbc909c2115ab26983b006d34 100644 --- a/src/components/common/LittleCard.vue +++ b/src/components/common/LittleCard.vue @@ -8,8 +8,11 @@ --> @@ -43,6 +57,19 @@ export default class LittleCard extends Vue { litterParamClick(item:any){ this.$emit("litterParamClick",item); } + + // created(){ + // document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false }) + // } + + + // activated(){ + // document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false }) + // } + + exit(){ + this.$router.replace("login"); + } } diff --git a/src/components/common/Picket.vue b/src/components/common/Picket.vue index 8d2d537d3831b4def7ea1bc0f16c8e64f2b0bec2..fd666c74aa527988c1f329c4d8bdde7ed0f12f71 100644 --- a/src/components/common/Picket.vue +++ b/src/components/common/Picket.vue @@ -75,7 +75,7 @@ export default class Picket extends Vue { } .card { height: 200px; - width: 98%; + width: 95%; margin: 1% auto; background: inherit; background-color: rgba(255, 255, 255, 1); diff --git a/src/components/common/ProductCard.vue b/src/components/common/ProductCard.vue index ff4d96d568bddc426c1011137f6f534200d92ede..4a434441f901548f99adec3844699dc10d58f7b8 100644 --- a/src/components/common/ProductCard.vue +++ b/src/components/common/ProductCard.vue @@ -9,12 +9,12 @@