augushong b8c05e0329 fix(phoneimage): 修复字号缩放不生效于画布渲染和段落文字,缩小表格行间距
- CSS: 在 #render-preview 和 #render-staging 上重新声明中间变量
  (--pi-font-size-base 等),使其在本地用 --pi-font-scale 重新计算,
  解决 CSS 自定义属性在 :root 预计算后子元素继承固定值的问题
- CSS: #render-preview 的 font-size 从 var(--pi-font-size-base) 改为
  直接 calc(14px * var(--pi-font-scale, 1)),确保段落文字响应缩放
- JS: doCapturePages() 在 ensureStaging() 后调用 applyFontScale(),
  确保首次创建 staging 时 --pi-font-scale 被正确设置
- CSS: th/td padding 从 8px 10px 缩小为 4px 10px,减少表格行间距
- HTML: body 布局改为 flex-column 防止页面级滚动
2026-05-15 23:38:39 +08:00
2023-03-06 17:50:34 +08:00
2023-10-12 21:06:52 +08:00
2023-06-28 11:12:30 +08:00
2020-08-07 23:49:50 +08:00
2020-08-07 23:49:50 +08:00
2020-08-07 21:56:34 +08:00
2020-08-07 23:49:50 +08:00
2020-08-07 21:56:34 +08:00
2021-01-03 22:02:34 +08:00
2020-08-07 23:49:50 +08:00

ulthon_information

Description

基于奥宏后台模板开发的资讯发表网站

Software Architecture

Software architecture description

Installation

  1. xxxx
  2. xxxx
  3. xxxx

Instructions

  1. xxxx
  2. xxxx
  3. xxxx

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/
Description
No description provided
Readme MulanPSL-2.0 43 MiB
Languages
JavaScript 51.4%
HTML 23.3%
PHP 14.6%
CSS 10.7%