Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinie13 committed Jun 25, 2024
1 parent 4730f0d commit 7219eb8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions src/components/cloud/FunctionalCompare/Tableplugin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ const Tableplugin = (props) => {
</th>
<th class="col4">
<p class="mb-6"> 开发版</p>
<p class='text-gray-08 text-xs'>目录价:118元/月起</p>
<p class='text-gray-08 text-xs'>折扣价:47.2元/月起</p>
<p class='text-gray-08 text-xs'>折扣详情:月包7折,年包4折,新老同享</p>
<p class='text-gray-08 text-xs mb-1'>目录价:118元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣价:47.2元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣详情:月包7折,年包4折,新老同享</p>
</th>
<th class="col5">
<p class="mb-6"> 专业版</p>
<p class='text-gray-08 text-xs'>目录价:498元/月起</p>
<p class='text-gray-08 text-xs'>折扣价:209.16元/月起</p>
<p class='text-gray-08 text-xs'>折扣详情:首购4.2折</p>
<p class='text-gray-08 text-xs mb-1'>目录价:498元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣价:209.16元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣详情:首购4.2折</p>
</th>
<th class="col6">
<p class="mb-6"> Serverless 版</p>
<p class='text-gray-08 text-xs'>目录价:0.16元/10个连接起</p>
<p class='text-gray-08 text-xs'>折扣价:0.15元/10个连接起</p>
<p class='text-gray-08 text-xs'>折扣详情:节省计划9.5折,新老同享</p>
<p class='text-gray-08 text-xs mb-1'>目录价:0.16元/10个连接起</p>
<p class='text-gray-08 text-xs mb-1'>折扣价:0.15元/10个连接起</p>
<p class='text-gray-08 text-xs mb-1'>折扣详情:节省计划9.5折,新老同享</p>
</th>
</tr>
</table>
Expand Down
18 changes: 9 additions & 9 deletions src/components/cloud/FunctionalCompare/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ const FunctionalCompare = (props) => {
</th>
<th class="col4">
<p class="mb-6"> 开发版</p>
<p class='text-gray-08 text-xs'>目录价:118元/月起</p>
<p class='text-gray-08 text-xs'>折扣价:47.2元/月起</p>
<p class='text-gray-08 text-xs'>折扣详情:月包7折,年包4折,新老同享</p>
<p class='text-gray-08 text-xs mb-1'>目录价:118元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣价:47.2元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣详情:月包7折,年包4折,新老同享</p>
</th>
<th class="col5">
<p class="mb-6"> 专业版</p>
<p class='text-gray-08 text-xs'>目录价:498元/月起</p>
<p class='text-gray-08 text-xs'>折扣价:209.16元/月起</p>
<p class='text-gray-08 text-xs'>折扣详情:首购4.2折</p>
<p class='text-gray-08 text-xs mb-1'>目录价:498元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣价:209.16元/月起</p>
<p class='text-gray-08 text-xs mb-1'>折扣详情:首购4.2折</p>
</th>
<th class="col6">
<p class="mb-6"> Serverless 版</p>
<p class='text-gray-08 text-xs'>目录价:0.16元/10个连接起</p>
<p class='text-gray-08 text-xs'>折扣价:0.15元/10个连接起</p>
<p class='text-gray-08 text-xs'>折扣详情:节省计划9.5折,新老同享</p>
<p class='text-gray-08 text-xs mb-1'>目录价:0.16元/10个连接起</p>
<p class='text-gray-08 text-xs mb-1'>折扣价:0.15元/10个连接起</p>
<p class='text-gray-08 text-xs mb-1'>折扣详情:节省计划9.5折,新老同享</p>
</th>
</tr>
</table>}
Expand Down

0 comments on commit 7219eb8

Please sign in to comment.