Commit 30b501b9 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 新增订单相关锚点样式

parent 6305e25e
.wrapper {
padding: 16px;
}
.anchorContentWrap {
margin-top: 100px;
}
......@@ -5,7 +5,11 @@ export interface FormDetailWrapperProps {}
const FormDetailWrapper:React.FC<FormDetailWrapperProps> = (props) => {
return (
<div className={style.wrapper}>{props.children}</div>
<div className={style.wrapper}>
<div className={style.anchorContentWrap}>
{props.children}
</div>
</div>
)
}
......
.anchorContentWrap {
margin-top: 100px;
div {
&:target {
padding-top: 200px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment