mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 14:42:48 +08:00
b8c05e0329dd16016b2bc144d598bc2f879ed05f
- 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 防止页面级滚动
ulthon_information
Description
基于奥宏后台模板开发的资讯发表网站
Software Architecture
Software architecture description
Installation
- xxxx
- xxxx
- xxxx
Instructions
- xxxx
- xxxx
- xxxx
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request
Gitee Feature
- You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
- Gitee blog blog.gitee.com
- Explore open source project https://gitee.com/explore
- The most valuable open source project GVP
- The manual of Gitee https://gitee.com/help
- The most popular members https://gitee.com/gitee-stars/
Description
Languages
JavaScript
51.4%
HTML
23.3%
PHP
14.6%
CSS
10.7%