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
Plain Diff
Browse Code ยป
Commit
5289b8d96df4aca52badb544d6604a540bf7f150
Authored by
Min
2025-10-21 16:26:37 +0800
2 parents
9a0396b2
8454bfe4
Merge branch 'main' of
http://git.xlyprint.cn/zhangz/xlyUmi
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
.umirc.ts
src/global.less
.umirc.ts
View file @
5289b8d
...
...
@@ -38,4 +38,5 @@ export default defineConfig({
38
38
},
39
39
plugins: ["@umijs/plugins/dist/dva"],
40
40
mfsu: false,
41
+ hash: true,
41
42
});
...
...
src/global.less
View file @
5289b8d
...
...
@@ -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
}
...
...