mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 03:06:39 +08:00
1 line
1.7 KiB
CSS
1 line
1.7 KiB
CSS
.rc-table,.rc-wysiwyg table{width:100%;border:1px solid #d7d7d7;border-radius:3px;position:relative}.rc-table__table,.rc-wysiwyg table{width:100%;border-spacing:0}@media (max-width:769px){.rc-table__table,.rc-wysiwyg table{width:150%}}.rc-table__th,.rc-wysiwyg th{position:relative;text-align:left;padding:18px 5px 18px 24px;background:#f6f6f6;border-bottom:1px solid #d7d7d7;font-weight:500;color:#666}.rc-table__th--active,.rc-wysiwyg th--active{color:#e2001a}.rc-table__th--active:after,.rc-wysiwyg th--active:after{border-color:#e2001a transparent}@media (max-width:769px){.rc-table__table .rc-table__th:first-child,.rc-table__table .rc-wysiwyg th:first-child{padding-right:0}}.rc-table__th[role=columnheader],.rc-wysiwyg th[role=columnheader]{cursor:pointer}.rc-table__th[role=columnheader]:after,.rc-wysiwyg th[role=columnheader]:after{content:"";position:absolute;margin:17px 0 0 17px;border-color:#767676 transparent;border-style:solid;border-width:0 5px 5px;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rc-table__th[aria-sort=ascending]:after,.rc-wysiwyg th[aria-sort=ascending]:after{border-left-width:5px;border-bottom:0;border-right-width:5px;border-top-width:5px}.rc-table__row:hover,.rc-wysiwyg tr:hover{background:#f6f6f6}.rc-table__row-selected,.rc-wysiwyg tr-selected{background:#f6f6f6}.rc-table__td,.rc-wysiwyg td{padding:14px 0 14px 24px;border-bottom:1px solid #d7d7d7;color:#666}.rc-table__row:last-child .rc-table__td,.rc-table__row:last-child .rc-wysiwyg td{border-bottom:none}@media (max-width:769px){.rc-table__table .rc-table__td:first-child,.rc-table__table .rc-wysiwyg td:first-child{padding-right:0}} |