Commit 5289b8d96df4aca52badb544d6604a540bf7f150

Authored by Min
2 parents 9a0396b2 8454bfe4

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi

Showing 2 changed files with 5 additions and 0 deletions
.umirc.ts
... ... @@ -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
... ... @@ -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 }
... ...