@zgfe/business-lib 1.2.51-ljy.25 → 1.2.51-ljy.26
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.
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.biz-select-handle {
|
|
40
|
-
margin-right:
|
|
40
|
+
margin-right: 8px;
|
|
41
41
|
padding: 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&-popover {
|
|
113
|
-
padding-top: 0;
|
|
113
|
+
padding-top: 0 !important;
|
|
114
114
|
.ant-popover-arrow {
|
|
115
115
|
display: none;
|
|
116
116
|
}
|
|
@@ -131,6 +131,11 @@
|
|
|
131
131
|
border-bottom: 1px solid #fafafb;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
+
.ant-tabs-tab {
|
|
135
|
+
padding: 12px 0 !important;
|
|
136
|
+
font-size: 14px !important;
|
|
137
|
+
}
|
|
138
|
+
|
|
134
139
|
.ant-popover-inner {
|
|
135
140
|
background: #fff;
|
|
136
141
|
border-radius: 8px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.51-ljy.
|
|
3
|
+
"version": "1.2.51-ljy.26",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "af36283873fe2480ec9d7868e47dd0740843b7cd",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|