Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
model_line
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
wuhao
model_line
Commits
6b0d2a6f
Commit
6b0d2a6f
authored
Oct 18, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aser
parent
fa3bab81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
index.jsx
src/pages/index.jsx
+6
-0
threedire.jsx
src/pages/threedire.jsx
+1
-1
No files found.
src/pages/index.jsx
View file @
6b0d2a6f
...
...
@@ -275,6 +275,9 @@ export default function HomePage() {
<
ReactECharts
style=
{
{
width
:
"100%"
,
height
:
"100%"
,
marginTop
:
-
28
}
}
option=
{
{
tooltip
:
{
trigger
:
"item"
,
},
xAxis
:
{
axisLabel
:
{
color
:
"#bbbbbb"
,
...
...
@@ -450,6 +453,9 @@ export default function HomePage() {
<
ReactECharts
style=
{
{
width
:
"100%"
,
height
:
"100%"
,
marginTop
:
-
28
}
}
option=
{
{
tooltip
:
{
trigger
:
"item"
,
},
xAxis
:
{
axisLabel
:
{
color
:
"#bbbbbb"
,
...
...
src/pages/threedire.jsx
View file @
6b0d2a6f
...
...
@@ -398,7 +398,7 @@ function Threedire() {
>
<
div
className=
"spread"
>
<
span
>
{
modalprops
?.
data
?.
equipmentName
}
|
{
equpmentNo
}
{
modalprops
?.
data
?.
equipmentName
}
</
span
>
<
span
style=
{
{
color
:
statusbar
[
config
[
equpmentNo
]?.
status
]?.
color
}
}
>
{
statusbar
[
config
[
equpmentNo
]?.
status
]?.
name
}
...
...
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