Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
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
刘照晖
DC-TOM
Commits
b3fb20dd
Commit
b3fb20dd
authored
Jun 09, 2025
by
liqiuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*): 首页图片替换
parent
170d26ab
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
map.jpg
src/assets/map.jpg
+0
-0
map_remark.png
src/assets/map_remark.png
+0
-0
map-svg.vue
src/views/dashboard/components/map-svg.vue
+1
-1
index.vue
src/views/dashboard/index.vue
+1
-1
No files found.
src/assets/map.jpg
0 → 100644
View file @
b3fb20dd
660 KB
src/assets/map.png
→
src/assets/map
_remark
.png
View file @
b3fb20dd
File moved
src/views/dashboard/components/map-svg.vue
View file @
b3fb20dd
<
template
>
<div
class=
"svg-box"
>
<div
class=
"svg-main"
>
<img
src=
"@/assets/map.
pn
g"
alt=
""
/>
<img
src=
"@/assets/map.
jp
g"
alt=
""
/>
<div
class=
"spot-box"
>
<div
v-for=
"(spot, index) in spots"
...
...
src/views/dashboard/index.vue
View file @
b3fb20dd
...
...
@@ -176,7 +176,7 @@ onBeforeUnmount(() => { });
width
:
100%
;
height
:
calc
(
100%
-
16rem
);
margin-top
:
1rem
;
background
:
#f
5f5f5
;
background
:
#f
fffff
;
border-radius
:
6px
;
box-shadow
:
0px
3px
6px
0px
rgba
(
13
,
15
,
18
,
0
.1
);
padding
:
16px
;
...
...
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