Browse Source

样式修改

master
[caserKing] 4 years ago
parent
commit
1351b2a183
5 changed files with 14 additions and 4 deletions
  1. +5
    -0
      package-lock.json
  2. +3
    -2
      package.json
  3. +4
    -2
      src/views/navigation/details.vue
  4. +1
    -0
      src/views/navigation/integral/integralParticulars.vue
  5. +1
    -0
      src/views/navigation/ticket/chPhone.vue

+ 5
- 0
package-lock.json View File

@@ -9147,6 +9147,11 @@
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
"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": {
"version": "6.5.2",
"resolved": "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz",


+ 3
- 2
package.json View File

@@ -28,11 +28,12 @@
"fastclick": "^1.0.6",
"lib-flexible": "^0.3.2",
"mint-ui": "^2.2.13",
"moment": "^2.29.1",
"qrcodejs2": "0.0.2",
"vant": "^2.10.3",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"moment": "^2.29.1"
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",


+ 4
- 2
src/views/navigation/details.vue View File

@@ -66,9 +66,11 @@ export default {
};
</script>

<style scoped>
<style lang="less" scoped>
.box {
overflow: hidden;
// overflow: hidden;
height: 100%;
background: #f6f6f6;
}
.case {
width: 96%;


+ 1
- 0
src/views/navigation/integral/integralParticulars.vue View File

@@ -25,6 +25,7 @@ export default {
</script>
<style scoped>
.Box {
height: 100%;
background: #f6f6f6;
}
.inquireBox {


+ 1
- 0
src/views/navigation/ticket/chPhone.vue View File

@@ -25,6 +25,7 @@ export default {
</script>
<style scoped>
.Box {
height: 100%;
background: #f6f6f6;
}
.inquireBox {


Loading…
Cancel
Save