本人只想要 savor 主题中的列表转表格功能。但因为涉及 js,完全不懂,想问问有没有人愿意帮忙提取一下。
相关帖子
-
wilsons • • 1 • 1 赞同付费者 捐赠者
我已经把写味的列表转表格提取出来了
- 其他回帖
-
确实是,但或许插件 +css 样式调整可能是最简单快捷的方案,毕竟提取太过麻烦了。
比如
:root:not([plugin-custom-block-disabled~=list-view-table]) .protyle-content [custom-block-list-view=table]>[data-node-id].li { /* padding: 3px 0; */ overflow: visible; } :root:not([plugin-custom-block-disabled~=list-view-table]) .protyle-content [custom-block-list-view=table] [data-node-id].li>.protyle-action { top: 0%; } :root:not([plugin-custom-block-disabled~=list-view-table]) .protyle-content [custom-block-list-view=table] [data-node-id] { border-radius: 0; }
效果
2 回复 - 查看全部回帖