wuye
/
webui
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f35393b0860c70ee41608c0ffb23eccf46113981
Authored by
wuxw
2025-07-18 21:47:07 +0800
1 parent
f5128dde
优化张峰反馈bug
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/App.vue
src/App.vue
View file @
f35393b
...
...
@@ -548,6 +548,9 @@ h3 {
548
548
color: #fff;
549
549
font-weight: bold;
550
550
}
551
+.vc-node-selected:hover {
552
+ background-color: #409eff;
553
+}
551
554
.table-desc {
552
555
text-align: left;
553
556
font-size: 13px;
...
...