Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-03-28 22:00:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d6d661825e46f407fd68cad7faad16a0e8b1483
7d6d6618
1 parent
98d3b644
style(animation.vue): 调整容器高度以适应内容
将动画容器的高度从100vh更改为2000px,以确保内容在页面中完整显示,避免内容被截断。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/animation.vue
src/views/animation.vue
View file @
7d6d661
<!--
* @Date: 2025-03-28 09:23:04
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-03-28 21:5
6:54
* @LastEditTime: 2025-03-28 21:5
9:13
* @FilePath: /mlaj/src/views/animation.vue
* @Description: 贝塞尔曲线动画路径组件
*
...
...
@@ -341,7 +341,7 @@ const svgViewBox = computed(() => {
.animation-container {
position: relative;
width: 100%;
height:
100vh;
height:
2000px; /* 调整容器高度 */
background: #f5f5f5;
padding: 1rem;
box-sizing: border-box;
...
...
Please
register
or
login
to post a comment