UNPKG

vue-ant-patterns

Version:

vue-ant-patterns

27 lines (26 loc) 1.05 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-dTable .ant-table.ant-table-small { line-height: 1.4; } .depot-dTable .ant-table.ant-table-middle { line-height: 1.7; } .depot-dTable-striped .ant-table-thead > tr:nth-child(even) > th, .depot-dTable-striped .ant-table-tbody > tr:nth-child(even) > td { background-color: #fafafa; } .depot-dTable-striped .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .depot-dTable-striped .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .depot-dTable-striped .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td, .depot-dTable-striped .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td { background: rgba(75, 88, 116, 0.2); }