From e7507e620f3e2a05709c86807607b85cf0f0eca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Wed, 20 Sep 2023 14:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/myTable.scss | 15 ++ src/components/Pagination/index.vue | 61 ++++----- src/views/volunteer/gxhzs/gxhzsgl/index.vue | 143 +++++++++++++++++++- src/views/volunteer/gxhzs/hdzsff/index.vue | 124 ++++++++++++++++- vue.config.js | 19 ++- 5 files changed, 313 insertions(+), 49 deletions(-) create mode 100644 src/assets/styles/myTable.scss diff --git a/src/assets/styles/myTable.scss b/src/assets/styles/myTable.scss new file mode 100644 index 0000000..e111adf --- /dev/null +++ b/src/assets/styles/myTable.scss @@ -0,0 +1,15 @@ +@import "./element-variables.scss"; +::v-deep .search-container { + .el-form-item__content { + width: 550px; + } + .el-input-group__append { + padding-left: 15px !important; + padding-right: 15px !important; + background: $--color-primary !important; + border-color: $--color-primary !important; + .search-btn { + color: #fff !important; + } + } +} diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 56f5a6b..6056192 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -1,5 +1,5 @@