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
如下图,表格线没对齐的话,纵向的信息就比较难看清楚关系了,建议优化一下,感恩~
The text was updated successfully, but these errors were encountered:
使用 CSS 片段自定义 min-width 与 max-width 的方案设置宽度能接受吗❓
min-width
max-width
Sorry, something went wrong.
可以试试~ 请问下该怎么写呢,不会css 😂
:root { /* 列表看板视图 - 看板项最小宽度 */ --custom-block-list-board-min-width: 16em; /* 列表看板视图 - 看板项最大宽度 */ --custom-block-list-board-max-width: 16em; /* 列表表格视图 - 表格项最小宽度 */ --custom-block-list-view-table-min-width: 8em; /* 列表表格视图 - 表格项最大宽度 */ --custom-block-list-view-table-max-width: 8em; /* 列表导图视图 - 列表项最小宽度 */ --custom-block-list-view-map-min-width: 8em; /* 列表导图视图 - 列表项最大宽度 */ --custom-block-list-view-map-max-width: 8em; }
其中 1em 表示一个汉字的宽度 该功能得等下次发版时才能上线
1em
No branches or pull requests
如下图,表格线没对齐的话,纵向的信息就比较难看清楚关系了,建议优化一下,感恩~
The text was updated successfully, but these errors were encountered: