@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 +20 -0
- package/CHANGELOG.md +9 -1
- package/es/components/Table/style.css +0 -3
- package/es/components/Table/style.less +0 -3
- package/es/index.css +4493 -4496
- package/es/index.less +16 -16
- package/es/style/theme.less +5 -0
- package/lib/components/Table/style.css +0 -3
- package/lib/components/Table/style.less +0 -3
- package/lib/index.css +4306 -4309
- package/lib/index.less +13 -13
- package/lib/style/theme.less +5 -0
- package/package.json +3 -3
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
|
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;
|