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.
@@ -1227,6 +1227,39 @@ var tailwind_preset_default = {
1227
1227
  background: "var(--ant-color-bg-container, #fff)",
1228
1228
  minWidth: "0"
1229
1229
  },
1230
+ ".sy-org-picker-mobile .adm-search-bar, .sy-user-picker-mobile .adm-search-bar": {
1231
+ flex: "0 0 auto",
1232
+ margin: "12px"
1233
+ },
1234
+ ".sy-org-picker-mobile .adm-list, .sy-user-picker-mobile .adm-list": {
1235
+ "--border-top": "0",
1236
+ "--border-bottom": "0",
1237
+ flex: "0 0 auto"
1238
+ },
1239
+ ".sy-org-picker-mobile .adm-list-body, .sy-user-picker-mobile .adm-list-body": {
1240
+ borderTop: "0",
1241
+ borderBottom: "0"
1242
+ },
1243
+ ".sy-user-picker-mobile .sy-user-picker-member-panel": {
1244
+ flex: "1",
1245
+ minHeight: "0"
1246
+ },
1247
+ ".sy-user-picker-mobile .sy-user-picker-list": {
1248
+ flex: "1",
1249
+ minHeight: "0",
1250
+ overflow: "auto"
1251
+ },
1252
+ ".sy-user-picker-mobile .sy-user-picker-pagination": {
1253
+ display: "none"
1254
+ },
1255
+ ".sy-user-picker-mobile .sy-user-picker-selected, .sy-org-picker-mobile .sy-org-picker-selected": {
1256
+ flex: "0 0 auto",
1257
+ maxHeight: "128px",
1258
+ border: "0",
1259
+ borderTop: "1px solid var(--ant-color-border-secondary, #f0f0f0)",
1260
+ borderRadius: "0",
1261
+ padding: "10px 12px calc(10px + env(safe-area-inset-bottom))"
1262
+ },
1230
1263
  ".sy-org-picker-mobile-head, .sy-address-mobile-head": {
1231
1264
  display: "flex",
1232
1265
  alignItems: "center",
@@ -1360,7 +1393,18 @@ var tailwind_preset_default = {
1360
1393
  "--placeholder-color": "var(--ant-color-text-tertiary, rgba(0,0,0,0.45))"
1361
1394
  },
1362
1395
  ".sy-mobile-line-input .adm-input-element, .sy-mobile-line-input .adm-text-area-element": {
1363
- lineHeight: "24px"
1396
+ lineHeight: "24px",
1397
+ border: "0",
1398
+ outline: "0",
1399
+ boxShadow: "none",
1400
+ appearance: "none",
1401
+ WebkitAppearance: "none",
1402
+ background: "transparent",
1403
+ padding: "0",
1404
+ margin: "0"
1405
+ },
1406
+ ".sy-mobile-line-input .adm-text-area-element": {
1407
+ resize: "none"
1364
1408
  },
1365
1409
  ".sy-mobile-line-input .adm-input-clear": {
1366
1410
  color: "var(--ant-color-text-quaternary, rgba(0,0,0,0.25))"