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
2202b89db5ba1d62fac4ae761b73ba5488a2f938
Authored by
zhangzzzz
2025-10-21 15:00:50 +0800
1 parent
ce314d4b
优化表单样式;
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/global.less
src/global.less
View file @
2202b89
...
...
@@ -5,6 +5,10 @@
5
5
@import "./variable.less";
6
6
@import "./skinchange.less";
7
7
8
+.ant-legacy-form .ant-form-item label {
9
+ font-size: 12px;
10
+}
11
+
8
12
.ant-card-head {
9
13
border-bottom: 1px solid #d9d9d9;
10
14
}
...
...