Commit fad28904 authored by 张牧越's avatar 张牧越

styleFix

parent 3543c6ac
File deleted
......@@ -588,7 +588,7 @@ export default {
width: 25%;
top: 50%;
transform: translateY(-50%);
left: 15%;
left: 15.5%;
}
}
#today-chart,
......
......@@ -724,10 +724,10 @@ export default {
position: relative;
.custom-chart {
position: absolute;
width: 140px;
width: 23%;
top: 50%;
transform: translateY(-50%);
left: 84px;
left: 16.5%;
}
}
#area-chart {
......
......@@ -726,10 +726,10 @@ export default {
position: relative;
.custom-chart {
position: absolute;
width: 30%;
width: 25%;
top: 50%;
transform: translateY(-50%);
left: 13%;
left: 15.5%;
}
}
#device-chart {
......
......@@ -12,6 +12,7 @@ import Management from "@/components/management/Index"
import FallProtection from "@/components/fallprotection/Index"
import UnloadingPlatform from "@/components/unloadingplatform/Index"
import Elevator from "@/components/elevator/Index"
import ProjectCheck from "@/components/projectcheck/Index"
Vue.use(VueRouter)
......@@ -31,9 +32,8 @@ const router = new VueRouter({
{ path: 'fallprotection', component: FallProtection },
{ path: 'unloadingplatform', component: UnloadingPlatform },
{ path: 'elevator', component: Elevator },
{ path: 'projectcheck', component: ProjectCheck },
]
},
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment