From e72f5b2f953f6515c76f0ff1ac4938a060e69866 Mon Sep 17 00:00:00 2001 From: liy <1492230202@qq.com> Date: Tue, 26 Nov 2024 14:59:18 +0800 Subject: [PATCH] 1 --- admin-web-master/src/App.vue | 4 ++++ admin-web-master/src/views/couponmanagement/capitalpool.vue | 759 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- admin-web-master/src/views/couponmanagement/capitalpoolinfo.vue | 4 +++- admin-web-master/src/views/couponmanagement/couponinfo.vue | 6 ++++-- 4 files changed, 424 insertions(+), 349 deletions(-) diff --git a/admin-web-master/src/App.vue b/admin-web-master/src/App.vue index 006d496..9fab6ce 100644 --- a/admin-web-master/src/App.vue +++ b/admin-web-master/src/App.vue @@ -553,4 +553,8 @@ export default { .stepsColor .two_class{ color:#3F9B6A; } + .el-popover{ + background-color: black; + color:#fff; + } diff --git a/admin-web-master/src/views/couponmanagement/capitalpool.vue b/admin-web-master/src/views/couponmanagement/capitalpool.vue index 38a2cc7..173146c 100644 --- a/admin-web-master/src/views/couponmanagement/capitalpool.vue +++ b/admin-web-master/src/views/couponmanagement/capitalpool.vue @@ -3,9 +3,10 @@
-
优惠券管理 > 资金池
+
优惠券管理 > 资金池
- +
@@ -14,45 +15,49 @@ - +
查询 - 重置 + 重置
- 新增 + 新增
- - + + + - + + + + diff --git a/admin-web-master/src/views/couponmanagement/capitalpoolinfo.vue b/admin-web-master/src/views/couponmanagement/capitalpoolinfo.vue index bdf05e4..4fe0b7e 100644 --- a/admin-web-master/src/views/couponmanagement/capitalpoolinfo.vue +++ b/admin-web-master/src/views/couponmanagement/capitalpoolinfo.vue @@ -32,7 +32,6 @@ :data="tableData" :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#f5f8f9'}" tooltip-effect="light" - border > @@ -75,6 +74,9 @@ @current-change="handleCurrentChange">
+
+ 返回 +
diff --git a/admin-web-master/src/views/couponmanagement/couponinfo.vue b/admin-web-master/src/views/couponmanagement/couponinfo.vue index 0a29690..6c111b4 100644 --- a/admin-web-master/src/views/couponmanagement/couponinfo.vue +++ b/admin-web-master/src/views/couponmanagement/couponinfo.vue @@ -38,7 +38,6 @@ :data="tableData" :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#f5f8f9'}" tooltip-effect="light" - border > @@ -81,10 +80,13 @@ @current-change="handleCurrentChange"> +
+ 返回 +
- + -- libgit2 0.21.4