Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
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
2024-10-31 12:06:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ad582b7d9141762eafec72050c8af392b864e02
7ad582b7
1 parent
ef6706da
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/about/index.vue
src/views/about/index.vue
View file @
7ad582b
...
...
@@ -146,7 +146,7 @@ export default {
.about-img {
width: 100%;
height: 2
0
rem;
height: 2
5
rem;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
...
...
@@ -158,7 +158,7 @@ export default {
background-color: #F7F7F7;
position: relative; /* 父容器设置为相对定位 */
padding: 2rem;
height: 2
0
rem; /* 让 .about-box 撑满父容器 */
height: 2
5
rem; /* 让 .about-box 撑满父容器 */
box-sizing: border-box;
.title {
font-weight: bold;
...
...
Please
register
or
login
to post a comment