tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
2 lines (1 loc) • 815 B
CSS
.tyh-table{background:#fff;overflow:auto;display:inline-block;width:100%}.tyh-table .tyh-table-table{border-collapse:collapse}.tyh-table .tyh-table-table .tyh-thead-td,.tyh-table .tyh-table-table .tyh-tbody-td{padding:10px;box-sizing:border-box}.tyh-table .tyh-table-table .tyh-thead{border-bottom:1px solid #dcdfe6;color:#6e6e6e}.tyh-table .tyh-table-table .tyh-tbody .tyh-tbody-tr{border-bottom:1px solid #dcdfe6;color:gray}.tyh-table .tyh-table-table .tyh-tbody .tyh-tbody-tr:hover{background:rgb(245,247,250)}.tyh-table .tyh-table-table .tyh-tbody .tyh-tbody-tr-zebra:nth-child(odd){background:#fafafa}.tyh-table .tyh-table-table .tyh-table-border{border:1px solid #dcdfe6}.tyh-table ::-webkit-scrollbar{width:6px;background-color:#fff}.tyh-table ::-webkit-scrollbar-thumb{background:#dddddd;border-radius:6px}