Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
80613a8543e96e2a70686f11c0e9eaa4dc4f62a5
Authored by
zhiyangdu
2020-05-15 09:43:15 +0800
1 parent
0f45f941
简介组件增加marginTop30px属性
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/htmlBox/htmlBox.less
src/components/htmlBox/htmlBox.less
View file @
80613a8
...
...
@@ -4,6 +4,7 @@
4
4
.box {
5
5
width: 100%;
6
6
height: auto;
7
+ margin-top: 30px;
7
8
.html {
8
9
background-color: #ffffff;
9
10
margin: 0 auto;
...
...