@steedos-widgets/amis-object 6.10.52-beta.8 → 6.10.52

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.
@@ -491,6 +491,11 @@ fieldset.antd-Collapse > legend{
491
491
  margin-left: 1rem !important;
492
492
  }
493
493
 
494
+ :root {
495
+ --Toast-paddingY: 0.5rem;
496
+ --Toast-paddingX: 0.5rem;
497
+ }
498
+
494
499
  .ant-dropdown{
495
500
  z-index: 1400;
496
501
  }
@@ -575,6 +580,8 @@ fieldset.antd-Collapse > legend{
575
580
  }
576
581
  }
577
582
 
583
+
584
+
578
585
  /* @tailwind base; */
579
586
  @tailwind components;
580
587
  @tailwind utilities;
@@ -1396,6 +1403,117 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1396
1403
  .set-next-steps-users .antd-CheckboxControl .antd-Checkbox {
1397
1404
  margin: 0 !important;
1398
1405
  }
1406
+ .slds-filters__body .antd-Form-item {
1407
+ margin-bottom: 0.75rem !important;
1408
+ }
1409
+ .slds-filters__body .flow-select .antd-TreeSelect-popove {
1410
+ position: relative;
1411
+ }
1412
+ @media (max-width: 767px) {
1413
+ .set-next-steps-users {
1414
+ margin-top: 0.5rem !important;
1415
+ margin-bottom: 0.5rem !important;
1416
+ border-color: #c0c0c0 !important;
1417
+ border-width: 2px !important;
1418
+ }
1419
+ .set-next-steps-users .antd-Table-title {
1420
+ border-color: #d9d9d9 !important;
1421
+ }
1422
+ .set-next-steps-users th,
1423
+ .set-next-steps-users td {
1424
+ border-color: #e8e8e8 !important;
1425
+ padding: 4px 8px !important;
1426
+ }
1427
+ .set-next-steps-users th {
1428
+ padding: 6px 8px !important;
1429
+ }
1430
+ .set-next-steps-users .steedos-user-selector .ant-input-affix-wrapper {
1431
+ border: none !important;
1432
+ box-shadow: none !important;
1433
+ background: transparent !important;
1434
+ padding: 0 !important;
1435
+ min-width: unset !important;
1436
+ }
1437
+ .set-next-steps-users .steedos-user-selector .ant-input {
1438
+ color: #1890ff !important;
1439
+ cursor: pointer !important;
1440
+ padding: 0 !important;
1441
+ height: auto !important;
1442
+ }
1443
+ .set-next-steps-users .steedos-user-selector .ant-input-suffix {
1444
+ display: none !important;
1445
+ }
1446
+ .set-next-steps-users .antd-Form-item {
1447
+ margin-bottom: 0 !important;
1448
+ padding: 0 !important;
1449
+ }
1450
+ .set-next-steps-users .antd-CheckboxControl {
1451
+ padding: 0 !important;
1452
+ line-height: 1 !important;
1453
+ }
1454
+ .set-next-steps-users .antd-RadiosControl,
1455
+ .set-next-steps-users .antd-CheckboxesControl {
1456
+ flex-direction: column !important;
1457
+ gap: 4px !important;
1458
+ }
1459
+ .set-next-steps-users td[data-col="2"]:has(.antd-Service) {
1460
+ background: rgba(255, 251, 235, 0.8) !important;
1461
+ }
1462
+ .approval-drawer-mobile-wizard .approval-drawer-wizard .antd-Wizard-steps,
1463
+ .approval-drawer-mobile-wizard .approval-drawer-wizard .antd--Wizard-steps {
1464
+ display: none !important;
1465
+ }
1466
+ .approval-drawer-mobile-wizard .antd-Wizard-toolbar {
1467
+ position: sticky;
1468
+ bottom: 0;
1469
+ background: #fff;
1470
+ padding: 12px;
1471
+ z-index: 10;
1472
+ border-top: 1px solid #e8e8e8;
1473
+ }
1474
+ .approval-drawer-mobile-wizard .mobile-wizard-step-indicator {
1475
+ display: flex;
1476
+ align-items: center;
1477
+ justify-content: center;
1478
+ gap: 10px;
1479
+ font-size: 13px;
1480
+ color: #666;
1481
+ padding: 0 0 10px;
1482
+ }
1483
+ .approval-drawer-mobile-wizard .mobile-wizard-step-indicator .step-dot {
1484
+ width: 8px;
1485
+ height: 8px;
1486
+ border-radius: 50%;
1487
+ background: #d1d5db;
1488
+ display: inline-block;
1489
+ }
1490
+ .approval-drawer-mobile-wizard .mobile-wizard-step-indicator .step-dot.active {
1491
+ background: #2196f3;
1492
+ }
1493
+ .approval-drawer-mobile-wizard .mobile-wizard-step-indicator .step-title {
1494
+ margin-left: 4px;
1495
+ color: #333;
1496
+ font-weight: 500;
1497
+ }
1498
+ }
1499
+ .steedos-amis-instance-view .steedos-field-group-edit .steedos-org-selector .ant-input-outlined {
1500
+ background: transparent !important;
1501
+ }
1502
+ .steedos-amis-instance-view .steedos-org-selector .ant-input-outlined {
1503
+ border: none !important;
1504
+ }
1505
+ .steedos-amis-instance-view .workflow-form-v2 .steedos-org-selector .ant-input-outlined {
1506
+ padding: 4px 11px;
1507
+ border: 1px solid #d9d9d9 !important;
1508
+ }
1509
+ .instance-scrollable-list {
1510
+ max-height: 180px;
1511
+ overflow-y: auto;
1512
+ }
1513
+ .steedos-instance-print-wrapper .instance-scrollable-list {
1514
+ max-height: none;
1515
+ overflow-y: visible;
1516
+ }
1399
1517
 
1400
1518
  .amis-object-field-lookup .lookup-left {
1401
1519
  max-width: 50% !important;
@@ -1412,6 +1530,213 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1412
1530
  border-bottom-left-radius: 0;
1413
1531
  }
1414
1532
 
1533
+ /* ApprovalTreeMenu - 审批中心左侧树菜单样式 */
1534
+
1535
+ /* 搜索框容器 */
1536
+ .approval-tree-menu__search {
1537
+ padding: 8px 12px 4px;
1538
+ }
1539
+
1540
+ .approval-tree-menu {
1541
+ width: 100%;
1542
+ overflow: visible;
1543
+ background: #fff;
1544
+ -webkit-user-select: none;
1545
+ -moz-user-select: none;
1546
+ user-select: none;
1547
+ padding: 4px 0;
1548
+ min-height: 100%;
1549
+ }
1550
+
1551
+ .approval-tree-menu::-webkit-scrollbar {
1552
+ width: 4px;
1553
+ }
1554
+
1555
+ .approval-tree-menu::-webkit-scrollbar-track {
1556
+ background: transparent;
1557
+ }
1558
+
1559
+ .approval-tree-menu::-webkit-scrollbar-thumb {
1560
+ background: #e0e0e0;
1561
+ border-radius: 2px;
1562
+ }
1563
+
1564
+ /* antd Tree 整体覆盖 */
1565
+ .approval-tree-menu .ant-tree {
1566
+ background: transparent;
1567
+ font-size: 14px;
1568
+ color: #333;
1569
+ }
1570
+
1571
+ /* Fix 1: 整行 hover 高亮 */
1572
+ .approval-tree-menu .ant-tree .ant-tree-treenode {
1573
+ width: auto;
1574
+ margin: 3px 0 0;
1575
+ padding: 0 4px 0 12px;
1576
+ transition: background 0.15s ease;
1577
+ border-radius: 6px;
1578
+ overflow: hidden;
1579
+ }
1580
+
1581
+ .approval-tree-menu .ant-tree .ant-tree-treenode:hover {
1582
+ background: rgb(248, 250, 252);
1583
+ border-radius: 6px;
1584
+ }
1585
+
1586
+ /* Fix 1: 整行选中高亮 */
1587
+ .approval-tree-menu .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
1588
+ background: rgb(240, 249, 255);
1589
+ border-radius: 6px;
1590
+ }
1591
+
1592
+ /* 内容区域:由 treenode 提供背景,自身透明 */
1593
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper {
1594
+ display: flex;
1595
+ align-items: center;
1596
+ padding: 0 4px;
1597
+ border-radius: 4px;
1598
+ height: 44px;
1599
+ line-height: 44px;
1600
+ background: transparent !important;
1601
+ /* 修复宽度约束链:flex-basis 必须为 0(不是 auto),
1602
+ 否则容器宽度由内容撑开,text-overflow: ellipsis 永远不会生效 */
1603
+ flex: 1 1 0%;
1604
+ min-width: 0;
1605
+ overflow: hidden;
1606
+ }
1607
+
1608
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper:hover {
1609
+ background: transparent !important;
1610
+ }
1611
+
1612
+ /* 选中状态:文字颜色和图标颜色 */
1613
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
1614
+ background: transparent !important;
1615
+ color: rgb(0, 166, 244) !important;
1616
+ }
1617
+
1618
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected .approval-tree-menu__label--group,
1619
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected .approval-tree-menu__label--item {
1620
+ color: rgb(0, 166, 244) !important;
1621
+ font-weight: 500;
1622
+ }
1623
+
1624
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-iconEle {
1625
+ color: rgb(0, 166, 244);
1626
+ }
1627
+
1628
+ /* 图标 */
1629
+ .approval-tree-menu .ant-tree .ant-tree-iconEle {
1630
+ display: flex;
1631
+ align-items: center;
1632
+ justify-content: center;
1633
+ margin-right: 6px;
1634
+ font-size: 14px;
1635
+ color: #555;
1636
+ flex-shrink: 0;
1637
+ }
1638
+
1639
+ /* Fix 5: 展开/折叠箭头(通过 switcherIcon prop 渲染,CSS 控制颜色和尺寸) */
1640
+ /* inline-flex + 显式高度确保垂直居中,避免 hover 时箭头偏上 */
1641
+ .approval-tree-menu .ant-tree .ant-tree-switcher {
1642
+ display: inline-flex !important;
1643
+ align-items: center;
1644
+ justify-content: center;
1645
+ color: #bbb;
1646
+ width: 16px;
1647
+ height: 44px;
1648
+ flex-shrink: 0;
1649
+ line-height: 1;
1650
+ margin-right: 0;
1651
+ }
1652
+
1653
+ .approval-tree-menu .ant-tree .ant-tree-switcher .fa {
1654
+ line-height: 1;
1655
+ }
1656
+
1657
+ .approval-tree-menu .ant-tree .ant-tree-switcher:hover {
1658
+ color: rgb(0, 166, 244);
1659
+ }
1660
+
1661
+ /* 去掉 antd 5.x switcher 独立 hover 背景 — 导航菜单不需要箭头单独高亮 */
1662
+ .approval-tree-menu .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop):hover:before {
1663
+ background-color: transparent !important;
1664
+ }
1665
+
1666
+ /* 叶子节点折叠箭头占位与父节点对齐 */
1667
+ .approval-tree-menu .ant-tree .ant-tree-switcher-noop {
1668
+ width: 16px;
1669
+ min-width: 16px;
1670
+ flex-shrink: 0;
1671
+ }
1672
+
1673
+ /* 叶子节点图标颜色 */
1674
+ .approval-tree-menu .ant-tree .ant-tree-treenode-leaf .ant-tree-iconEle {
1675
+ color: #888;
1676
+ }
1677
+
1678
+ /* 标题容器(含文字+角标) */
1679
+ .approval-tree-menu__title-wrap {
1680
+ display: flex;
1681
+ align-items: center;
1682
+ width: 100%;
1683
+ overflow: hidden;
1684
+ height: 100%;
1685
+ }
1686
+
1687
+ /* 标签文字 - 基础样式 */
1688
+ .approval-tree-menu__label {
1689
+ flex: 1;
1690
+ overflow: hidden;
1691
+ text-overflow: ellipsis;
1692
+ white-space: nowrap;
1693
+ font-size: 14px;
1694
+ line-height: 1.4;
1695
+ }
1696
+
1697
+ /* Fix 3: 所有节点标题统一颜色(#644) */
1698
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper .approval-tree-menu__label--group,
1699
+ .approval-tree-menu .ant-tree .ant-tree-node-content-wrapper .approval-tree-menu__label--item {
1700
+ color: rgb(71 85 105) !important;
1701
+ font-weight: 600 !important;
1702
+ }
1703
+
1704
+ /* Fix 4: 角标靠右对齐 — .ant-tree-title 须为 flex 子项才能让 title-wrap 的 width:100% 生效 */
1705
+ .approval-tree-menu .ant-tree .ant-tree-title {
1706
+ flex: 1;
1707
+ min-width: 0;
1708
+ overflow: hidden;
1709
+ }
1710
+
1711
+ .approval-tree-menu .ant-badge {
1712
+ flex-shrink: 0;
1713
+ margin-left: auto;
1714
+ line-height: 1;
1715
+ }
1716
+
1717
+ .approval-tree-menu .ant-badge .ant-badge-count {
1718
+ height: 16px;
1719
+ min-width: 16px;
1720
+ line-height: 16px;
1721
+ padding: 0 4px;
1722
+ font-size: 10px;
1723
+ border-radius: 8px;
1724
+ box-shadow: none;
1725
+ }
1726
+
1727
+ /* Tooltip:限制最大宽度,避免超长名称过宽 */
1728
+ .approval-tree-menu-tooltip {
1729
+ max-width: 300px;
1730
+ }
1731
+
1732
+ /* 当 EllipsisTooltip 激活时,antd Tooltip 会在 label span 外面包一层 span。
1733
+ 这个 wrapper 必须继承 flex 子项的布局属性,否则会撑开容器挤掉 Badge */
1734
+ .approval-tree-menu__title-wrap > .ant-tooltip-open {
1735
+ flex: 1;
1736
+ min-width: 0;
1737
+ overflow: hidden;
1738
+ }
1739
+
1415
1740
  @media (min-width: 767px) {
1416
1741
  .steedos-amis-form .antd-Collapse .antd-Form--normal,
1417
1742
  .steedos-amis-form .antd-Form--normal .antd-Tabs .antd-Tabs-content .antd-Tabs-pane .form-content {
@@ -1569,6 +1894,14 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1569
1894
  列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
1570
1895
  */
1571
1896
  @media (max-width: 768px) {
1897
+ .antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
1898
+ border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
1899
+ border-radius: var(--Form-input-borderRadius);
1900
+ }
1901
+ .steedos-object-table .antd-SearchBox.is-mobile.is-active {
1902
+ border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
1903
+ border-radius: var(--Form-input-borderRadius);
1904
+ }
1572
1905
  .steedos-object-table .antd-Crud > form.antd-Form:before {
1573
1906
  border-bottom: none;
1574
1907
  }
@@ -1586,6 +1919,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1586
1919
  max-height: calc(100% - 110px);
1587
1920
  overflow-y: auto;
1588
1921
  }
1922
+ .page-list-split .steedos-object-listview .antd-Table-tr--even {
1923
+ background-color: #f7f7f7;
1924
+ }
1925
+ .page-list-split .steedos-listview-item .steedos-listview-item-right {
1926
+ max-width: 50%;
1927
+ }
1589
1928
  .page-list-split .steedos-object-listview .steedos-object-listview-content-wrapper .steedos-object-listview-content .steedos-object-table.steedos-crud-mode-cards .antd-Crud .antd-Cards {
1590
1929
  width: 386px;
1591
1930
  }
@@ -2111,8 +2450,275 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2111
2450
  .antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper .steedos-field-lookup-each > .antd-Form-item:last-child {
2112
2451
  margin-right: 0;
2113
2452
  }
2453
+ .steedos-input-rich-text-readonly .antd-RichTextControl {
2454
+ overflow-x: auto;
2455
+ }
2456
+ .steedos-input-rich-text-readonly .antd-RichTextControl table {
2457
+ border-collapse: collapse !important;
2458
+ border: 1px solid #ddd !important;
2459
+ margin-bottom: 10px;
2460
+ }
2461
+ .steedos-input-rich-text-readonly .antd-RichTextControl table td,
2462
+ .steedos-input-rich-text-readonly .antd-RichTextControl table th {
2463
+ padding: 5px 10px !important;
2464
+ border: 1px solid #ddd !important;
2465
+ min-width: 50px;
2466
+ }
2467
+ .steedos-input-rich-text-readonly .antd-RichTextControl table th {
2468
+ background-color: #f7f7f7;
2469
+ font-weight: bold;
2470
+ }
2471
+ @media (max-width: 768px) {
2472
+ .steedos-object-form fieldset.antd-Collapse {
2473
+ min-width: 0;
2474
+ width: 100%;
2475
+ max-width: 100vw;
2476
+ /* 兜底 */
2477
+ }
2478
+ .steedos-input-rich-text-readonly .antd-Form-value {
2479
+ min-width: 0 !important;
2480
+ flex-shrink: 1 !important;
2481
+ width: 100% !important;
2482
+ }
2483
+ .steedos-input-rich-text-readonly .antd-RichTextControl {
2484
+ display: block !important;
2485
+ width: 100% !important;
2486
+ max-width: 100% !important;
2487
+ overflow-x: auto !important;
2488
+ }
2489
+ }
2114
2490
 
2491
+ .steedos-select-flow-search-mobile {
2492
+ display: none !important;
2493
+ }
2494
+ @media (max-width: 767px) {
2495
+ .steedos-select-flow-search-mobile {
2496
+ display: flex !important;
2497
+ }
2498
+ .antd-TreeSelect-popover {
2499
+ min-width: calc(100vw - 32px) !important;
2500
+ max-height: 50vh;
2501
+ overflow-y: auto;
2502
+ }
2503
+ }
2115
2504
 
2505
+ .steedos-amis-instance-view .instance-form-view-mobile .ant-input-affix-wrapper,
2506
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-TextControl-input,
2507
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-ResultBox,
2508
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Select,
2509
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-DatePicker,
2510
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-TextareaControl-input,
2511
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Number,
2512
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Picker-input {
2513
+ background-color: transparent !important;
2514
+ border: none !important;
2515
+ box-shadow: none !important;
2516
+ }
2517
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-control {
2518
+ padding-left: 0 !important;
2519
+ padding-right: 0 !important;
2520
+ }
2521
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-control > .antd-Form-control {
2522
+ padding-left: 0 !important;
2523
+ padding-right: 0 !important;
2524
+ }
2525
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-control.antd-Form-static {
2526
+ padding-left: 0 !important;
2527
+ padding-right: 0 !important;
2528
+ }
2529
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Input,
2530
+ .steedos-amis-instance-view .instance-form-view-mobile .ant-picker-input > input,
2531
+ .steedos-amis-instance-view .instance-form-view-mobile .ant-select-selector,
2532
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-TextControl-input,
2533
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-DatePicker,
2534
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Number-input-wrap,
2535
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-TextareaControl-input {
2536
+ padding-left: 0 !important;
2537
+ padding-right: 0 !important;
2538
+ }
2539
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-TextControl-input input,
2540
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-DatePicker input,
2541
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-DatePicker-input,
2542
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Number-input-wrap input,
2543
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Number-input,
2544
+ .steedos-amis-instance-view .instance-form-view-mobile textarea.antd-TextareaControl-input {
2545
+ padding-left: 0 !important;
2546
+ padding-right: 0 !important;
2547
+ }
2548
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-item {
2549
+ border-bottom: none !important;
2550
+ margin-bottom: 0 !important;
2551
+ padding-bottom: 0 !important;
2552
+ padding-top: 0 !important;
2553
+ }
2554
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-control {
2555
+ border-bottom: none !important;
2556
+ }
2557
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider {
2558
+ border-top: 1px solid #e5e7eb;
2559
+ padding-top: 16px !important;
2560
+ }
2561
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-title {
2562
+ font-size: 16px;
2563
+ font-weight: 600;
2564
+ color: #0f172a;
2565
+ line-height: 1.5;
2566
+ letter-spacing: -0.01em;
2567
+ }
2568
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-desc {
2569
+ font-size: 14px;
2570
+ font-weight: 400;
2571
+ color: #64748b;
2572
+ line-height: 1.4;
2573
+ margin-top: 2px;
2574
+ }
2575
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table {
2576
+ border: none !important;
2577
+ }
2578
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table thead th {
2579
+ background: transparent !important;
2580
+ border-bottom: 1px solid #e2e8f0 !important;
2581
+ border-top: none !important;
2582
+ border-left: none !important;
2583
+ border-right: none !important;
2584
+ color: #64748b;
2585
+ font-size: 13px;
2586
+ font-weight: 500;
2587
+ padding: 8px 4px !important;
2588
+ }
2589
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table tbody td {
2590
+ border: none !important;
2591
+ border-bottom: 1px solid #f1f5f9 !important;
2592
+ padding: 4px !important;
2593
+ font-size: 14px;
2594
+ color: #1e293b;
2595
+ }
2596
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table tbody td .antd-Form-item {
2597
+ border-bottom: none !important;
2598
+ }
2599
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table tbody tr:last-child td {
2600
+ border-bottom: none !important;
2601
+ }
2602
+ .steedos-amis-instance-view .instance-form-view-mobile .form-control .antd-InputTable .antd-InputTable-toolbar {
2603
+ border-top: 1px solid #e2e8f0 !important;
2604
+ }
2605
+ .steedos-amis-instance-view .instance-form-view-mobile .form-control .antd-InputTable .antd-InputTable-toolbar button {
2606
+ color: #64748b !important;
2607
+ font-size: 14px;
2608
+ }
2609
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .steedos-input-table-footer {
2610
+ border-top: 1px solid #e2e8f0 !important;
2611
+ }
2612
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxesControl,
2613
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxControl {
2614
+ padding: 8px 12px !important;
2615
+ }
2616
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxesControl .antd-Checkbox,
2617
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxControl .antd-Checkbox {
2618
+ display: flex !important;
2619
+ align-items: center !important;
2620
+ padding: 6px 0 !important;
2621
+ margin-bottom: 0 !important;
2622
+ cursor: pointer;
2623
+ }
2624
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxesControl .antd-Checkbox input[type='checkbox'],
2625
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxControl .antd-Checkbox input[type='checkbox'] {
2626
+ position: absolute;
2627
+ opacity: 0;
2628
+ width: 0;
2629
+ height: 0;
2630
+ }
2631
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxesControl .antd-Checkbox > i,
2632
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxControl .antd-Checkbox > i {
2633
+ width: 18px !important;
2634
+ height: 18px !important;
2635
+ min-width: 18px !important;
2636
+ border: 1.5px solid #d1d5db !important;
2637
+ border-radius: 4px !important;
2638
+ background: #fff !important;
2639
+ transition: all 0.15s ease-in-out;
2640
+ display: inline-flex !important;
2641
+ align-items: center;
2642
+ justify-content: center;
2643
+ margin-right: 8px !important;
2644
+ box-shadow: none !important;
2645
+ }
2646
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxesControl .antd-Checkbox input[type='checkbox']:checked + i,
2647
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxControl .antd-Checkbox input[type='checkbox']:checked + i {
2648
+ background: #0f172a !important;
2649
+ border-color: #0f172a !important;
2650
+ }
2651
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxesControl .antd-Checkbox > span,
2652
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-CheckboxControl .antd-Checkbox > span {
2653
+ font-size: 15px !important;
2654
+ color: #1e293b;
2655
+ line-height: 1.4;
2656
+ -webkit-user-select: none;
2657
+ -moz-user-select: none;
2658
+ user-select: none;
2659
+ }
2660
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .instance-sign {
2661
+ min-height: 44px;
2662
+ display: flex;
2663
+ align-items: center;
2664
+ }
2665
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field > div {
2666
+ width: 100% !important;
2667
+ }
2668
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Form-item {
2669
+ min-height: auto !important;
2670
+ padding: 0 !important;
2671
+ margin: 0 !important;
2672
+ border-bottom: none !important;
2673
+ }
2674
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Form-control:not(.antd-CheckboxesControl):not(.antd-CheckboxControl):not(.antd-RadiosControl) {
2675
+ padding: 0 !important;
2676
+ border-bottom: none !important;
2677
+ }
2678
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-TextControl-input,
2679
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Number,
2680
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Number-input-wrap,
2681
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-DatePicker,
2682
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Select,
2683
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-ResultBox,
2684
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Picker-input {
2685
+ height: 44px !important;
2686
+ min-height: 44px !important;
2687
+ line-height: 44px !important;
2688
+ padding-top: 0 !important;
2689
+ padding-bottom: 0 !important;
2690
+ display: flex !important;
2691
+ align-items: center !important;
2692
+ box-sizing: border-box !important;
2693
+ }
2694
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field input:not([type='checkbox']):not([type='radio']),
2695
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field select,
2696
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-Number-input,
2697
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .antd-DatePicker-input {
2698
+ height: 44px !important;
2699
+ min-height: 44px !important;
2700
+ line-height: 44px !important;
2701
+ padding-top: 0 !important;
2702
+ padding-bottom: 0 !important;
2703
+ box-sizing: border-box !important;
2704
+ font-size: 16px !important;
2705
+ }
2706
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field textarea,
2707
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field textarea.antd-TextareaControl-input {
2708
+ padding-top: 6px !important;
2709
+ padding-bottom: 6px !important;
2710
+ line-height: 1.5 !important;
2711
+ height: auto !important;
2712
+ min-height: auto !important;
2713
+ }
2714
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field .tox-tinymce {
2715
+ border: none !important;
2716
+ border-radius: 0 !important;
2717
+ }
2718
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-editable-field:has(.tox-tinymce) {
2719
+ padding-left: 0 !important;
2720
+ padding-right: 0 !important;
2721
+ }
2116
2722
  .steedos-amis-instance-view {
2117
2723
  font-size: 0.8125rem;
2118
2724
  }
@@ -2196,6 +2802,103 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2196
2802
  .approval-drawer .antd-Drawer-content {
2197
2803
  display: block !important;
2198
2804
  height: auto !important;
2805
+ max-height: 85vh;
2806
+ overflow-y: auto;
2807
+ }
2808
+ .approval-drawer .antd-Drawer-content:has(.approval-drawer-wizard) {
2809
+ overflow-y: hidden;
2810
+ }
2811
+ .approval-drawer .approval-drawer-wizard {
2812
+ display: flex !important;
2813
+ flex-direction: column;
2814
+ max-height: calc(85vh - 40px);
2815
+ overflow: hidden;
2816
+ }
2817
+ .approval-drawer .approval-drawer-wizard .antd-Wizard-step {
2818
+ display: flex;
2819
+ flex-direction: column;
2820
+ flex: 1;
2821
+ min-height: 0;
2822
+ }
2823
+ .approval-drawer .approval-drawer-wizard .antd-Wizard-stepContent {
2824
+ flex: 1;
2825
+ min-height: 0;
2826
+ overflow-y: auto;
2827
+ }
2828
+ @media (max-width: 768px) {
2829
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-item {
2830
+ border-bottom: 1px solid #e5e7eb !important;
2831
+ }
2832
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-Form-item::after {
2833
+ content: none !important;
2834
+ }
2835
+ .approval-drawer .antd-Form-item {
2836
+ border-bottom: none !important;
2837
+ margin-bottom: 0 !important;
2838
+ }
2839
+ .approval-drawer .antd-Form-item::after {
2840
+ content: none !important;
2841
+ }
2842
+ .approval-drawer .antd-Grid {
2843
+ display: flex !important;
2844
+ align-items: center;
2845
+ }
2846
+ .approval-drawer .antd-Grid > div:first-child {
2847
+ padding-left: 0 !important;
2848
+ }
2849
+ .approval-drawer .antd-Grid .antd-Form-item {
2850
+ border-bottom: none !important;
2851
+ margin-bottom: 0 !important;
2852
+ padding: 0 !important;
2853
+ }
2854
+ .approval-drawer .antd-TextareaControl textarea {
2855
+ border: 1px solid #d1d5db !important;
2856
+ border-radius: 6px !important;
2857
+ padding: 8px !important;
2858
+ }
2859
+ .approval-drawer .antd-Drawer-header {
2860
+ border-bottom: none !important;
2861
+ }
2862
+ .approval-drawer .antd-Drawer-footer {
2863
+ border-top: 1px solid #e5e7eb !important;
2864
+ padding-top: 8px !important;
2865
+ }
2866
+ .approval-drawer .antd-RadiosControl {
2867
+ display: flex;
2868
+ flex-direction: row;
2869
+ gap: 16px;
2870
+ margin-left: 0 !important;
2871
+ }
2872
+ .approval-drawer .antd-RadiosControl .antd-Checkbox--full {
2873
+ width: auto;
2874
+ display: inline-flex !important;
2875
+ align-items: center;
2876
+ }
2877
+ .instance-action-dialog.antd-Modal .antd-Form-item {
2878
+ border: none !important;
2879
+ flex-direction: column !important;
2880
+ align-items: flex-start !important;
2881
+ }
2882
+ .instance-action-dialog.antd-Modal .antd-Form-item::after {
2883
+ content: none !important;
2884
+ }
2885
+ .instance-action-dialog.antd-Modal .antd-Form-item .antd-Form-label {
2886
+ flex: none !important;
2887
+ max-width: 100% !important;
2888
+ margin-bottom: 4px !important;
2889
+ padding-right: 0 !important;
2890
+ }
2891
+ .instance-action-dialog.antd-Modal .antd-Form-item .antd-Form-value,
2892
+ .instance-action-dialog.antd-Modal .antd-Form-item .antd-Form-item-controlBox {
2893
+ width: 100% !important;
2894
+ max-width: 100% !important;
2895
+ flex: none !important;
2896
+ }
2897
+ .instance-action-dialog.antd-Modal .antd-TextareaControl textarea {
2898
+ border: 1px solid #d1d5db !important;
2899
+ border-radius: 6px !important;
2900
+ padding: 8px !important;
2901
+ }
2199
2902
  }
2200
2903
  .steedos-amis-instance-view .antd-PullRefresh {
2201
2904
  height: 100%;
@@ -2271,6 +2974,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2271
2974
  .steedos-amis-instance-view table {
2272
2975
  border-collapse: collapse;
2273
2976
  }
2977
+ .steedos-amis-instance-view.steedos-instance-style-table table.instance-form-view {
2978
+ table-layout: fixed;
2979
+ }
2274
2980
  .steedos-amis-instance-view.steedos-instance-style-table table.instance-form-view .steedos-input-number-edit .antd-Number-handler-wrap {
2275
2981
  border-left: none;
2276
2982
  outline: none;
@@ -2309,6 +3015,232 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2309
3015
  .instance-form-view .steedos-field-required .antd-Form-star {
2310
3016
  display: inline;
2311
3017
  }
3018
+ @media (max-width: 768px) {
3019
+ .steedos-amis-instance-view {
3020
+ /* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
3021
+ /* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
3022
+ /* 底部提交人区域优化 */
3023
+ /* 签批历程区域优化:与表单左右对齐、字体统一 */
3024
+ }
3025
+ .steedos-amis-instance-view .instance-file-list {
3026
+ padding-left: 8px !important;
3027
+ padding-right: 8px !important;
3028
+ margin-top: 0 !important;
3029
+ padding-top: 0px !important;
3030
+ /* 去除顶部间距 */
3031
+ }
3032
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item {
3033
+ display: flex !important;
3034
+ justify-content: flex-start !important;
3035
+ flex-wrap: nowrap !important;
3036
+ align-items: center !important;
3037
+ }
3038
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label {
3039
+ flex: 0 0 auto !important;
3040
+ width: auto !important;
3041
+ max-width: none !important;
3042
+ margin-right: 8px !important;
3043
+ padding: 0 !important;
3044
+ text-align: left !important;
3045
+ /* 统一标题字体 */
3046
+ }
3047
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
3048
+ font-size: 14px !important;
3049
+ font-weight: bold !important;
3050
+ color: #374151 !important;
3051
+ /* text-gray-700 */
3052
+ }
3053
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-value {
3054
+ flex: 0 0 auto !important;
3055
+ width: auto !important;
3056
+ min-width: 0 !important;
3057
+ /* 针对可能存在的按钮容器 */
3058
+ }
3059
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-value .antd-Form-control,
3060
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-value .antd-FileControl,
3061
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-value .antd-FileControl-dropzone {
3062
+ padding: 0 !important;
3063
+ margin: 0 !important;
3064
+ border: none !important;
3065
+ min-height: auto !important;
3066
+ }
3067
+ .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-value .antd-FileControl-selectBtn {
3068
+ margin: 0 !important;
3069
+ }
3070
+ .steedos-amis-instance-view .instance-related-list {
3071
+ padding-left: 8px !important;
3072
+ padding-right: 8px !important;
3073
+ /* 标题区域 */
3074
+ /* 列表容器 */
3075
+ /* 列表单项 - 与附件列表统一 */
3076
+ /* 删除按钮对齐 */
3077
+ }
3078
+ .steedos-amis-instance-view .instance-related-list .cxd-List-heading,
3079
+ .steedos-amis-instance-view .instance-related-list .antd-List-heading {
3080
+ padding-left: 0 !important;
3081
+ padding-right: 0 !important;
3082
+ text-align: left !important;
3083
+ font-weight: bold;
3084
+ border: none !important;
3085
+ font-size: 14px !important;
3086
+ line-height: 1.5;
3087
+ color: #374151;
3088
+ /* text-gray-700 */
3089
+ }
3090
+ .steedos-amis-instance-view .instance-related-list .cxd-List-items,
3091
+ .steedos-amis-instance-view .instance-related-list .antd-List-items {
3092
+ padding-left: 0 !important;
3093
+ margin-left: 0 !important;
3094
+ }
3095
+ .steedos-amis-instance-view .instance-related-list .cxd-List-item,
3096
+ .steedos-amis-instance-view .instance-related-list .antd-List-item {
3097
+ padding: 8px 0 !important;
3098
+ margin: 0 !important;
3099
+ border-bottom: 1px solid #f0f0f0;
3100
+ }
3101
+ .steedos-amis-instance-view .instance-related-list .cxd-List-item a,
3102
+ .steedos-amis-instance-view .instance-related-list .antd-List-item a {
3103
+ display: block;
3104
+ text-align: left;
3105
+ color: #374151;
3106
+ /* text-gray-700 */
3107
+ font-size: 14px;
3108
+ font-weight: 500;
3109
+ line-height: 1.5;
3110
+ }
3111
+ .steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
3112
+ .steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
3113
+ color: #2563eb;
3114
+ /* text-blue-600 */
3115
+ text-decoration: underline;
3116
+ }
3117
+ .steedos-amis-instance-view .instance-related-list .antd-ListItem--actions-at-right {
3118
+ padding-left: 0 !important;
3119
+ padding-right: 0 !important;
3120
+ }
3121
+ .steedos-amis-instance-view .instance-related-list .cxd-ListItem-actions .cxd-Button--link,
3122
+ .steedos-amis-instance-view .instance-related-list .antd-ListItem-actions .cxd-Button--link,
3123
+ .steedos-amis-instance-view .instance-related-list .cxd-ListItem-actions .antd-Button--link,
3124
+ .steedos-amis-instance-view .instance-related-list .antd-ListItem-actions .antd-Button--link {
3125
+ padding: 4px !important;
3126
+ min-width: auto !important;
3127
+ }
3128
+ .steedos-amis-instance-view .instance-applicant-view {
3129
+ border: none !important;
3130
+ /* 隐藏提交日期列(第二个td) */
3131
+ /* 提交人列占满宽度,用flex确保label在左、value在右 */
3132
+ }
3133
+ .steedos-amis-instance-view .instance-applicant-view td {
3134
+ border: none !important;
3135
+ }
3136
+ .steedos-amis-instance-view .instance-applicant-view td:last-child {
3137
+ display: none !important;
3138
+ }
3139
+ .steedos-amis-instance-view .instance-applicant-view td:first-child {
3140
+ width: 100% !important;
3141
+ display: flex !important;
3142
+ align-items: center !important;
3143
+ flex-wrap: nowrap;
3144
+ padding-left: 6px;
3145
+ /* 取消 inline-left 的 float,改由 flex 控制排列 */
3146
+ }
3147
+ .steedos-amis-instance-view .instance-applicant-view td:first-child .inline-left {
3148
+ float: none !important;
3149
+ display: inline-block !important;
3150
+ }
3151
+ .steedos-amis-instance-view .instance-approve-history {
3152
+ /* 与表单 px-2 对齐,覆盖模板中的 border-t */
3153
+ padding-left: 0 !important;
3154
+ padding-right: 0 !important;
3155
+ margin-top: 16px !important;
3156
+ /* 标题 "签批历程":与表单字段标题对齐 */
3157
+ /* 内容容器 */
3158
+ }
3159
+ .steedos-amis-instance-view .instance-approve-history > div:first-child {
3160
+ padding-left: 8px !important;
3161
+ padding-right: 8px !important;
3162
+ font-size: 16px !important;
3163
+ }
3164
+ .steedos-amis-instance-view .instance-approve-history > .flex.flex-col {
3165
+ font-size: 14px !important;
3166
+ /* 步骤名称(如"开始"、"车间主管领导(会签)") */
3167
+ /* 每条审批卡片 */
3168
+ }
3169
+ .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="text-xs"] {
3170
+ padding-left: 8px !important;
3171
+ padding-right: 8px !important;
3172
+ font-size: 14px !important;
3173
+ }
3174
+ .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] {
3175
+ margin-left: 8px !important;
3176
+ margin-right: 8px !important;
3177
+ /* 审批人名字 */
3178
+ /* 意见文字 */
3179
+ }
3180
+ .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-\[15px\] {
3181
+ font-size: 15px !important;
3182
+ }
3183
+ .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-sm {
3184
+ font-size: 14px !important;
3185
+ }
3186
+ }
3187
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
3188
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-readonly,
3189
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl,
3190
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-RichTextControl {
3191
+ display: block;
3192
+ width: 100%;
3193
+ max-width: 100%;
3194
+ min-width: 0;
3195
+ overflow-x: auto;
3196
+ flex-shrink: 1;
3197
+ }
3198
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table,
3199
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-readonly table,
3200
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table,
3201
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-RichTextControl table {
3202
+ border-collapse: collapse !important;
3203
+ border: 1px solid #ddd !important;
3204
+ margin-bottom: 10px;
3205
+ }
3206
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table td,
3207
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-readonly table td,
3208
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table td,
3209
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-RichTextControl table td,
3210
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table th,
3211
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-readonly table th,
3212
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table th,
3213
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-RichTextControl table th {
3214
+ padding: 5px 10px !important;
3215
+ border: 1px solid #ddd !important;
3216
+ min-width: 50px;
3217
+ }
3218
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table th,
3219
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-readonly table th,
3220
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table th,
3221
+ .steedos-amis-instance-view .instance-form-view-mobile .antd-RichTextControl table th {
3222
+ background-color: #f7f7f7;
3223
+ font-weight: bold;
3224
+ }
3225
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .antd-RichTextControl,
3226
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .antd-RichTextControl {
3227
+ height: 100% !important;
3228
+ border: none !important;
3229
+ }
3230
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-tinymce,
3231
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-tinymce {
3232
+ height: 100% !important;
3233
+ border: none !important;
3234
+ border-radius: 0 !important;
3235
+ }
3236
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-editor-header,
3237
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-editor-header,
3238
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-toolbar__primary,
3239
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-toolbar__primary,
3240
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-edit-area__iframe,
3241
+ .steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area__iframe {
3242
+ background-color: transparent !important;
3243
+ }
2312
3244
 
2313
3245
  .steedos-input-table .steedos-delete-button:hover {
2314
3246
  color: rgb(239 68 68) !important;
@@ -2392,6 +3324,19 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2392
3324
  .steedos-input-table.steedos-has-operations tbody tr:hover td .antd-OperationField {
2393
3325
  background-color: white;
2394
3326
  }
3327
+ .steedos-input-table .antd-Table-table tbody td .antd-PlainField,
3328
+ .steedos-input-table .antd-Table-table tbody td .antd-TplField,
3329
+ .steedos-input-table .antd-Table-table tbody td .antd-Words-field,
3330
+ .steedos-input-table .antd-Table-table tbody td .antd-Form-static.antd-Form-control {
3331
+ display: block;
3332
+ max-width: 30vw;
3333
+ white-space: nowrap;
3334
+ overflow: hidden;
3335
+ text-overflow: ellipsis;
3336
+ }
3337
+ .app-popover .steedos-object-form .antd-Form--normal > .antd-Form-item:has(.antd-Form-static) {
3338
+ border-bottom: 1px solid #e5e7eb;
3339
+ }
2395
3340
  }
2396
3341
  .steedos-input-table .antd-Table-table .antd-Form-item .antd-Form-static .antd-NumberField {
2397
3342
  white-space: nowrap;
@@ -2413,6 +3358,53 @@ div[name="instanceForm"] .sfield-item {
2413
3358
  .steedos-record-selected span {
2414
3359
  color: var(--Table-onChecked-color) !important;
2415
3360
  }
3361
+ .steedos-detail-loading .page-object-detail-wrapper {
3362
+ position: relative;
3363
+ animation: none !important;
3364
+ opacity: 1 !important;
3365
+ transform: none !important;
3366
+ }
3367
+ .steedos-detail-loading .page-object-detail-wrapper::before {
3368
+ content: '';
3369
+ position: absolute;
3370
+ top: 0;
3371
+ left: 0;
3372
+ right: 0;
3373
+ bottom: 0;
3374
+ background: rgba(255, 255, 255, 0.85);
3375
+ z-index: 10;
3376
+ animation: steedos-detail-fade-in 0.15s ease-out;
3377
+ }
3378
+ .steedos-detail-loading .page-object-detail-wrapper::after {
3379
+ content: '';
3380
+ position: absolute;
3381
+ top: calc(50% - 20px);
3382
+ left: calc(50% - 20px);
3383
+ width: 40px;
3384
+ height: 40px;
3385
+ border: 3px solid transparent;
3386
+ border-top-color: var(--primary, #2468f2);
3387
+ border-right-color: var(--primary, #2468f2);
3388
+ border-radius: 50%;
3389
+ z-index: 11;
3390
+ animation: steedos-detail-spin 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite, steedos-detail-fade-in 0.15s ease-out;
3391
+ }
3392
+ @keyframes steedos-detail-spin {
3393
+ 0% {
3394
+ transform: rotate(0deg);
3395
+ }
3396
+ 100% {
3397
+ transform: rotate(360deg);
3398
+ }
3399
+ }
3400
+ @keyframes steedos-detail-fade-in {
3401
+ from {
3402
+ opacity: 0;
3403
+ }
3404
+ to {
3405
+ opacity: 1;
3406
+ }
3407
+ }
2416
3408
  .steedos-listview-split-max-height {
2417
3409
  overflow: hidden;
2418
3410
  }