@qn-pandora/pandora-component 4.1.0 → 4.1.1

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/CHANGELOG.json CHANGED
@@ -1,6 +1,26 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-component",
3
3
  "entries": [
4
+ {
5
+ "version": "4.1.1",
6
+ "tag": "@qn-pandora/pandora-component_v4.1.1",
7
+ "date": "Thu, 20 Jul 2023 07:02:58 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "2023.07.20发包"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.1.0` to `^3.1.1`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.1.0` to `^3.1.1`"
20
+ }
21
+ ]
22
+ }
23
+ },
4
24
  {
5
25
  "version": "4.1.0",
6
26
  "tag": "@qn-pandora/pandora-component_v4.1.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
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 Thu, 20 Jul 2023 07:02:58 GMT and should not be manually modified.
4
+
5
+ ## 4.1.1
6
+
7
+ Thu, 20 Jul 2023 07:02:58 GMT
8
+
9
+ ### Patches
10
+
11
+ - 2023.07.20 发包
4
12
 
5
13
  ## 4.1.0
6
14
 
@@ -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;