GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a95c378d66852cf3ef4765663611c3686b156187
Authored by
Min
2025-12-02 10:09:43 +0800
1 parent
a724953c
1.修复工艺流程图样式
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Common/Flows/flows.less
src/components/Common/Flows/flows.less
View file @
a95c378
1
-
:global {
1
+
2
2
.react-flow__node:last-child {
3
3
color: #000 !important;
4
4
}
...
...
@@ -73,4 +73,4 @@
73
73
display: none !important;
74
74
z-index: 0 !important;
75
75
}
76
-}
76
+
...
...