@jiaozhiye/qm-design-react 1.11.23 → 1.11.24
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.
|
@@ -15,14 +15,13 @@
|
|
|
15
15
|
display: flex;
|
|
16
16
|
justify-content: space-between;
|
|
17
17
|
align-items: center;
|
|
18
|
-
|
|
18
|
+
margin-bottom: @--margin-md;
|
|
19
|
+
.ant-input-affix-wrapper {
|
|
19
20
|
flex: 1 0;
|
|
20
|
-
margin-bottom: 8px;
|
|
21
21
|
}
|
|
22
22
|
.trigger {
|
|
23
23
|
flex-shrink: 0;
|
|
24
|
-
margin-left:
|
|
25
|
-
margin-bottom: 8px;
|
|
24
|
+
margin-left: @--margin-sm;
|
|
26
25
|
}
|
|
27
26
|
}
|
|
28
27
|
.ant-tree {
|
package/lib/style/index.css
CHANGED
|
@@ -30271,15 +30271,14 @@ body {
|
|
|
30271
30271
|
display: flex;
|
|
30272
30272
|
justify-content: space-between;
|
|
30273
30273
|
align-items: center;
|
|
30274
|
+
margin-bottom: 10px;
|
|
30274
30275
|
}
|
|
30275
|
-
.qm-search-tree .topper .ant-input-
|
|
30276
|
+
.qm-search-tree .topper .ant-input-affix-wrapper {
|
|
30276
30277
|
flex: 1 0;
|
|
30277
|
-
margin-bottom: 8px;
|
|
30278
30278
|
}
|
|
30279
30279
|
.qm-search-tree .topper .trigger {
|
|
30280
30280
|
flex-shrink: 0;
|
|
30281
30281
|
margin-left: 8px;
|
|
30282
|
-
margin-bottom: 8px;
|
|
30283
30282
|
}
|
|
30284
30283
|
.qm-search-tree .ant-tree .filter-node > span:last-of-type {
|
|
30285
30284
|
color: #1890ff;
|