Ver a proveniência

样式修改

master
[caserKing] há 4 anos
ascendente
cometimento
1351b2a183
5 ficheiros alterados com 14 adições e 4 eliminações
  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 Ver ficheiro

@@ -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",


+ 3
- 2
package.json Ver ficheiro

@@ -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",


+ 4
- 2
src/views/navigation/details.vue Ver ficheiro

@@ -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%;


+ 1
- 0
src/views/navigation/integral/integralParticulars.vue Ver ficheiro

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


+ 1
- 0
src/views/navigation/ticket/chPhone.vue Ver ficheiro

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


Carregando…
Cancelar
Guardar