Browse Source

解决冲突

pull/1/head
ljlong_2630 2 years ago
parent
commit
9b5c499b0a
  1. 13
      src/assets/styles/self-defined.scss

13
src/assets/styles/self-defined.scss

@ -29,6 +29,10 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
.marginbottom5{
margin-bottom: 5px;
}
.textaligncenter{ .textaligncenter{
text-align:center; text-align:center;
} }
@ -55,6 +59,7 @@
margin-top:10px; margin-top:10px;
} }
<<<<<<< Updated upstream
.el-step__icon { .el-step__icon {
position: relative; position: relative;
z-index: 1; z-index: 1;
@ -85,12 +90,15 @@
width: 0; width: 0;
height: 0; height: 0;
} }
=======
>>>>>>> Stashed changes
.divsonmarginleft0{ .divsonmarginleft0{
div{ div{
margin-left:0 !important; margin-left:0 !important;
} }
} }
<<<<<<< Updated upstream
.marginbottom{ .marginbottom{
@ -176,3 +184,8 @@
display: block; display: block;
} }
=======
.marginbottom{
margin-bottom: 0 !important;
}
>>>>>>> Stashed changes

Loading…
Cancel
Save