steedos / steedos.com

华炎魔方官网、应用商城:使用serverless-nextjs开发前端页面,通过graphql接口连接华炎魔方数据。无服务、自动化部署。

Home Page:https://www.steedos.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

官网手机端文章,当有连续较长的英文的时候界面会缩到左侧

yinlianghui opened this issue · comments

加上类似这样的样式就能修正。

.prose.mx-auto p {
    word-break: break-all; 
}

image