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-12 16:08:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
921024920d1a01b58e7782605b9f9882ce2799ea
92102492
1 parent
1bec3ef9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
src/views/solution/case.vue
src/views/solution/detail.vue
src/views/solution/case.vue
View file @
9210249
<!--
* @Date: 2024-10-18 12:06:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-12 1
4:26:37
* @LastEditTime: 2024-12-12 1
6:05:29
* @FilePath: /hager/src/views/solution/case.vue
* @Description: 文件描述
-->
...
...
@@ -284,6 +284,7 @@ export default {
// // box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
// cursor: pointer;
// }
overflow: hidden;
img {
width: 100%;
// margin-left: calc((100%) / 2);
...
...
src/views/solution/detail.vue
View file @
9210249
<!--
* @Date: 2024-09-29 15:49:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-12 1
4:34:05
* @LastEditTime: 2024-12-12 1
6:07:57
* @FilePath: /hager/src/views/solution/detail.vue
* @Description: 文件描述
-->
...
...
@@ -481,6 +481,7 @@ export default {
border-radius: 5px;
transition: transform 0.3s ease-in-out;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
&:hover {
// box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
...
...
Please
register
or
login
to post a comment