UNPKG

vue-ant-patterns

Version:

vue-ant-patterns

93 lines (92 loc) 2.56 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* 命名规则, 三部分 className .flex-侧轴 .flex-主轴 .flex-侧轴-主轴 */ .depot-auto-table > .depot-auto-table-footer { position: absolute; left: 0; top: auto; bottom: 0; padding-left: 8px; } .depot-auto-table > .depot-auto-table-footer-top { bottom: auto; top: 0; } .depot-auto-table .ant-table-pagination.ant-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; float: none; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-shadow: 0px -6px 6px -6px rgba(0, 0, 0, 0.2); box-shadow: 0px -6px 6px -6px rgba(0, 0, 0, 0.2); padding: 12px 8px; margin: 12px 0 0; } .depot-auto-table .ant-table-content { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 0px; flex-basis: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; } .depot-auto-table > .depot-layout-temptable .ant-table-wrapper { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 0px; flex-basis: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; } .depot-auto-table .ant-spin-nested-loading, .depot-auto-table .ant-spin-container, .depot-auto-table .ant-table-body, .depot-auto-table .ant-table, .depot-auto-table .ant-table-scroll { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 0px; flex-basis: 0px; } .depot-auto-table .ant-table-empty > .ant-table-content .ant-table-scroll > .ant-table-body { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .depot-auto-table .ant-table-empty > .ant-table-content .ant-table-scroll > .ant-table-placeholder { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }