@steedos-widgets/amis-object 6.10.53-beta.19 → 6.10.53-beta.20
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/amis-object.umd.css
CHANGED
|
@@ -3633,8 +3633,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3633
3633
|
table-layout: auto;
|
|
3634
3634
|
border-collapse: collapse;
|
|
3635
3635
|
color: #000;
|
|
3636
|
-
min-width: -moz-max-content;
|
|
3637
|
-
min-width: max-content;
|
|
3638
3636
|
}
|
|
3639
3637
|
.steedos-print-input-table th,
|
|
3640
3638
|
.steedos-print-input-table td {
|
|
@@ -3648,16 +3646,16 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3648
3646
|
text-align: left;
|
|
3649
3647
|
font-weight: inherit;
|
|
3650
3648
|
}
|
|
3651
|
-
.steedos-print-input-table
|
|
3649
|
+
.steedos-print-input-table tr:first-child > td {
|
|
3652
3650
|
border-top: 0;
|
|
3653
3651
|
}
|
|
3654
|
-
.steedos-print-input-table
|
|
3652
|
+
.steedos-print-input-table tr:last-child > td {
|
|
3655
3653
|
border-bottom: 0;
|
|
3656
3654
|
}
|
|
3657
|
-
.steedos-print-input-table tr > :first-child {
|
|
3655
|
+
.steedos-print-input-table tr > td:first-child {
|
|
3658
3656
|
border-left: 0;
|
|
3659
3657
|
}
|
|
3660
|
-
.steedos-print-input-table tr > :last-child {
|
|
3658
|
+
.steedos-print-input-table tr > td:last-child {
|
|
3661
3659
|
border-right: 0;
|
|
3662
3660
|
}
|
|
3663
3661
|
.steedos-print-input-table thead th {
|
|
@@ -3673,9 +3671,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3673
3671
|
white-space: nowrap;
|
|
3674
3672
|
}
|
|
3675
3673
|
.steedos-print-input-table td:not(.steedos-print-input-table__index) {
|
|
3676
|
-
|
|
3677
|
-
overflow-wrap: anywhere;
|
|
3678
|
-
word-break: break-word;
|
|
3674
|
+
min-width: 3em;
|
|
3679
3675
|
}
|
|
3680
3676
|
.steedos-print-input-table .steedos-print-input-table__img {
|
|
3681
3677
|
display: inline-block;
|