Sign in
guzijian
/
bsth-alcohol-sign-web
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b5257a9ab27130f08d926fcfc457d459f1d23cad
Authored by
guzijian
2024-01-11 09:17:40 +0800
1 parent
11f2e1e4
feat: 新增大屏锚点跳转滑动效果
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/FleetContentBox/index.vue
src/components/FleetContentBox/index.vue
View file @
b5257a9
...
...
@@ -158,6 +158,7 @@ onMounted(() => {
158
158
height: calc(100% - clamp(0.8rem, -0.907rem + 5.71vw, 1.3rem));
159
159
width: auto;
160
160
overflow: hidden;
161
+ scroll-behavior: smooth;
161
162
162
163
.scrolling {
163
164
animation: scroll 5s linear infinite;
...
...