From 4d2a6296edfcef4cb6f884e4f21c1680f503c437 Mon Sep 17 00:00:00 2001 From: wqy <1191068887@qq.com> Date: Mon, 6 May 2024 17:04:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/InBody/InBody.vue | 18 ++ src/main.js | 2 + src/style/base.styl | 13 +- src/views/act/couponActivity/index.vue | 52 +++--- src/views/act/couponActivity/receiveList.vue | 16 +- src/views/act/memberCoupon/index.vue | 72 ++++---- src/views/aws/systemStatistics/index.vue | 53 +++--- src/views/monitor/logininfor/index.vue | 42 +++-- src/views/oms/aftersale/index.vue | 178 ++++++++++++------- src/views/oms/order/index.vue | 16 +- src/views/pms/brand/index.vue | 36 ++-- src/views/pms/product/index.vue | 50 +++--- src/views/pms/product/productSelect.vue | 8 +- src/views/pms/productCategory/index.vue | 10 +- src/views/ums/feedback/index.vue | 40 ++--- src/views/ums/member/index.vue | 54 +++--- src/views/ums/memberCart/index.vue | 24 ++- src/views/ums/memberLogininfor/index.vue | 49 ++--- 18 files changed, 435 insertions(+), 298 deletions(-) create mode 100644 src/components/InBody/InBody.vue diff --git a/src/components/InBody/InBody.vue b/src/components/InBody/InBody.vue new file mode 100644 index 0000000..099d8fd --- /dev/null +++ b/src/components/InBody/InBody.vue @@ -0,0 +1,18 @@ + + + + + + diff --git a/src/main.js b/src/main.js index 2a866b5..882f7fa 100644 --- a/src/main.js +++ b/src/main.js @@ -45,6 +45,7 @@ import DictRadio from '@/components/DictRadio' import DictSelect from '@/components/DictSelect' +import InBody from '@/components/InBody/InBody.vue' // 全局方法挂载 Vue.prototype.getDicts = getDicts Vue.prototype.getConfigKey = getConfigKey @@ -72,6 +73,7 @@ Vue.component('OssImageUpload', OssImageUpload) Vue.component('ImagePreview', ImagePreview) Vue.component('DictRadio',DictRadio) Vue.component('DictSelect',DictSelect) +Vue.component('InBody', InBody) Vue.use(directive) Vue.use(plugins) diff --git a/src/style/base.styl b/src/style/base.styl index f7cbedd..a6edb45 100644 --- a/src/style/base.styl +++ b/src/style/base.styl @@ -27,7 +27,18 @@ html height 100% - +.pagination-common + position: fixed; + bottom: 0; + max-width 700px + z-index: 11111; + width: 60%; + right: 10px; + .pagination-container + margin 0 !important + height 45px !important + display flex + align-items center body font-size 12px font-family "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif diff --git a/src/views/act/couponActivity/index.vue b/src/views/act/couponActivity/index.vue index eb06158..c317424 100644 --- a/src/views/act/couponActivity/index.vue +++ b/src/views/act/couponActivity/index.vue @@ -36,37 +36,37 @@ - - - + + + - + 满{{ scope.row.minAmount }}元,优惠{{ scope.row.couponAmount }}元 无门槛,优惠{{ scope.row.couponAmount }}元 - - - - - + + + + + - - + + {{ scope.row.beginTime }} ~ {{ scope.row.endTime }} - + - - + + + @@ -162,7 +162,7 @@ 选择商品 - + @@ -171,7 +171,7 @@ - + 删除 @@ -191,11 +191,11 @@
{{ scope.row.beginTime }}
~
{{ scope.row.endTime }}