| @@ -9147,6 +9147,11 @@ | |||||
| "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", | "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", | ||||
| "dev": true | "dev": true | ||||
| }, | }, | ||||
| "qrcodejs2": { | |||||
| "version": "0.0.2", | |||||
| "resolved": "https://registry.npm.taobao.org/qrcodejs2/download/qrcodejs2-0.0.2.tgz", | |||||
| "integrity": "sha1-Rlr+Xjnxn6zsuTLBH3oYYQkUauE=" | |||||
| }, | |||||
| "qs": { | "qs": { | ||||
| "version": "6.5.2", | "version": "6.5.2", | ||||
| "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz", | "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz", | ||||
| @@ -28,11 +28,12 @@ | |||||
| "fastclick": "^1.0.6", | "fastclick": "^1.0.6", | ||||
| "lib-flexible": "^0.3.2", | "lib-flexible": "^0.3.2", | ||||
| "mint-ui": "^2.2.13", | "mint-ui": "^2.2.13", | ||||
| "moment": "^2.29.1", | |||||
| "qrcodejs2": "0.0.2", | |||||
| "vant": "^2.10.3", | "vant": "^2.10.3", | ||||
| "vue": "^2.6.10", | "vue": "^2.6.10", | ||||
| "vue-router": "^3.0.3", | "vue-router": "^3.0.3", | ||||
| "vuex": "^3.0.1", | |||||
| "moment": "^2.29.1" | |||||
| "vuex": "^3.0.1" | |||||
| }, | }, | ||||
| "devDependencies": { | "devDependencies": { | ||||
| "@vue/cli-plugin-babel": "^3.10.0", | "@vue/cli-plugin-babel": "^3.10.0", | ||||
| @@ -66,9 +66,11 @@ export default { | |||||
| }; | }; | ||||
| </script> | </script> | ||||
| <style scoped> | |||||
| <style lang="less" scoped> | |||||
| .box { | .box { | ||||
| overflow: hidden; | |||||
| // overflow: hidden; | |||||
| height: 100%; | |||||
| background: #f6f6f6; | |||||
| } | } | ||||
| .case { | .case { | ||||
| width: 96%; | width: 96%; | ||||
| @@ -25,6 +25,7 @@ export default { | |||||
| </script> | </script> | ||||
| <style scoped> | <style scoped> | ||||
| .Box { | .Box { | ||||
| height: 100%; | |||||
| background: #f6f6f6; | background: #f6f6f6; | ||||
| } | } | ||||
| .inquireBox { | .inquireBox { | ||||
| @@ -25,6 +25,7 @@ export default { | |||||
| </script> | </script> | ||||
| <style scoped> | <style scoped> | ||||
| .Box { | .Box { | ||||
| height: 100%; | |||||
| background: #f6f6f6; | background: #f6f6f6; | ||||
| } | } | ||||
| .inquireBox { | .inquireBox { | ||||