@zgfe/business-lib 1.2.51-ljy.25 → 1.2.51-ljy.27
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.
|
@@ -13,12 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
&-list {
|
|
15
15
|
display: flex;
|
|
16
|
-
margin: 0 16px 0 0;
|
|
16
|
+
// margin: 0 16px 0 0;
|
|
17
17
|
|
|
18
18
|
&-relative {
|
|
19
19
|
display: flex;
|
|
20
20
|
gap: 24px;
|
|
21
21
|
align-items: center;
|
|
22
|
+
margin-left: 16px;
|
|
22
23
|
|
|
23
24
|
&-content {
|
|
24
25
|
display: flex;
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
.biz-select-handle {
|
|
40
|
-
margin-right:
|
|
41
|
+
margin-right: 8px;
|
|
41
42
|
padding: 0;
|
|
42
43
|
}
|
|
43
44
|
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
&-popover {
|
|
113
|
-
padding-top: 0;
|
|
114
|
+
padding-top: 0 !important;
|
|
114
115
|
.ant-popover-arrow {
|
|
115
116
|
display: none;
|
|
116
117
|
}
|
|
@@ -131,6 +132,11 @@
|
|
|
131
132
|
border-bottom: 1px solid #fafafb;
|
|
132
133
|
}
|
|
133
134
|
|
|
135
|
+
.ant-tabs-tab {
|
|
136
|
+
padding: 12px 0 !important;
|
|
137
|
+
font-size: 14px !important;
|
|
138
|
+
}
|
|
139
|
+
|
|
134
140
|
.ant-popover-inner {
|
|
135
141
|
background: #fff;
|
|
136
142
|
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.27",
|
|
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": "56c862db818bdeab38ff34d9c03de2f1c69d887b",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|