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
2025-01-03 10:06:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56088a083f6621ec639fc5b4e4b3e30cb690440a
56088a08
1 parent
a7172c71
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 @
56088a0
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-01-0
2 17:35:20
* @LastEditTime: 2025-01-0
3 10:05:48
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
...
...
@@ -320,9 +320,10 @@ export default {
.carousel-img-test{
width: 49%;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-size:
contain
;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1
5
);
background-size:
100%
;
background-repeat: no-repeat;
background-position: center;
height: 25vw;
&:hover {
cursor: zoom-in;
...
...
Please
register
or
login
to post a comment