+
+ {{scope.row.prodName}}
+
@@ -98,8 +98,10 @@
-
- {{scope.row.prodName}}
+
@@ -439,7 +441,7 @@
}
.order-state .item-info {
- padding-left: 70%;
+ padding-left: 80%;
margin: 25px 0;
}
@@ -463,13 +465,25 @@
width: 100%;
line-height: 50px;
font-weight: bold;
- border-bottom: 1px dashed #e9eaec;
+ /* border-bottom: 1px dashed #e9eaec; */
}
.order-log .log-cont {
- margin-top: 15px;
+ /* margin-top: 15px; */
color: #4395ff;
}
+.order-log .log-cont .el-form-item__content {
+ line-height: 1.5em;
+}
+
+.item-list .prod-con {
+ display: flex;
+}
+.item-list .prod-con .prod-img {
+ width: 100px;
+ height: 100px;
+ margin-right: 8px;
+}