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
cc995d9f
Commit
cc995d9f
authored
Jun 05, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styleFix
parent
c5cfd1b7
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
7 deletions
+25
-7
Index.vue
src/components/Index.vue
+8
-1
Index.vue
src/components/elevator/Index.vue
+3
-0
Index.vue
src/components/fallprotection/Index.vue
+4
-1
Index.vue
src/components/noise/Index.vue
+2
-1
Index.vue
src/components/realname/Index.vue
+3
-3
Index.vue
src/components/safecap/Index.vue
+1
-0
Index.vue
src/components/unloadingplatform/Index.vue
+4
-1
No files found.
src/components/Index.vue
View file @
cc995d9f
...
...
@@ -59,6 +59,7 @@
</el-tooltip>
</div>
<div
class=
"right-nav"
>
<div
class=
"invisible"
></div>
<
template
v-for=
"(router, index) in rightNav"
>
<router-link
v-if=
"router.child && router.child.length == 0"
...
...
@@ -251,7 +252,7 @@ export default {
.right-nav {
width: calc(100% / 3);
text-align: left;
padding-left: 80px;
.clock {
float: right;
width: 124px;
...
...
@@ -383,4 +384,10 @@ a,
.el-popper[x-placement^="bottom"] .popper__arrow::after {
display: none;
}
.invisible {
height: 100%;
width: 60px;
display: inline-block;
vertical-align: top;
}
</
style
>
\ No newline at end of file
src/components/elevator/Index.vue
View file @
cc995d9f
...
...
@@ -502,6 +502,9 @@ export default {
display: flex;
justify-content: space-between;
text-align: center;
& > div {
width: 33%;
}
.warning-info-text {
white-space: nowrap;
padding-top: 20px;
...
...
src/components/fallprotection/Index.vue
View file @
cc995d9f
...
...
@@ -557,6 +557,9 @@ export default {
display: flex;
justify-content: space-between;
text-align: center;
& > div {
width: 33%;
}
.warning-info-text {
padding-top: 20px;
font-size: 16px;
...
...
@@ -634,7 +637,7 @@ export default {
.building-info-text {
font-size: 14px;
color: #c6def9;
line-height:
36
px;
line-height:
24
px;
}
.building-info {
display: flex;
...
...
src/components/noise/Index.vue
View file @
cc995d9f
...
...
@@ -858,8 +858,9 @@ export default {
}
#stats-container {
position: relative;
margin: 0 auto;
margin-bottom: 10px;
max-width: 840px;
border-bottom: 4px solid #114e70;
img {
width: 100%;
...
...
src/components/realname/Index.vue
View file @
cc995d9f
...
...
@@ -622,10 +622,10 @@ export default {
padding-bottom: 0;
height: 100%;
.lt-area {
width:
320px
;
width:
25%
;
}
.mid-area {
width:
360px
;
width:
25%
;
height: 100%;
}
.lt-area {
...
...
@@ -672,7 +672,7 @@ export default {
}
.rt-area {
width: calc(
100% - 70
4px);
width: calc(
50% - 2
4px);
}
}
.bottom-chart {
...
...
src/components/safecap/Index.vue
View file @
cc995d9f
...
...
@@ -137,6 +137,7 @@
:visible
.
sync=
"historyRouteVisible"
append-to-body
title=
"历史使用记录"
top=
"3vh"
>
<el-form
inline
:model=
"searchForm"
>
<el-form-item
label=
"使用日期"
>
...
...
src/components/unloadingplatform/Index.vue
View file @
cc995d9f
...
...
@@ -634,6 +634,9 @@ export default {
display: flex;
justify-content: space-between;
text-align: center;
& > div {
width: 33%;
}
.warning-info-text {
white-space: nowrap;
padding-top: 20px;
...
...
@@ -711,7 +714,7 @@ export default {
.building-info-text {
font-size: 14px;
color: #c6def9;
line-height:
36
px;
line-height:
24
px;
}
.building-info {
display: flex;
...
...
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