Showing
2 changed files
with
8 additions
and
6 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-26 13:36:06 | 2 | * @Date: 2024-09-26 13:36:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-29 15:52:23 | 4 | + * @LastEditTime: 2024-11-01 18:35:42 |
| 5 | * @FilePath: /hager/src/App.vue | 5 | * @FilePath: /hager/src/App.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -165,4 +165,10 @@ body { | ... | @@ -165,4 +165,10 @@ body { |
| 165 | .el-carousel__indicator.is-active button { | 165 | .el-carousel__indicator.is-active button { |
| 166 | background-color: #EE6D10; | 166 | background-color: #EE6D10; |
| 167 | } | 167 | } |
| 168 | + | ||
| 169 | + | ||
| 170 | +.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover { | ||
| 171 | + color: #F56400 !important; | ||
| 172 | + cursor: pointer; | ||
| 173 | +} | ||
| 168 | </style> | 174 | </style> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 14:26:41 | 2 | * @Date: 2024-09-29 14:26:41 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-11-01 18:18:00 | 4 | + * @LastEditTime: 2024-11-01 18:35:31 |
| 5 | * @FilePath: /hager/src/views/product/detail.vue | 5 | * @FilePath: /hager/src/views/product/detail.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -594,9 +594,5 @@ export default { | ... | @@ -594,9 +594,5 @@ export default { |
| 594 | } | 594 | } |
| 595 | } | 595 | } |
| 596 | 596 | ||
| 597 | - :deep(.el-breadcrumb__inner.is-link):hover { | ||
| 598 | - color: #F56400; | ||
| 599 | - cursor: pointer; | ||
| 600 | - } | ||
| 601 | } | 597 | } |
| 602 | </style> | 598 | </style> | ... | ... |
-
Please register or login to post a comment