Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
digital-construction
Commits
fad28904
Commit
fad28904
authored
May 29, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styleFix
parent
3543c6ac
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
dist.zip
dist.zip
+0
-0
Index.vue
src/components/earlywarning/Index.vue
+1
-1
Index.vue
src/components/projectcheck/Index.vue
+0
-0
Index.vue
src/components/realname/Index.vue
+2
-2
Index.vue
src/components/tower/Index.vue
+2
-2
index.js
src/router/index.js
+2
-2
No files found.
dist.zip
deleted
100644 → 0
View file @
3543c6ac
File deleted
src/components/earlywarning/Index.vue
View file @
fad28904
...
@@ -588,7 +588,7 @@ export default {
...
@@ -588,7 +588,7 @@ export default {
width: 25%;
width: 25%;
top: 50%;
top: 50%;
transform: translateY(-50%);
transform: translateY(-50%);
left: 15%;
left: 15
.5
%;
}
}
}
}
#today-chart,
#today-chart,
...
...
src/components/projectcheck/Index.vue
0 → 100644
View file @
fad28904
src/components/realname/Index.vue
View file @
fad28904
...
@@ -724,10 +724,10 @@ export default {
...
@@ -724,10 +724,10 @@ export default {
position: relative;
position: relative;
.custom-chart {
.custom-chart {
position: absolute;
position: absolute;
width:
140px
;
width:
23%
;
top: 50%;
top: 50%;
transform: translateY(-50%);
transform: translateY(-50%);
left:
84px
;
left:
16.5%
;
}
}
}
}
#area-chart {
#area-chart {
...
...
src/components/tower/Index.vue
View file @
fad28904
...
@@ -726,10 +726,10 @@ export default {
...
@@ -726,10 +726,10 @@ export default {
position: relative;
position: relative;
.custom-chart {
.custom-chart {
position: absolute;
position: absolute;
width:
30
%;
width:
25
%;
top: 50%;
top: 50%;
transform: translateY(-50%);
transform: translateY(-50%);
left: 1
3
%;
left: 1
5.5
%;
}
}
}
}
#device-chart {
#device-chart {
...
...
src/router/index.js
View file @
fad28904
...
@@ -12,6 +12,7 @@ import Management from "@/components/management/Index"
...
@@ -12,6 +12,7 @@ import Management from "@/components/management/Index"
import
FallProtection
from
"@/components/fallprotection/Index"
import
FallProtection
from
"@/components/fallprotection/Index"
import
UnloadingPlatform
from
"@/components/unloadingplatform/Index"
import
UnloadingPlatform
from
"@/components/unloadingplatform/Index"
import
Elevator
from
"@/components/elevator/Index"
import
Elevator
from
"@/components/elevator/Index"
import
ProjectCheck
from
"@/components/projectcheck/Index"
Vue
.
use
(
VueRouter
)
Vue
.
use
(
VueRouter
)
...
@@ -31,9 +32,8 @@ const router = new VueRouter({
...
@@ -31,9 +32,8 @@ const router = new VueRouter({
{
path
:
'fallprotection'
,
component
:
FallProtection
},
{
path
:
'fallprotection'
,
component
:
FallProtection
},
{
path
:
'unloadingplatform'
,
component
:
UnloadingPlatform
},
{
path
:
'unloadingplatform'
,
component
:
UnloadingPlatform
},
{
path
:
'elevator'
,
component
:
Elevator
},
{
path
:
'elevator'
,
component
:
Elevator
},
{
path
:
'projectcheck'
,
component
:
ProjectCheck
},
]
]
},
},
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment