Skip to content

Add AliSQL feature analysis HTML report - #1

Draft
XIDIANcoding wants to merge 6 commits into
masterfrom
cursor/alisql-feature-html-report-78cf
Draft

Add AliSQL feature analysis HTML report#1
XIDIANcoding wants to merge 6 commits into
masterfrom
cursor/alisql-feature-html-report-78cf

Conversation

@XIDIANcoding

@XIDIANcoding XIDIANcoding commented Jul 21, 2026

Copy link
Copy Markdown
Owner

修复:1.2 / 2.2 章节遮挡

针对 DuckDB(1.2)与 VIDX(2.2)仍有遮挡的问题,进一步做了以下调整:

  1. 独立容器:将 1.2 / 2.2 包裹在 .perf-section 中,使用 flow-root + 不透明背景 + 更高 z-index,与后续特性图/架构图隔离
  2. 表格列宽table-layout: fixed + 明确三列宽度,避免「维度」列与内容列文字挤压重叠
  3. 代码换行:表格内 <code> 强制 word-break: break-all,防止长参数名撑破单元格
  4. 图表溢出.feature-visual.diagram 改为 overflow: auto + clear: both,防止后续 SVG 向上覆盖表格
  5. 标题分离:将 </h3><div class="feature-visual"> 拆为独立块级元素,修正 1.3 / 2.3 等标题与图的贴合问题
Open in Web Open in Cursor 

cursoragent and others added 6 commits July 21, 2026 03:01
Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Insert structured tables for all five AliSQL features covering enablement,
usage patterns, expected effects, official benchmark data, scenarios, and
caveats. Sources include AliSQL wiki and AliSQL RDS documentation.

Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Move DuckDB and VIDX feature overview tables out of pre/code blocks
where they were breaking layout. Add table-scroll wrappers and CSS to
prevent grid clipping and improve table readability.

Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Wrap DuckDB and VIDX overview blocks in isolated perf-section containers,
use fixed table layout with explicit column widths, contain diagram and
feature-visual overflow, and separate glued h3/feature-visual markup.

Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants