diff --git a/manager/src/views/sys/user-manage/userManage.vue b/manager/src/views/sys/user-manage/userManage.vue
index 2dc31a63..13869c38 100644
--- a/manager/src/views/sys/user-manage/userManage.vue
+++ b/manager/src/views/sys/user-manage/userManage.vue
@@ -8,7 +8,7 @@
v-model="searchForm.username"
placeholder="请输入用户名"
clearable
- style="width: 200px"
+ style="width: 240px"
/>
@@ -17,14 +17,16 @@
v-model="searchForm.mobile"
placeholder="请输入联系方式"
clearable
- style="width: 200px"
+ style="width: 240px"
/>
-
+
+
+
diff --git a/seller/src/styles/table-common.scss b/seller/src/styles/table-common.scss
index 2c61e440..efaf5984 100644
--- a/seller/src/styles/table-common.scss
+++ b/seller/src/styles/table-common.scss
@@ -16,10 +16,8 @@
width: 100% !important;
display: flex;
align-items: center;
- background-color: #f0f0f0;
+ // background-color: #f0f0f0;
border-radius: 0.4em;
- padding: 10px;
- margin: 0;
flex-wrap: wrap;
> .ivu-form-item {
margin: 8px 10px !important;
@@ -39,3 +37,8 @@
-webkit-line-clamp: 4;
overflow: hidden;
}
+
+// 为Card组件之间增加间距
+.ivu-card + .ivu-card {
+ margin-top: 10px;
+}
\ No newline at end of file
diff --git a/seller/src/views/distribution/distributionGoods.vue b/seller/src/views/distribution/distributionGoods.vue
index fa234bfb..1aa15204 100644
--- a/seller/src/views/distribution/distributionGoods.vue
+++ b/seller/src/views/distribution/distributionGoods.vue
@@ -4,11 +4,13 @@
+
+
diff --git a/seller/src/views/distribution/distributionOrder.vue b/seller/src/views/distribution/distributionOrder.vue
index 90a8bd88..d88d844e 100644
--- a/seller/src/views/distribution/distributionOrder.vue
+++ b/seller/src/views/distribution/distributionOrder.vue
@@ -3,14 +3,15 @@
-
+
+
-
+
重置
+
+
@@ -24,7 +24,7 @@
v-model="searchForm.marketEnable"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -35,7 +35,7 @@
v-model="searchForm.salesModel"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -46,7 +46,7 @@
v-model="searchForm.goodsType"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -58,13 +58,15 @@
v-model="searchForm.id"
placeholder="商品编号"
clearable
- style="width: 200px"
+ style="width: 240px"
/>
+
+
diff --git a/seller/src/views/member/memberComment.vue b/seller/src/views/member/memberComment.vue
index 191922bd..054c2d59 100644
--- a/seller/src/views/member/memberComment.vue
+++ b/seller/src/views/member/memberComment.vue
@@ -3,24 +3,26 @@
+
+
@@ -18,11 +18,11 @@
v-model="searchForm.orderSn"
clearable
placeholder="请输入订单号"
- style="width: 200px"
+ style="width: 240px"
/>
-
+
+
@@ -18,7 +18,7 @@
v-model="searchForm.memberName"
clearable
placeholder="请输入会员名称"
- style="width: 200px"
+ style="width: 240px"
/>
@@ -27,7 +27,7 @@
v-model="searchForm.orderSn"
clearable
placeholder="请输入订单编号"
- style="width: 200px"
+ style="width: 240px"
/>
@@ -39,13 +39,15 @@
clearable
@on-change="selectDateRange"
placeholder="选择起始时间"
- style="width: 200px"
+ style="width: 240px"
>
+
+
@@ -17,7 +17,7 @@
v-model="searchForm.memberName"
clearable
placeholder="请输入会员名称"
- style="width: 200px"
+ style="width: 240px"
/>
@@ -26,7 +26,7 @@
v-model="searchForm.orderSn"
clearable
placeholder="请输入订单编号"
- style="width: 200px"
+ style="width: 240px"
/>
@@ -38,13 +38,14 @@
clearable
@on-change="selectDateRange"
placeholder="选择起始时间"
- style="width: 200px"
+ style="width: 240px"
>
-
+
+
@@ -23,7 +23,7 @@
v-model="searchForm.buyerName"
clearable
placeholder="请输入会员名称"
- style="width: 160px"
+ style="width: 240px"
/>
@@ -31,7 +31,7 @@
v-model="searchForm.orderStatus"
placeholder="请选择"
clearable
- style="width: 160px"
+ style="width: 240px"
>
@@ -48,7 +48,7 @@
v-model="searchForm.orderPromotionType"
placeholder="请选择"
clearable
- style="width: 160px"
+ style="width: 240px"
>
@@ -65,7 +65,7 @@
clearable
@on-change="selectDateRange"
placeholder="选择起始时间"
- style="width: 160px"
+ style="width: 240px"
>
+
批量发货
导出订单
diff --git a/seller/src/views/order/order/virtualOrderList.vue b/seller/src/views/order/order/virtualOrderList.vue
index 4d719628..dc4d2689 100644
--- a/seller/src/views/order/order/virtualOrderList.vue
+++ b/seller/src/views/order/order/virtualOrderList.vue
@@ -3,13 +3,13 @@
+
+
diff --git a/seller/src/views/order/receiptManager/receipt.vue b/seller/src/views/order/receiptManager/receipt.vue
index a41c432f..9ff6ba92 100644
--- a/seller/src/views/order/receiptManager/receipt.vue
+++ b/seller/src/views/order/receiptManager/receipt.vue
@@ -3,16 +3,16 @@
+
+
diff --git a/seller/src/views/promotion/coupon/coupon-receive.vue b/seller/src/views/promotion/coupon/coupon-receive.vue
index fd63d31f..203dac57 100644
--- a/seller/src/views/promotion/coupon/coupon-receive.vue
+++ b/seller/src/views/promotion/coupon/coupon-receive.vue
@@ -15,7 +15,7 @@
v-model="searchForm.couponName"
placeholder="请输入优惠券名称"
clearable
- style="width: 200px"
+ style="width: 240px"
/>
@@ -24,7 +24,7 @@
v-model="searchForm.memberName"
placeholder="请输入会员名称"
clearable
- style="width: 200px"
+ style="width: 240px"
/>
@@ -32,7 +32,7 @@
v-model="searchForm.memberCouponStatus"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -46,7 +46,7 @@
type="daterange"
clearable
placeholder="选择起始时间"
- style="width: 200px"
+ style="width: 240px"
>
搜索
+
+
@@ -23,7 +23,7 @@
v-model="searchForm.promotionStatus"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -37,7 +37,7 @@
type="daterange"
clearable
placeholder="选择起始时间"
- style="width: 200px"
+ style="width: 240px"
>
重置
+
+
添加
批量关闭
diff --git a/seller/src/views/promotion/full-discount/full-discount.vue b/seller/src/views/promotion/full-discount/full-discount.vue
index e3b1a197..1860616a 100644
--- a/seller/src/views/promotion/full-discount/full-discount.vue
+++ b/seller/src/views/promotion/full-discount/full-discount.vue
@@ -3,10 +3,10 @@
+
+
新增
diff --git a/seller/src/views/promotion/live/live.vue b/seller/src/views/promotion/live/live.vue
index 45e9e69f..93a1488c 100644
--- a/seller/src/views/promotion/live/live.vue
+++ b/seller/src/views/promotion/live/live.vue
@@ -4,7 +4,7 @@
+
+
创建直播
diff --git a/seller/src/views/promotion/live/liveGoods.vue b/seller/src/views/promotion/live/liveGoods.vue
index 0106850b..ed9f1d9a 100644
--- a/seller/src/views/promotion/live/liveGoods.vue
+++ b/seller/src/views/promotion/live/liveGoods.vue
@@ -3,11 +3,13 @@
+
+
由于直播商品需经过小程序直播平台的审核,你需要在此先提审商品,为了不影响直播间选取商品,请提前1天提审商品;
diff --git a/seller/src/views/promotion/pintuan/pintuan.vue b/seller/src/views/promotion/pintuan/pintuan.vue
index a645505d..1997a849 100644
--- a/seller/src/views/promotion/pintuan/pintuan.vue
+++ b/seller/src/views/promotion/pintuan/pintuan.vue
@@ -15,7 +15,7 @@
v-model="searchForm.promotionName"
placeholder="请输入活动名称"
clearable
- style="width: 200px"
+ style="width: 240px"
/>
@@ -23,7 +23,7 @@
v-model="searchForm.promotionStatus"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -37,7 +37,7 @@
type="daterange"
clearable
placeholder="选择起始时间"
- style="width: 200px"
+ style="width: 240px"
>
重置
+
+
添加
diff --git a/seller/src/views/promotion/seckill/seckill.vue b/seller/src/views/promotion/seckill/seckill.vue
index 3314fa7f..60e0ecfd 100644
--- a/seller/src/views/promotion/seckill/seckill.vue
+++ b/seller/src/views/promotion/seckill/seckill.vue
@@ -3,10 +3,10 @@
-
+
+
{{ unixDate(row.applyEndTime) }}
diff --git a/seller/src/views/shop/bill/accountStatementBill.vue b/seller/src/views/shop/bill/accountStatementBill.vue
index 78ac1d5f..073acd6f 100644
--- a/seller/src/views/shop/bill/accountStatementBill.vue
+++ b/seller/src/views/shop/bill/accountStatementBill.vue
@@ -16,7 +16,7 @@
format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
@@ -27,13 +27,15 @@
di
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
搜索
重置
+
+
@@ -24,11 +24,11 @@
di
placeholder="请选择"
clearable
- style="width: 200px"
+ style="width: 240px"
>
-
+
@@ -37,6 +37,8 @@
搜索
重置
+
+
@@ -64,7 +64,10 @@
-
+
+
+
+
diff --git a/seller/src/views/shop/ship/logistics.vue b/seller/src/views/shop/ship/logistics.vue
index 4737cd4e..a93dc88e 100644
--- a/seller/src/views/shop/ship/logistics.vue
+++ b/seller/src/views/shop/ship/logistics.vue
@@ -3,7 +3,7 @@
-
+
是否需要电子面单
@@ -14,20 +14,20 @@
请输入详细信息
-
+
添加
批量删除