@import "tailwindcss"; body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } /* 行高亮:点击锁定的整行(覆盖 antd 单元格背景,含固定列) */ .ant-table-tbody > tr.row-locked > td { background: #fff7e6 !important; }