linkmore-design 2.0.26 → 2.0.27

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.
@@ -5748,7 +5748,7 @@ a.ant-btn-sm {
5748
5748
  direction: ltr;
5749
5749
  background-color: #fff;
5750
5750
  border: 1px solid #D7DBEC;
5751
- border-radius: 8px;
5751
+ border-radius: 4px;
5752
5752
  border-collapse: separate;
5753
5753
  transition: all 0s;
5754
5754
  }
@@ -6083,7 +6083,7 @@ a.ant-btn-sm {
6083
6083
  direction: ltr;
6084
6084
  background-color: #fff;
6085
6085
  border: 1px solid #D7DBEC;
6086
- border-radius: 8px;
6086
+ border-radius: 4px;
6087
6087
  border-collapse: separate;
6088
6088
  transition: all 0s;
6089
6089
  }
@@ -29064,7 +29064,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
29064
29064
  direction: ltr;
29065
29065
  background-color: #fff;
29066
29066
  border: 1px solid #D7DBEC;
29067
- border-radius: 8px;
29067
+ border-radius: 4px;
29068
29068
  border-collapse: separate;
29069
29069
  transition: all 0s;
29070
29070
  }
@@ -29531,7 +29531,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
29531
29531
  direction: ltr;
29532
29532
  background-color: #fff;
29533
29533
  border: 1px solid #D7DBEC;
29534
- border-radius: 8px;
29534
+ border-radius: 4px;
29535
29535
  border-collapse: separate;
29536
29536
  transition: all 0s;
29537
29537
  }
@@ -49,7 +49,7 @@
49
49
  direction: ltr;
50
50
  background-color: @checkbox-check-bg;
51
51
  border: @checkbox-border-width @border-style-base @border-color-base;
52
- border-radius: @checkbox-border-radius;
52
+ border-radius: 4px;
53
53
  // Fix IE checked style
54
54
  // https://github.com/ant-design/ant-design/issues/12597
55
55
  border-collapse: separate;
@@ -49,7 +49,7 @@
49
49
  direction: ltr;
50
50
  background-color: @checkbox-check-bg;
51
51
  border: @checkbox-border-width @border-style-base @border-color-base;
52
- border-radius: @checkbox-border-radius;
52
+ border-radius: 4px;
53
53
  // Fix IE checked style
54
54
  // https://github.com/ant-design/ant-design/issues/12597
55
55
  border-collapse: separate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"