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 {
text-rendering: optimizeLegibility;
color: #333;
background-color: #ffffff;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
// -ms-text-size-adjust: 100%;
// -webkit-text-size-adjust: 100%;
// -moz-osx-font-smoothing: grayscale;
// -webkit-font-smoothing: antialiased;
box-sizing: border-box;
}
......
.content {
display: flex;
// margin-top: 2.333333rem;
margin: 2.333333rem 0;
margin: 2.333333rem auto;
}
.left-panel {
......
......@@ -50,7 +50,7 @@ export default {
}
if (val == 2) {
this.$router.push({
path: "/reservation"
path: "/custom/service?q=m6"
})
}
if (val == 3) {
......