feat(phone-image): table-to-image conversion with beautified CSS styles

This commit is contained in:
augushong
2026-05-03 10:17:34 +08:00
parent d35172e14e
commit 6cff21d50f
2 changed files with 154 additions and 68 deletions

View File

@@ -563,6 +563,13 @@
Content Flow Code Blocks (中间栏代码块样式)
仅用于编辑区中间栏, 不影响渲染页面
============================================ */
/* 表格美化样式html2canvas兼容 */
.page-content table { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 13px; }
.page-content th { background-color: #f0f0f0; font-weight: bold; padding: 8px 10px; border: 1px solid #ddd; text-align: left; }
.page-content td { padding: 8px 10px; border: 1px solid #ddd; }
.page-content tr:nth-child(even) td { background-color: #f9f9f9; }
.content-flow pre {
background: #f5f5f5;
border: 1px solid #e0e0e0;