feat(homepage): content.

fix(saleInvoice): invoice number error in edit.
This commit is contained in:
a.bouhuolia
2021-04-06 17:47:18 +02:00
parent da17ce1566
commit 6f36f32f7c
4 changed files with 29 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
.section-title {
font-weight: 500;
margin-bottom: 1.6rem;
margin-bottom: 1.4rem;
font-size: 20px;
color: rgb(31, 50, 85);
margin-top: 10px;
@@ -15,14 +15,13 @@
margin-left: -20px;
}
&__item {
width: 270px;
margin-bottom: 20px;
margin-left: 20px;
width: 260px;
margin-bottom: 16px;
margin-left: 16px;
border: 1px solid #d1dee2;
border-top: 3px solid #d1dee2;
padding-top: 16px;
background: #fff;
padding: 20px;
padding: 18px;
.title {
font-size: 16px;