We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于表格渲染有问题,解决方法为在style.css中添加
table { width: 100%; border: 1px solid #e1e1e1; border-collapse: collapse; } table thead { background-color: #f7f7f7; } table th,table td { color: #444; padding: .5rem; border: 1px solid #e1e1e1; } table tr { transition: background-color .3s; } table tr:hover { background-color: #f8f8f8; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对于表格渲染有问题,解决方法为在style.css中添加
The text was updated successfully, but these errors were encountered: