@steedos-widgets/amis-object 6.10.53-beta.16 → 6.10.53-beta.18
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
|
@@ -684,6 +684,12 @@ fieldset.antd-Collapse > legend{
|
|
|
684
684
|
.steedos-listview .steedos-listview-item .steedos-listview-item-right,
|
|
685
685
|
.steedos-object-table .steedos-listview-item .steedos-listview-item-right {
|
|
686
686
|
max-width: 50%;
|
|
687
|
+
text-align: right;
|
|
688
|
+
justify-content: flex-end;
|
|
689
|
+
}
|
|
690
|
+
.steedos-listview .steedos-listview-item .steedos-listview-item-right > *,
|
|
691
|
+
.steedos-object-table .steedos-listview-item .steedos-listview-item-right > * {
|
|
692
|
+
text-align: right;
|
|
687
693
|
}
|
|
688
694
|
.steedos-listview .antd-Table-toolbar,
|
|
689
695
|
.steedos-object-table .antd-Table-toolbar {
|
|
@@ -1970,6 +1976,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1970
1976
|
}
|
|
1971
1977
|
.page-list-split .steedos-listview-item .steedos-listview-item-right {
|
|
1972
1978
|
max-width: 50%;
|
|
1979
|
+
text-align: right;
|
|
1980
|
+
justify-content: flex-end;
|
|
1981
|
+
}
|
|
1982
|
+
.page-list-split .steedos-listview-item .steedos-listview-item-right > * {
|
|
1983
|
+
text-align: right;
|
|
1973
1984
|
}
|
|
1974
1985
|
.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 {
|
|
1975
1986
|
width: 386px;
|