Skip to content
New issue

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

列表转表格后,建议对齐表格线 #6

Open
Tlonglan opened this issue Jul 16, 2023 · 3 comments
Open

列表转表格后,建议对齐表格线 #6

Tlonglan opened this issue Jul 16, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Tlonglan
Copy link

如下图,表格线没对齐的话,纵向的信息就比较难看清楚关系了,建议优化一下,感恩~

image

@Zuoqiu-Yingyi
Copy link
Owner

使用 CSS 片段自定义 min-widthmax-width 的方案设置宽度能接受吗❓

@Zuoqiu-Yingyi Zuoqiu-Yingyi added the enhancement New feature or request label Jul 20, 2023
@Tlonglan
Copy link
Author

使用 CSS 片段自定义 min-widthmax-width 的方案设置宽度能接受吗❓

可以试试~ 请问下该怎么写呢,不会css 😂

@Zuoqiu-Yingyi
Copy link
Owner

: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 表示一个汉字的宽度
该功能得等下次发版时才能上线

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants