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
ee222cfd
Commit
ee222cfd
authored
May 31, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
7f7a7a3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
Index.vue
src/components/noise/Index.vue
+17
-3
No files found.
src/components/noise/Index.vue
View file @
ee222cfd
...
...
@@ -140,9 +140,17 @@
>
<div
class=
"warning-table-time"
>
{{
column
.
log_time
}}
</div>
<div
class=
"warning-table-device"
>
{{
column
.
device_no
}}
</div>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"column.alarm_content"
placement=
"top"
>
<div
class=
"warning-table-message"
>
{{
column
.
alarm_content
}}
</div>
</el-tooltip>
<div
class=
"warning-table-status"
:style=
"
{ color: column.status == 1 ? '#FFC74C' : '' }"
...
...
@@ -784,6 +792,11 @@ export default {
&:nth-child(2n) {
background: rgba(44, 96, 162, 0.1);
}
.warning-table-message {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
.warning-table-time {
width: 40%;
...
...
@@ -796,6 +809,7 @@ export default {
}
#stats-container {
position: relative;
margin-bottom: 70px;
img {
width: 100%;
}
...
...
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