@giteeteam/apps-team-components 0.3.4-remove-editor-0.11 → 0.3.4-remove-editor-0.12
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/main.css +3 -1
- package/dist/main.css.map +1 -1
- package/package.json +4 -3
package/dist/main.css
CHANGED
|
@@ -1330,9 +1330,11 @@ div.search-popover-select-panel div.ant-popover-inner-content {
|
|
|
1330
1330
|
font-size: 12px;
|
|
1331
1331
|
cursor: default;
|
|
1332
1332
|
margin-bottom: 5px;
|
|
1333
|
+
display: flex;
|
|
1334
|
+
width: 100%;
|
|
1333
1335
|
}
|
|
1334
1336
|
.panel__b5365606 .tips__7fd20d49 .clear__3402f4b1 {
|
|
1335
|
-
margin-left:
|
|
1337
|
+
margin-left: auto;
|
|
1336
1338
|
color: #0c62ff;
|
|
1337
1339
|
}
|
|
1338
1340
|
.panel__b5365606 .list__e31652f5 {
|