From eff2396615c275b2ce5abbecb974fd5e81b5ae2c Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Wed, 13 Jul 2022 17:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/lend-manage.scss | 14 +- src/views/system/notifyManage/data1.json | 25 +++ src/views/system/notifyManage/index.vue | 216 +++++++++++++++++++++++ 3 files changed, 252 insertions(+), 3 deletions(-) create mode 100644 src/views/system/notifyManage/data1.json create mode 100644 src/views/system/notifyManage/index.vue diff --git a/src/assets/styles/lend-manage.scss b/src/assets/styles/lend-manage.scss index f094a62..8d77d2c 100644 --- a/src/assets/styles/lend-manage.scss +++ b/src/assets/styles/lend-manage.scss @@ -116,9 +116,17 @@ color:#F65163; height: 40px; line-height: 40px; } -p{ - display: inline-block; -} + .warehouse-svg{ margin:0 10px 1px 0; +} +::v-deep .el-tag.el-tag--info{ + height: 26px; + line-height: 26px; + background-color: #13439E; + border: none; + color: #fff; +} +::v-deep .el-tag.el-tag--info .el-tag__close{ + background-color: #fff; } \ No newline at end of file diff --git a/src/views/system/notifyManage/data1.json b/src/views/system/notifyManage/data1.json new file mode 100644 index 0000000..6a08b07 --- /dev/null +++ b/src/views/system/notifyManage/data1.json @@ -0,0 +1,25 @@ +{ + "rows":[ + { + "notification":"内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容", + "msgType":"系统通知", + "pushObj":"全部用户", + "sendRole":"管理员", + "sendTime":"" + }, + { + "notification":"内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容", + "msgType":"系统通知", + "pushObj":"全部用户", + "sendRole":"管理员", + "sendTime":"" + }, + { + "notification":"内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容", + "msgType":"系统通知", + "pushObj":"全部用户", + "sendRole":"管理员", + "sendTime":"" + } + ] +} \ No newline at end of file diff --git a/src/views/system/notifyManage/index.vue b/src/views/system/notifyManage/index.vue new file mode 100644 index 0000000..950c1b1 --- /dev/null +++ b/src/views/system/notifyManage/index.vue @@ -0,0 +1,216 @@ +