ca447a4e by simon

默认提交

1 parent 20b17a5f
Showing 43 changed files with 6 additions and 6 deletions
This diff could not be displayed because it is too large.
...@@ -51,10 +51,10 @@ html { ...@@ -51,10 +51,10 @@ html {
51 text-rendering: optimizeLegibility; 51 text-rendering: optimizeLegibility;
52 color: #333; 52 color: #333;
53 background-color: #ffffff; 53 background-color: #ffffff;
54 -ms-text-size-adjust: 100%; 54 // -ms-text-size-adjust: 100%;
55 -webkit-text-size-adjust: 100%; 55 // -webkit-text-size-adjust: 100%;
56 -moz-osx-font-smoothing: grayscale; 56 // -moz-osx-font-smoothing: grayscale;
57 -webkit-font-smoothing: antialiased; 57 // -webkit-font-smoothing: antialiased;
58 box-sizing: border-box; 58 box-sizing: border-box;
59 } 59 }
60 60
......
1 .content { 1 .content {
2 display: flex; 2 display: flex;
3 // margin-top: 2.333333rem; 3 // margin-top: 2.333333rem;
4 margin: 2.333333rem 0; 4 margin: 2.333333rem auto;
5 } 5 }
6 6
7 .left-panel { 7 .left-panel {
......
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
50 } 50 }
51 if (val == 2) { 51 if (val == 2) {
52 this.$router.push({ 52 this.$router.push({
53 path: "/reservation" 53 path: "/custom/service?q=m6"
54 }) 54 })
55 } 55 }
56 if (val == 3) { 56 if (val == 3) {
......