1) 修改菜单

This commit is contained in:
zhangds 2022-08-09 14:51:35 +08:00
parent 78cc74e746
commit ca839ca6f0
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ export default class add extends React.Component {
render() {
return (
<div id="plan-add">
<div className="plan-left">
<div className="plan-left" style={{ paddingTop: "125px" }}>
{this.state.menuList.map((item, index) => {
return (
<div className="box-item" key={item.title}>