@zgfe/business-lib 1.0.26-alpha.0 → 1.0.26-alpha.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.
|
@@ -370,10 +370,10 @@
|
|
|
370
370
|
|
|
371
371
|
// 表格
|
|
372
372
|
.ant-table {
|
|
373
|
-
overflow: hidden
|
|
374
|
-
color: @text-color
|
|
375
|
-
border: 1px solid @border-color-base
|
|
376
|
-
border-radius: @border-radius-normal
|
|
373
|
+
overflow: hidden;
|
|
374
|
+
color: @text-color;
|
|
375
|
+
border: 1px solid @border-color-base;
|
|
376
|
+
border-radius: @border-radius-normal;
|
|
377
377
|
|
|
378
378
|
.ant-table-container {
|
|
379
379
|
.ant-table-thead > tr > th {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.0.26-alpha.
|
|
3
|
+
"version": "1.0.26-alpha.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react": "^16.12.0 || ^17.0.0",
|
|
59
59
|
"yorkie": "^2.0.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "efcfe6c0cd995a6efd17bcd0dff533c2c6be2800"
|
|
62
62
|
}
|