Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
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
王浩
zh-baseversion-project
Commits
6e9b677f
Commit
6e9b677f
authored
Aug 01, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
2eea8e89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
leftBar.vue
zh-baseversion-web/src/components/bigWindow/leftBar.vue
+1
-1
rightBar.vue
zh-baseversion-web/src/components/bigWindow/rightBar.vue
+3
-3
No files found.
zh-baseversion-web/src/components/bigWindow/leftBar.vue
View file @
6e9b677f
...
...
@@ -594,7 +594,7 @@ export default {
height
:
2px
;
float
:
right
;
background-image
:
linear-gradient
(
to
left
,
#47a0ff
,
#ffffff
00
);
margin-top
:
10
px
;
margin-top
:
2
px
;
margin-right
:
50px
;
}
.rightline2
{
...
...
zh-baseversion-web/src/components/bigWindow/rightBar.vue
View file @
6e9b677f
...
...
@@ -300,7 +300,7 @@
<div
class=
"fong-div"
style=
"margin-left: 3px;"
></div>
<div
class=
"fong-div"
style=
"margin-left: 3px;"
></div>
-->
<span
style=
"letter-spacing: 1px; color: #fff; float: left"
>
资源统计
预警信息
</span>
<!--
<img
src=
"../../assets/second1/ti-bg.png"
alt=
""
>
-->
<div
class=
"rightline3"
></div>
...
...
@@ -482,7 +482,7 @@ export default {
init
()
{
console
.
log
(
"socket执行"
);
this
.
ws
=
new
WebSocket
(
"ws://
36.138.180.129:8901/gassafety
/websocketServer"
"ws://
"
+
window
.
location
.
host
+
process
.
env
.
VUE_APP_BASE_API
+
"
/websocketServer"
);
this
.
ws
.
onopen
=
(
evt
)
=>
{
console
.
log
(
"WebSockets开启"
);
...
...
@@ -1191,7 +1191,7 @@ export default {
float
:
left
;
background-image
:
linear-gradient
(
to
right
,
#47a0ff
,
#ffffff
00
);
margin-top
:
10
px
;
margin-top
:
2
px
;
margin-left
:
50px
;
}
.rightline2
{
...
...
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