@qn-pandora/pandora-component 4.1.0 → 4.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,46 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-component",
3
3
  "entries": [
4
+ {
5
+ "version": "4.1.2",
6
+ "tag": "@qn-pandora/pandora-component_v4.1.2",
7
+ "date": "Tue, 25 Jul 2023 09:47:47 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "2023.07.25发包"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.1.1` to `^3.1.2`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.1.1` to `^3.1.2`"
20
+ }
21
+ ]
22
+ }
23
+ },
24
+ {
25
+ "version": "4.1.1",
26
+ "tag": "@qn-pandora/pandora-component_v4.1.1",
27
+ "date": "Thu, 20 Jul 2023 07:02:58 GMT",
28
+ "comments": {
29
+ "patch": [
30
+ {
31
+ "comment": "2023.07.20发包"
32
+ }
33
+ ],
34
+ "dependency": [
35
+ {
36
+ "comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.1.0` to `^3.1.1`"
37
+ },
38
+ {
39
+ "comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.1.0` to `^3.1.1`"
40
+ }
41
+ ]
42
+ }
43
+ },
4
44
  {
5
45
  "version": "4.1.0",
6
46
  "tag": "@qn-pandora/pandora-component_v4.1.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log - @qn-pandora/pandora-component
2
2
 
3
- This log was last generated on Tue, 27 Jun 2023 06:38:00 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Jul 2023 09:47:47 GMT and should not be manually modified.
4
+
5
+ ## 4.1.2
6
+
7
+ Tue, 25 Jul 2023 09:47:47 GMT
8
+
9
+ ### Patches
10
+
11
+ - 2023.07.25 发包
12
+
13
+ ## 4.1.1
14
+
15
+ Thu, 20 Jul 2023 07:02:58 GMT
16
+
17
+ ### Patches
18
+
19
+ - 2023.07.20 发包
4
20
 
5
21
  ## 4.1.0
6
22
 
@@ -1561,9 +1561,6 @@ textarea.ant-pagination-options-quick-jumper input {
1561
1561
  .pandora-sdk-table-wrapper .ant-table-tbody > tr > td {
1562
1562
  border-bottom: none;
1563
1563
  }
1564
- .pandora-sdk-table-wrapper .ant-table-tbody > tr > td.ant-table-column-sort {
1565
- background: none;
1566
- }
1567
1564
  .pandora-sdk-table-wrapper .ant-table-tbody > tr > td.ant-table-selection-column {
1568
1565
  padding-left: 20px;
1569
1566
  width: 36px;
@@ -128,9 +128,6 @@
128
128
  border-bottom: none;
129
129
  }
130
130
 
131
- .@{ant-prefix}-table-tbody > tr > td.@{ant-prefix}-table-column-sort {
132
- background: none;
133
- }
134
131
  .@{ant-prefix}-table-tbody > tr > td.@{ant-prefix}-table-selection-column {
135
132
  padding-left: 20px;
136
133
  width: 36px;