@sdata/web-vue 3.15.0 → 3.16.1

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/sd.css CHANGED
@@ -20928,6 +20928,24 @@ body.sd-tour-active .sd-tour-popover * {
20928
20928
  width: 100%;
20929
20929
  min-width: 0;
20930
20930
  }
20931
+ .sd-basic-crud-table-full-height {
20932
+ height: 100%;
20933
+ min-height: 0;
20934
+ overflow: hidden;
20935
+ }
20936
+ .sd-basic-crud-table-full-height .sd-basic-crud-table-body {
20937
+ display: flex;
20938
+ flex: 1 1 auto;
20939
+ flex-direction: column;
20940
+ min-height: 0;
20941
+ overflow: hidden;
20942
+ }
20943
+ .sd-basic-crud-table-full-height .sd-basic-crud-table-body > .sd-table {
20944
+ display: flex;
20945
+ flex: 1 1 auto;
20946
+ flex-direction: column;
20947
+ min-height: 0;
20948
+ }
20931
20949
  .sd-basic-crud-table-header {
20932
20950
  display: flex;
20933
20951
  flex-direction: column;