@zgfe/modules-dm 1.0.34-heyh.13 → 1.0.34-heyh.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -582,13 +582,13 @@
582
582
  }
583
583
  }
584
584
  .ant-modal-confirm-title {
585
- display: inline;
586
- color: #021429;
585
+ display: inline!important;
586
+ color: #021429!important;
587
587
  font-weight: 500;
588
- font-size: 24px;
588
+ font-size: 24px!important;
589
589
  }
590
590
  .ant-modal-confirm-content {
591
- margin-top: 20px;
591
+ margin-top: 20px!important;
592
592
  }
593
593
  }
594
594
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.13",
3
+ "version": "1.0.34-heyh.14",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "umi-request": "^1.4.0",
53
53
  "yorkie": "^2.0.0"
54
54
  },
55
- "gitHead": "52f4872f5221c23f28f81e37835b21023df2ba96",
55
+ "gitHead": "2fd7a32f9dbc0dd2305f54d718b4d773b9645ec2",
56
56
  "gitHooks": {
57
57
  "pre-commit": "lint-staged"
58
58
  }