zhangyuang / ssr

A most advanced ssr framework support React17/React18/Vue2/Vue3 on Earth that implemented serverless-side render specification.
http://doc.ssr-fc.com/
MIT License
2.61k stars 284 forks source link

html标签会添加一个“font-size: 512px;”的样式 #203

Closed linchCN closed 2 years ago

linchCN commented 2 years ago

html标签会添加一个“font-size: 512px;”的样式,会影响样式,请问如何这个如何设置

image
zhangyuang commented 2 years ago

不需要可自行移除remInitial

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: linchCN @.> 发送时间: 2022年6月1日 16:45 收件人: zhangyuang/ssr @.> 抄送: Subscribed @.***> 主题: Re: [zhangyuang/ssr] html标签会添加一个“font-size: 512px;”的样式 (Issue #203)

html标签会添加一个“font-size: 512px;”的样式,会影响样式,请问如何这个如何设置

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

linchCN commented 2 years ago

不需要可自行移除remInitial 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: linchCN @.> 发送时间: 2022年6月1日 16:45 收件人: zhangyuang/ssr @.> 抄送: Subscribed @.> 主题: Re: [zhangyuang/ssr] html标签会添加一个“font-size: 512px;”的样式 (Issue #203) html标签会添加一个“font-size: 512px;”的样式,会影响样式,请问如何这个如何设置 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

搜索代码并未找到remInitial关键字, /components/layout/index.tsx 里面也并未找到,请问在哪里设置

zhangyuang commented 2 years ago

react直接删除layout里面跟fontsize有关代码

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: linchCN @.> 发送时间: 2022年6月1日 16:51 收件人: zhangyuang/ssr @.> 抄送: yuuang @.>, Comment @.> 主题: Re: [zhangyuang/ssr] html标签会添加一个“font-size: 512px;”的样式 (Issue #203)

不需要可自行移除remInitial 发自我的iPhone … ------------------ 原始邮件 ------------------ 发件人: linchCN @.> 发送时间: 2022年6月1日 16:45 收件人: zhangyuang/ssr @.> 抄送: Subscribed @.> 主题: Re: [zhangyuang/ssr] html标签会添加一个“font-size: 512px;”的样式 (Issue #203) html标签会添加一个“font-size: 512px;”的样式,会影响样式,请问如何这个如何设置 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

搜索代码并未找到remInitial关键字, /components/layout/index.tsx 里面也并未找到,请问在哪里设置

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

linchCN commented 2 years ago

react直接删除layout里面跟fontsize有关代码 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: linchCN @.> 发送时间: 2022年6月1日 16:51 收件人: zhangyuang/ssr @.> 抄送: yuuang @.>, Comment @.> 主题: Re: [zhangyuang/ssr] html标签会添加一个“font-size: 512px;”的样式 (Issue #203) 不需要可自行移除remInitial 发自我的iPhone … ------------------ 原始邮件 ------------------ 发件人: linchCN @.> 发送时间: 2022年6月1日 16:45 收件人: zhangyuang/ssr @.> 抄送: Subscribed @.> 主题: Re: [zhangyuang/ssr] html标签会添加一个“font-size: 512px;”的样式 (Issue #203) html标签会添加一个“font-size: 512px;”的样式,会影响样式,请问如何这个如何设置 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> 搜索代码并未找到remInitial关键字, /components/layout/index.tsx 里面也并未找到,请问在哪里设置 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

不好意思,不是很清楚您说的意思。demo里面也没有找到fontSize关键字

zhangyuang commented 2 years ago
image
linchCN commented 2 years ago
image

好的,已解决