hookehuyr

fix

<!--
* @Date: 2024-09-26 13:36:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-29 15:52:23
* @LastEditTime: 2024-11-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>
......
<!--
* @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>
......