@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 !important;
374
- color: @text-color!important;
375
- border: 1px solid @border-color-base!important;
376
- border-radius: @border-radius-normal!important;
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 {
@@ -4,7 +4,7 @@
4
4
  @border-radius-small: 4px;
5
5
  @border-radius-normal: 8px;
6
6
  @border-radius-large: 20px;
7
- @option-height: @height-lg;
7
+ @option-height: @height-base;
8
8
  @background-color-gray: #f6f6f6;
9
9
  @icon-width: 24px;
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.0.26-alpha.0",
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": "4e0f045aa99a2864451897bc55fd54a66296365b"
61
+ "gitHead": "efcfe6c0cd995a6efd17bcd0dff533c2c6be2800"
62
62
  }