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-11-04 09:36:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
65698b2b39a114c44fea45fe7df5e42336734215
65698b2b
1 parent
6381d37e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
src/App.vue
src/views/product/detail.vue
src/App.vue
View file @
65698b2
<!--
* @Date: 2024-09-26 13:36:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-1
0-29 15:52:23
* @LastEditTime: 2024-1
1-01 18:35:42
* @FilePath: /hager/src/App.vue
* @Description: 文件描述
-->
...
...
@@ -165,4 +165,10 @@ body {
.el-carousel__indicator.is-active button {
background-color: #EE6D10;
}
.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover {
color: #F56400 !important;
cursor: pointer;
}
</style>
...
...
src/views/product/detail.vue
View file @
65698b2
<!--
* @Date: 2024-09-29 14:26:41
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-01 18:
18:00
* @LastEditTime: 2024-11-01 18:
35:31
* @FilePath: /hager/src/views/product/detail.vue
* @Description: 文件描述
-->
...
...
@@ -594,9 +594,5 @@ export default {
}
}
:deep(.el-breadcrumb__inner.is-link):hover {
color: #F56400;
cursor: pointer;
}
}
</style>
...
...
Please
register
or
login
to post a comment