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 }}