add wholesale of sale model

This commit is contained in:
paulGao
2022-05-27 15:22:36 +08:00
parent e97dbe1c90
commit 1bda042bc9
3 changed files with 334 additions and 54 deletions

View File

@@ -76,12 +76,15 @@
text-align: left;
}
}
.sku-val {
justify-content: flex-start;
flex-wrap: wrap;
> .ivu-form {
>.ivu-form {
flex-wrap: wrap !important;
}
/deep/ .sku-item-content-val {
margin-right: 20px;
}
@@ -100,7 +103,7 @@ div.base-info-item {
text-align: left;
}
> div {
>div {
padding-left: 5%;
}
@@ -111,6 +114,15 @@ div.base-info-item {
justify-content: space-between;
// padding-left: 80px;
.form-item-view-wholesale {
display: flex;
.form-item-view-wholesale-preview {
padding-left: 5%;
}
}
.layout {
margin-bottom: 20px;
width: 100%;
@@ -126,7 +138,8 @@ div.base-info-item {
align-items: flex-start;
justify-content: flex-start;
width: 100%;
> .ivu-card-body {
>.ivu-card-body {
width: 100%;
}
@@ -245,17 +258,17 @@ div.base-info-item {
}
.success {
> h1 {
>h1 {
font-size: 28px;
}
> * {
>* {
margin: 10px;
}
}
.operation {
> * {
>* {
margin: 10px 0;
}
}
@@ -276,7 +289,7 @@ div.base-info-item {
text-align: center;
z-index: 999;
> .ivu-btn {
>.ivu-btn {
margin: 0 10px;
}
}
@@ -437,7 +450,7 @@ div.base-info-item {
margin-top: 50px;
width: 100%;
> i {
>i {
width: 50%;
margin-top: 8px;
color: #fff;
@@ -492,12 +505,24 @@ div.base-info-item {
.goods-type-item:hover {
background: #ededed;
}
.goods-list-box {
height: 450px;
overflow: auto;
}
h2 {
cursor: pointer;
font-size: 21px;
color: #333;
}
.form-item-view-wholesale-form-col {
height: 400px;
}
.form-item-view-wholesale-row-del {
display: "flex";
justify-content: "space-between";
align-items: "center";
}