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
2bb84548
Commit
2bb84548
authored
Aug 02, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jzl'
parents
00b9dc3b
370a2747
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
index.vue
zh-baseversion-web/src/views/bigWindow/index.vue
+7
-6
No files found.
zh-baseversion-web/src/views/bigWindow/index.vue
View file @
2bb84548
<!--
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2024-08-0
1 16:03:35
* @LastEditTime: 2024-08-0
2 09:36:27
* @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
...
...
@@ -106,7 +106,7 @@
right: 0;
z-index: 999;
width: 200px;
height:
5
0px;
height: 0px;
color: #fff;
"
>
...
...
@@ -189,7 +189,7 @@ export default {
map
:
null
,
show
:
false
,
// centerData: null,
selarr
:
[
1
,
2
,
3
],
selarr
:
[
1
,
2
,
3
],
weather
:
""
,
lower
:
""
,
higher
:
""
,
...
...
@@ -710,7 +710,7 @@ export default {
// },
// 更改下方列表
listChange
(
arr
)
{
console
.
log
(
"listChange"
,
arr
,
this
.
selarr1
);
console
.
log
(
"listChange"
,
arr
,
this
.
selarr1
);
// return;
this
.
selarr
=
[...
arr
];
this
.
map
.
allfilter
(
this
.
selarr
,
this
.
selarr1
);
...
...
@@ -861,7 +861,7 @@ export default {
height
:
100vh
;
}
.goSystem
{
position
:
fixed
;
position
:
absolute
;
z-index
:
9999
;
top
:
-32px
;
right
:
20px
;
...
...
@@ -875,12 +875,13 @@ export default {
line-height
:
28px
;
text-align
:
center
;
transition
:
all
0
.2s
linear
;
pointer-events
:
auto
;
pointer-events
:
auto
!
important
;
&
:hover
{
background
:
url("~@/assets/firstimage/btm-item-active.png")
no-repeat
bottom
center
;
opacity
:
0
.7
;
pointer-events
:
auto
!
important
;
}
}
#map
{
...
...
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