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..6e28ef7994234b5f462551c208d2b077b752faa2 100644 --- a/src/components/common/LittleCard.vue +++ b/src/components/common/LittleCard.vue @@ -8,7 +8,8 @@ --> @@ -43,6 +54,10 @@ export default class LittleCard extends Vue { litterParamClick(item:any){ this.$emit("litterParamClick",item); } + + 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..2a991fd317beb42442147216bd603160f97baa3d 100644 --- a/src/components/common/ProductCard.vue +++ b/src/components/common/ProductCard.vue @@ -9,12 +9,12 @@