Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinkong
holo-web
Commits
01e1dd23
Commit
01e1dd23
authored
Feb 01, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整应用列表样式
parent
6531d8a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
index.vue
wj-developer/src/components/navigation/index.vue
+13
-2
No files found.
wj-developer/src/components/navigation/index.vue
View file @
01e1dd23
...
...
@@ -119,7 +119,8 @@
<div
class=
"imgages"
>
<img
:src=
"item.image"
/>
</div>
<div
class=
"titleName"
<div
class=
"titleName"
:title=
"item.nameEn"
v-if=
"selectNode.nameEn != 'external'"
>
...
...
@@ -1109,7 +1110,7 @@ export default {
.titleFamliy
.topData
.titleName {
height: 40px;
height: 40px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
...
...
@@ -1185,6 +1186,16 @@ export default {
cursor: pointer;
color: #333;
}
#navigation
.displayBoard
.panelBom
.treeStyle
.titleFamliy
.bottomData
.unUrl
span:hover {
color: #268aed;
}
#navigation
.displayBoard
.panelBom
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment