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-12-04 16:16:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31fb9d8fb0d2bdf61ffd501438c8ad9c6593e0a7
31fb9d8f
1 parent
7128dcc0
fix 解决方案的成功案例布局问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/solution/detail.vue
src/views/solution/detail.vue
View file @
31fb9d8
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-04 1
2:09:38
* @LastEditTime: 2024-12-04 1
6:11:00
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
...
...
@@ -343,7 +343,8 @@ export default {
margin-top: 2rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between; /* 确保子元素之间的空间被均匀分配 */
// justify-content: space-between; /* 确保子元素之间的空间被均匀分配 */
gap: 10px;
&.xs {
display: block;
}
...
...
@@ -369,7 +370,7 @@ export default {
}
.card-image {
width: 100%;
height:
auto
;
height:
12rem
;
object-fit: cover;
}
...
...
Please
register
or
login
to post a comment