feat: 板块数据分析-显示户型页面完善 户型信息卡片组件、图片查看功能
板块数据分析、板块供求数据 图表下方表格 板块区域楼盘销售状态组件重新设计 与原型图样式相符 fix: 去掉百度地图左下角的水印 每个图标的样式风格修改,现为以蓝紫色作为主色调
板块数据分析、板块供求数据 图表下方表格 板块区域楼盘销售状态组件重新设计 与原型图样式相符 fix: 去掉百度地图左下角的水印 每个图标的样式风格修改,现为以蓝紫色作为主色调
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b develop origin/develop
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff develop
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.