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-09-29 15:46:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ab0c70db1150f74cc37bc53d4258e48d6876bbd0
ab0c70db
1 parent
b6ac8408
fix 组件效果优化
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/components/common/hagerH1.vue
src/components/common/hagerHeader.vue
src/components/hagerCarousel.vue
src/components/common/hagerH1.vue
View file @
ab0c70d
<!--
* @Date: 2024-09-29 10:07:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-29 1
0:12:22
* @LastEditTime: 2024-09-29 1
5:19:21
* @FilePath: /hager/src/components/common/hagerH1.vue
* @Description: 文件描述
-->
...
...
@@ -49,7 +49,7 @@ export default {
font-weight: bold;
}
.sub {
color: #
999
;
color: #
03aae3
;
font-size: 1.25rem;
font-weight: bold;
}
...
...
src/components/common/hagerHeader.vue
View file @
ab0c70d
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-29 14:
19:50
* @LastEditTime: 2024-09-29 14:
27:53
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
src/components/hagerCarousel.vue
View file @
ab0c70d
<!--
* @Date: 2024-09-27 19:49:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-2
7 20:09:2
2
* @LastEditTime: 2024-09-2
9 14:58:5
2
* @FilePath: /hager/src/components/hagerCarousel.vue
* @Description: 文件描述
-->
...
...
@@ -11,7 +11,7 @@
<!-- 缩略图区域 -->
<div class="thumbnail-container">
<!-- 上箭头 -->
<div class="arrow-up" @click="prevImage">
▲
</div>
<div class="arrow-up" @click="prevImage">
<i class="el-icon-arrow-up" style="font-size: 1.35rem;"></i>
</div>
<!-- 缩略图列表 -->
<div class="thumbnails">
...
...
@@ -26,7 +26,7 @@
</div>
<!-- 下箭头 -->
<div class="arrow-down" @click="nextImage">
▼
</div>
<div class="arrow-down" @click="nextImage">
<i class="el-icon-arrow-down" style="font-size: 1.35rem;"></i>
</div>
</div>
<!-- 右边大图区域 -->
...
...
Please
register
or
login
to post a comment