openxiangda 1.0.71 → 1.0.73

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.
@@ -1253,6 +1253,39 @@ var tailwind_preset_default = {
1253
1253
  background: "var(--ant-color-bg-container, #fff)",
1254
1254
  minWidth: "0"
1255
1255
  },
1256
+ ".sy-org-picker-mobile .adm-search-bar, .sy-user-picker-mobile .adm-search-bar": {
1257
+ flex: "0 0 auto",
1258
+ margin: "12px"
1259
+ },
1260
+ ".sy-org-picker-mobile .adm-list, .sy-user-picker-mobile .adm-list": {
1261
+ "--border-top": "0",
1262
+ "--border-bottom": "0",
1263
+ flex: "0 0 auto"
1264
+ },
1265
+ ".sy-org-picker-mobile .adm-list-body, .sy-user-picker-mobile .adm-list-body": {
1266
+ borderTop: "0",
1267
+ borderBottom: "0"
1268
+ },
1269
+ ".sy-user-picker-mobile .sy-user-picker-member-panel": {
1270
+ flex: "1",
1271
+ minHeight: "0"
1272
+ },
1273
+ ".sy-user-picker-mobile .sy-user-picker-list": {
1274
+ flex: "1",
1275
+ minHeight: "0",
1276
+ overflow: "auto"
1277
+ },
1278
+ ".sy-user-picker-mobile .sy-user-picker-pagination": {
1279
+ display: "none"
1280
+ },
1281
+ ".sy-user-picker-mobile .sy-user-picker-selected, .sy-org-picker-mobile .sy-org-picker-selected": {
1282
+ flex: "0 0 auto",
1283
+ maxHeight: "128px",
1284
+ border: "0",
1285
+ borderTop: "1px solid var(--ant-color-border-secondary, #f0f0f0)",
1286
+ borderRadius: "0",
1287
+ padding: "10px 12px calc(10px + env(safe-area-inset-bottom))"
1288
+ },
1256
1289
  ".sy-org-picker-mobile-head, .sy-address-mobile-head": {
1257
1290
  display: "flex",
1258
1291
  alignItems: "center",
@@ -1386,7 +1419,18 @@ var tailwind_preset_default = {
1386
1419
  "--placeholder-color": "var(--ant-color-text-tertiary, rgba(0,0,0,0.45))"
1387
1420
  },
1388
1421
  ".sy-mobile-line-input .adm-input-element, .sy-mobile-line-input .adm-text-area-element": {
1389
- lineHeight: "24px"
1422
+ lineHeight: "24px",
1423
+ border: "0",
1424
+ outline: "0",
1425
+ boxShadow: "none",
1426
+ appearance: "none",
1427
+ WebkitAppearance: "none",
1428
+ background: "transparent",
1429
+ padding: "0",
1430
+ margin: "0"
1431
+ },
1432
+ ".sy-mobile-line-input .adm-text-area-element": {
1433
+ resize: "none"
1390
1434
  },
1391
1435
  ".sy-mobile-line-input .adm-input-clear": {
1392
1436
  color: "var(--ant-color-text-quaternary, rgba(0,0,0,0.25))"