Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
prd
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
caoxu
prd
Commits
5e034173
Commit
5e034173
authored
Jan 09, 2026
by
caoxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: 分开省略号和更多按钮
parent
87a81223
Pipeline
#517
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
+6
-19
CityIntroductionView.vue
src/views/CityIntroductionView.vue
+6
-19
No files found.
src/views/CityIntroductionView.vue
View file @
5e034173
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
每一个角落都散发着独特的魅力。漫步在古老的街道上,感受历史的沉淀;
每一个角落都散发着独特的魅力。漫步在古老的街道上,感受历史的沉淀;
探索现代化的建筑群,体验都市的活力。
探索现代化的建筑群,体验都市的活力。
</p>
</p>
<button
class=
"more-btn"
@
click=
"showMoreInfo"
>
更多
</button>
</div>
</div>
<button
class=
"more-btn"
@
click=
"showMoreInfo"
>
更多
</button>
</div>
</div>
<div
class=
"attractions-section"
>
<div
class=
"attractions-section"
>
...
@@ -420,29 +420,17 @@ const showMoreInfo = () => {
...
@@ -420,29 +420,17 @@ const showMoreInfo = () => {
letter-spacing
:
2px
;
letter-spacing
:
2px
;
}
}
.city-info-section
,
.city-info-section
{
.attractions-section
,
.nearby-users-section
,
.destination-dynamics-section
,
.food-section
{
background-color
:
white
;
background-color
:
white
;
border-radius
:
12px
;
border-radius
:
12px
;
padding
:
20px
;
padding
:
20px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
box-shadow
:
0
2px
8px
rgba
(
0
,
0
,
0
,
0.08
);
box-shadow
:
0
2px
8px
rgba
(
0
,
0
,
0
,
0.08
);
}
position
:
relative
;
.section-title
{
font-size
:
20px
;
font-weight
:
600
;
color
:
#333
;
margin
:
0
0
16px
0
;
padding-bottom
:
12px
;
border-bottom
:
2px
solid
#42b883
;
}
}
.city-description
{
.city-description
{
position
:
relative
;
margin-bottom
:
16px
;
}
}
.city-description
p
{
.city-description
p
{
...
@@ -464,11 +452,10 @@ const showMoreInfo = () => {
...
@@ -464,11 +452,10 @@ const showMoreInfo = () => {
font-weight
:
600
;
font-weight
:
600
;
cursor
:
pointer
;
cursor
:
pointer
;
padding
:
8px
0
;
padding
:
8px
0
;
margin-top
:
12px
;
transition
:
all
0.3s
ease
;
transition
:
all
0.3s
ease
;
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
20px
;
bottom
:
0
;
bottom
:
20px
;
}
}
.more-btn
:hover
{
.more-btn
:hover
{
...
...
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