nsc-react-component 2.3.6 → 2.3.7

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.
@@ -4,7 +4,7 @@
4
4
  background: #fff;
5
5
  border-radius: 10px;
6
6
  .page-title {
7
- padding: 20px 20px 0px 20px;
7
+ padding: 20px 20px 20px 20px;
8
8
  font-size: 16px;
9
9
  font-family: PingFangSC-Semibold, PingFang SC;
10
10
  font-weight: 600;
@@ -125,6 +125,7 @@
125
125
  }
126
126
  .editor {
127
127
  margin-left: 15px;
128
+ font-size: 12px;
128
129
  cursor: pointer;
129
130
  color: var(--ant-primary-color);
130
131
  .icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nsc-react-component",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {