From a4d2f79758fd592197ef1ed3c84b04a6aa64a9af Mon Sep 17 00:00:00 2001
From: kun <1422840143@qq.com>
Date: Wed, 20 Sep 2023 18:11:50 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layouts/components/Header/components/Message.vue | 2 +-
src/views/enterprise/notice/myReceive/index.scss | 12 +++++++++++-
src/views/enterprise/notice/myReceive/index.vue | 10 +++++++++-
.../memberSelect/components/memberDetails.vue | 2 +-
.../goverment/laborRealName/memberSelect/index.vue | 5 ++++-
.../projectSelect/components/projectDetails.vue | 3 ++-
src/views/goverment/largeScreen/components/map2D.vue | 3 ++-
src/views/goverment/notice/myPosted/index.scss | 11 +++++++++++
src/views/goverment/notice/myPosted/index.vue | 9 +++++++++
src/views/goverment/notice/myReceive/index.scss | 12 +++++++++++-
src/views/goverment/notice/myReceive/index.vue | 10 +++++++++-
src/views/goverment/notice/newNotification/index.vue | 2 +-
src/views/project/notice/myReceive/index.scss | 12 +++++++++++-
src/views/project/notice/myReceive/index.vue | 10 +++++++++-
14 files changed, 91 insertions(+), 12 deletions(-)
diff --git a/src/layouts/components/Header/components/Message.vue b/src/layouts/components/Header/components/Message.vue
index 541d568..36afeeb 100644
--- a/src/layouts/components/Header/components/Message.vue
+++ b/src/layouts/components/Header/components/Message.vue
@@ -118,7 +118,7 @@ const destroyConnection = () => {
}
};
onMounted(() => {
- createMqttConnect();
+ // createMqttConnect();
});
onBeforeUnmount(() => {
destroyConnection();
diff --git a/src/views/enterprise/notice/myReceive/index.scss b/src/views/enterprise/notice/myReceive/index.scss
index 0fb6677..63bdee4 100644
--- a/src/views/enterprise/notice/myReceive/index.scss
+++ b/src/views/enterprise/notice/myReceive/index.scss
@@ -4,7 +4,17 @@
.el-table :deep(.el-table__header th) {
height: 36px;
}
-
+.el-table {
+ .table-empty {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 150px;
+ flex: 1;
+ flex-direction: column;
+ color: #999;
+ }
+}
.list {
margin: 18px 0 32px 0;
}
diff --git a/src/views/enterprise/notice/myReceive/index.vue b/src/views/enterprise/notice/myReceive/index.vue
index 847c113..a8712ac 100644
--- a/src/views/enterprise/notice/myReceive/index.vue
+++ b/src/views/enterprise/notice/myReceive/index.vue
@@ -34,7 +34,7 @@
+
+
+