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
2eea8e89
Commit
2eea8e89
authored
Aug 01, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
d09b7eb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
rightBar.vue
zh-baseversion-web/src/components/bigWindow/rightBar.vue
+2
-1
index.vue
zh-baseversion-web/src/views/bigWindow/index.vue
+6
-6
No files found.
zh-baseversion-web/src/components/bigWindow/rightBar.vue
View file @
2eea8e89
...
...
@@ -1345,13 +1345,14 @@ export default {
.usernum
{
width
:
100%
;
text-align
:
center
;
margin-top
:
10px
;
}
.usernumin
{
font-size
:
15px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
flex-start
;
margin-bottom
:
5px
;
margin-bottom
:
1
5px
;
}
.titletu
{
margin-left
:
40px
;
...
...
zh-baseversion-web/src/views/bigWindow/index.vue
View file @
2eea8e89
<!--
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2024-08-01 1
0:15:59
* @LastEditTime: 2024-08-01 1
6:03:35
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue
...
...
@@ -189,7 +189,7 @@ export default {
map
:
null
,
show
:
false
,
// centerData: null,
selarr
:
[
1
,
2
,
3
],
selarr
:
[
1
,
2
,
3
],
weather
:
""
,
lower
:
""
,
higher
:
""
,
...
...
@@ -261,7 +261,7 @@ export default {
name
:
"餐饮单位液化气用户"
,
},
],
selarr1
:
[],
selarr1
:
[
1
],
// 用户的center数据
detcetorList
:
[],
centerUserId
:
null
,
...
...
@@ -540,14 +540,14 @@ export default {
// 管道;动效
showAnimate
(
bool
)
{
console
.
log
(
bool
)
console
.
log
(
bool
)
;
let
num
=
1
;
if
(
!
bool
)
{
num
=
1
;
}
else
{
num
=
0.1
;
}
this
.
map
.
piprOpacityChange
(
num
)
this
.
map
.
piprOpacityChange
(
num
)
;
},
// 设备上图
addDevice
(
data
,
component
,
show
)
{
...
...
@@ -710,7 +710,7 @@ export default {
// },
// 更改下方列表
listChange
(
arr
)
{
console
.
log
(
arr
);
console
.
log
(
"listChange"
,
arr
,
this
.
selarr1
);
// return;
this
.
selarr
=
[...
arr
];
this
.
map
.
allfilter
(
this
.
selarr
,
this
.
selarr1
);
...
...
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