Showing
4 changed files
with
10 additions
and
10 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-10-17 09:22:56 | 2 | * @Date: 2024-10-17 09:22:56 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-17 11:26:40 | 4 | + * @LastEditTime: 2024-10-18 17:36:40 |
| 5 | * @FilePath: /hager/src/views/about/index.vue | 5 | * @FilePath: /hager/src/views/about/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -167,10 +167,10 @@ export default { | ... | @@ -167,10 +167,10 @@ export default { |
| 167 | text-align: center; | 167 | text-align: center; |
| 168 | line-height: 1rem; | 168 | line-height: 1rem; |
| 169 | &:hover { | 169 | &:hover { |
| 170 | - background-color: #FFF; | 170 | + // background-color: #FFF; |
| 171 | - color: #F56400; | 171 | + // color: #F56400; |
| 172 | cursor: pointer; | 172 | cursor: pointer; |
| 173 | - border: 1px solid #F56400; | 173 | + // border: 1px solid #F56400; |
| 174 | } | 174 | } |
| 175 | } | 175 | } |
| 176 | } | 176 | } | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-10-18 12:05:44 | 2 | * @Date: 2024-10-18 12:05:44 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-18 13:36:34 | 4 | + * @LastEditTime: 2024-10-18 17:37:53 |
| 5 | * @FilePath: /hager/src/views/news/index.vue | 5 | * @FilePath: /hager/src/views/news/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -159,8 +159,8 @@ export default { | ... | @@ -159,8 +159,8 @@ export default { |
| 159 | font-size: 0.8rem; | 159 | font-size: 0.8rem; |
| 160 | &:hover { | 160 | &:hover { |
| 161 | cursor: pointer; | 161 | cursor: pointer; |
| 162 | - background-color: #F56400; | 162 | + // background-color: #F56400; |
| 163 | - color: #FFF; | 163 | + // color: #FFF; |
| 164 | } | 164 | } |
| 165 | } | 165 | } |
| 166 | } | 166 | } | ... | ... |
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | <template> | 8 | <template> |
| 9 | <div class="product-detail"> | 9 | <div class="product-detail"> |
| 10 | <hager-box> | 10 | <hager-box> |
| 11 | - <div> | 11 | + <div style="margin-top: 1.5rem;"> |
| 12 | <el-breadcrumb separator="/"> | 12 | <el-breadcrumb separator="/"> |
| 13 | <el-breadcrumb-item>所有产品</el-breadcrumb-item> | 13 | <el-breadcrumb-item>所有产品</el-breadcrumb-item> |
| 14 | <el-breadcrumb-item>配电产品</el-breadcrumb-item> | 14 | <el-breadcrumb-item>配电产品</el-breadcrumb-item> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-27 16:53:09 | 2 | * @Date: 2024-09-27 16:53:09 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-17 16:43:43 | 4 | + * @LastEditTime: 2024-10-18 17:40:37 |
| 5 | * @FilePath: /hager/src/views/product/index.vue | 5 | * @FilePath: /hager/src/views/product/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| 8 | <template> | 8 | <template> |
| 9 | <div class="product-index"> | 9 | <div class="product-index"> |
| 10 | <hager-box> | 10 | <hager-box> |
| 11 | - <div> | 11 | + <div style="margin-top: 1.5rem;"> |
| 12 | <el-breadcrumb separator="/"> | 12 | <el-breadcrumb separator="/"> |
| 13 | <el-breadcrumb-item>所有产品</el-breadcrumb-item> | 13 | <el-breadcrumb-item>所有产品</el-breadcrumb-item> |
| 14 | <el-breadcrumb-item>配电产品</el-breadcrumb-item> | 14 | <el-breadcrumb-item>配电产品</el-breadcrumb-item> | ... | ... |
-
Please register or login to post a comment