【发布时间】:2021-01-31 17:24:03
【问题描述】:
嗨,伙计们,我在一个小错误中卡住了 react js,当我尝试显示简单的 hello world 程序时,它会按列显示,但我希望按行显示,请告诉我该怎么办?
这是我的输出 https://ibb.co/3CN6zxM
import React from 'react';
// import '../Components/SidebarR.css';
const Sidebar = () => {
return (
<div>
<h1 style={{color:'white', marginLeft:'140px'}}>hello world</h1>
</div>
)
}
export default Sidebar;
【问题讨论】:
标签: reactjs react-hooks jsx