@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 +5 -5
- package/lib/index.css +5 -5
- package/package.json +1 -1
- package/src/components/styles/local.less +1 -1
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:
|
|
307
|
-
border-bottom-right-radius:
|
|
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:
|
|
311
|
-
border-bottom-left-radius:
|
|
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:
|
|
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:
|
|
307
|
-
border-bottom-right-radius:
|
|
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:
|
|
311
|
-
border-bottom-left-radius:
|
|
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:
|
|
314
|
+
border-radius: 2px;
|
|
315
315
|
}
|
|
316
316
|
.ant-hw-rich-editor {
|
|
317
317
|
box-sizing: border-box;
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
@ant-prefix: ant;
|
|
2
|
-
@border-radius-base:
|
|
2
|
+
@border-radius-base: 2px;
|