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:19:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
261cabbcdc652d53e11e673e7d7dd0bb54012036
261cabbc
1 parent
31fb9d8f
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/solution/detail.vue
src/views/solution/detail.vue
View file @
261cabb
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-04 16:1
1:00
* @LastEditTime: 2024-12-04 16:1
8:28
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
...
...
@@ -344,13 +344,13 @@ export default {
display: flex;
flex-wrap: wrap;
// justify-content: space-between; /* 确保子元素之间的空间被均匀分配 */
gap: 1
0px
;
gap: 1
vw
;
&.xs {
display: block;
}
.card {
flex: 0 0 32.33%; /* 宽度为 1/3 */
margin-bottom:
1rem
; /* 在元素之间添加间距 */
margin-bottom:
0.25vw
; /* 在元素之间添加间距 */
box-sizing: border-box; /* 防止 padding 或 margin 影响宽度 */
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
...
...
Please
register
or
login
to post a comment