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-10-18 17:41:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed6efb0510b2a9326f8cbf6b47105afd59c5539b
ed6efb05
1 parent
3516916d
fix 细节调整
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
src/views/about/index.vue
src/views/news/index.vue
src/views/product/detail.vue
src/views/product/index.vue
src/views/about/index.vue
View file @
ed6efb0
<!--
* @Date: 2024-10-17 09:22:56
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-1
7 11:2
6:40
* @LastEditTime: 2024-10-1
8 17:3
6:40
* @FilePath: /hager/src/views/about/index.vue
* @Description: 文件描述
-->
...
...
@@ -167,10 +167,10 @@ export default {
text-align: center;
line-height: 1rem;
&:hover {
background-color: #FFF;
color: #F56400;
//
background-color: #FFF;
//
color: #F56400;
cursor: pointer;
border: 1px solid #F56400;
//
border: 1px solid #F56400;
}
}
}
...
...
src/views/news/index.vue
View file @
ed6efb0
<!--
* @Date: 2024-10-18 12:05:44
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-18 1
3:36:34
* @LastEditTime: 2024-10-18 1
7:37:53
* @FilePath: /hager/src/views/news/index.vue
* @Description: 文件描述
-->
...
...
@@ -159,8 +159,8 @@ export default {
font-size: 0.8rem;
&:hover {
cursor: pointer;
background-color: #F56400;
color: #FFF;
//
background-color: #F56400;
//
color: #FFF;
}
}
}
...
...
src/views/product/detail.vue
View file @
ed6efb0
...
...
@@ -8,7 +8,7 @@
<template>
<div class="product-detail">
<hager-box>
<div>
<div
style="margin-top: 1.5rem;"
>
<el-breadcrumb separator="/">
<el-breadcrumb-item>所有产品</el-breadcrumb-item>
<el-breadcrumb-item>配电产品</el-breadcrumb-item>
...
...
src/views/product/index.vue
View file @
ed6efb0
<!--
* @Date: 2024-09-27 16:53:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-1
7 16:43:43
* @LastEditTime: 2024-10-1
8 17:40:37
* @FilePath: /hager/src/views/product/index.vue
* @Description: 文件描述
-->
<template>
<div class="product-index">
<hager-box>
<div>
<div
style="margin-top: 1.5rem;"
>
<el-breadcrumb separator="/">
<el-breadcrumb-item>所有产品</el-breadcrumb-item>
<el-breadcrumb-item>配电产品</el-breadcrumb-item>
...
...
Please
register
or
login
to post a comment