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 @@ +