fix: adjust vertical alignment for table headers and content in index.md

This commit is contained in:
myhloli
2025-12-30 17:29:56 +08:00
parent fd03f1cfef
commit 93ec8fc09c
2 changed files with 6 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
<table border="1">
<thead>
<tr>
<th rowspan="2" style="text-align:center;">Parsing Backend</th>
<th rowspan="2" style="text-align:center;">pipeline</th>
<th rowspan="2" style="text-align:center; vertical-align:middle;">Parsing Backend</th>
<th rowspan="2" style="text-align:center; vertical-align:middle;">pipeline</th>
<th colspan="2" style="text-align:center;">*-auto-engine</th>
<th colspan="2" style="text-align:center;">*-http-client</th>
</tr>
@@ -66,7 +66,7 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
<tr>
<th>GPU Acceleration</th>
<td colspan="4" style="text-align:center;">Volta and later architecture GPUs or Apple Silicon</td>
<td rowspan="2" style="text-align:center;">Not Required</td>
<td rowspan="2" style="text-align:center; vertical-align:middle;">Not Required</td>
</tr>
<tr>
<th>Min VRAM</th>

View File

@@ -29,8 +29,8 @@
<table border="1">
<thead>
<tr>
<th rowspan="2" style="text-align:center;">解析后端</th>
<th rowspan="2" style="text-align:center;">pipeline</th>
<th rowspan="2" style="text-align:center; vertical-align:middle;">解析后端</th>
<th rowspan="2" style="text-align:center; vertical-align:middle;">pipeline</th>
<th colspan="2" style="text-align:center;">*-auto-engine</th>
<th colspan="2" style="text-align:center;">*-http-client</th>
</tr>
@@ -66,7 +66,7 @@
<tr>
<th>GPU加速支持</th>
<td colspan="4" style="text-align:center;">Volta及以后架构GPU或Apple Silicon</td>
<td rowspan="2" style="text-align:center;">不需要</td>
<td rowspan="2" style="text-align:center; vertical-align:middle;">不需要</td>
</tr>
<tr>
<th>显存最低要求</th>