@hw-component/form 1.9.91 → 1.9.92

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.
package/es/index.css CHANGED
@@ -303,15 +303,15 @@
303
303
  border-color: #ff4d4f !important;
304
304
  }
305
305
  .ant-hw-input-group-before-body .ant-hw-input-group-number-body {
306
- border-top-right-radius: 4px;
307
- border-bottom-right-radius: 4px;
306
+ border-top-right-radius: 2px;
307
+ border-bottom-right-radius: 2px;
308
308
  }
309
309
  .ant-hw-input-group-after-body .ant-hw-input-group-number-body {
310
- border-top-left-radius: 4px;
311
- border-bottom-left-radius: 4px;
310
+ border-top-left-radius: 2px;
311
+ border-bottom-left-radius: 2px;
312
312
  }
313
313
  .ant-hw-input-group-no-addon .ant-hw-input-group-number-body {
314
- border-radius: 4px;
314
+ border-radius: 2px;
315
315
  }
316
316
  .ant-hw-rich-editor {
317
317
  box-sizing: border-box;
package/lib/index.css CHANGED
@@ -303,15 +303,15 @@
303
303
  border-color: #ff4d4f !important;
304
304
  }
305
305
  .ant-hw-input-group-before-body .ant-hw-input-group-number-body {
306
- border-top-right-radius: 4px;
307
- border-bottom-right-radius: 4px;
306
+ border-top-right-radius: 2px;
307
+ border-bottom-right-radius: 2px;
308
308
  }
309
309
  .ant-hw-input-group-after-body .ant-hw-input-group-number-body {
310
- border-top-left-radius: 4px;
311
- border-bottom-left-radius: 4px;
310
+ border-top-left-radius: 2px;
311
+ border-bottom-left-radius: 2px;
312
312
  }
313
313
  .ant-hw-input-group-no-addon .ant-hw-input-group-number-body {
314
- border-radius: 4px;
314
+ border-radius: 2px;
315
315
  }
316
316
  .ant-hw-rich-editor {
317
317
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "1.9.91",
3
+ "version": "1.9.92",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,2 +1,2 @@
1
1
  @ant-prefix: ant;
2
- @border-radius-base: 4px;
2
+ @border-radius-base: 2px;