From 3c3fa60a87c01f6691f6ffeabad7f96b335ac93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Sat, 30 Jul 2022 10:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F(=E9=A6=96=E9=A1=B5=E6=A6=82?= =?UTF-8?q?=E8=A7=88)=EF=BC=9A=E7=BB=84=E4=BB=B6=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/dataBoard/digitalSite.vue | 10 ++++++++++ .../dataBoard/homePage/environmentWatch.vue | 15 +++++++++++++++ .../projectAdmin/dataBoard/homePage/index.vue | 15 +++++++++++++++ .../dataBoard/homePage/personOverview.vue | 15 +++++++++++++++ .../dataBoard/homePage/projectInfo.vue | 11 +++++++++++ .../dataBoard/homePage/qualityManage.vue | 15 +++++++++++++++ .../dataBoard/homePage/safeManage.vue | 15 +++++++++++++++ .../dataBoard/homePage/smartDevices.vue | 15 +++++++++++++++ 8 files changed, 111 insertions(+) create mode 100644 src/views/projectAdmin/dataBoard/homePage/environmentWatch.vue create mode 100644 src/views/projectAdmin/dataBoard/homePage/index.vue create mode 100644 src/views/projectAdmin/dataBoard/homePage/personOverview.vue create mode 100644 src/views/projectAdmin/dataBoard/homePage/projectInfo.vue create mode 100644 src/views/projectAdmin/dataBoard/homePage/qualityManage.vue create mode 100644 src/views/projectAdmin/dataBoard/homePage/safeManage.vue create mode 100644 src/views/projectAdmin/dataBoard/homePage/smartDevices.vue diff --git a/src/views/projectAdmin/dataBoard/digitalSite.vue b/src/views/projectAdmin/dataBoard/digitalSite.vue index b723d0a1..9ac66de1 100644 --- a/src/views/projectAdmin/dataBoard/digitalSite.vue +++ b/src/views/projectAdmin/dataBoard/digitalSite.vue @@ -5177,12 +5177,22 @@ img { .lgMapContent { text-align: left !important; } +::-webkit-scrollbar{ + width: 2px; + height: 4px; + margin-top: 3px; + color:#636364; +} .pointTabBox { display: flex; align-items: center; justify-content: center; margin-top: 30px; position: absolute; + width:900px; + height: 44px; + overflow-x: auto; + white-space: nowrap; top: 90%; left: 25%; li { diff --git a/src/views/projectAdmin/dataBoard/homePage/environmentWatch.vue b/src/views/projectAdmin/dataBoard/homePage/environmentWatch.vue new file mode 100644 index 00000000..a0ac718f --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/environmentWatch.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/dataBoard/homePage/index.vue b/src/views/projectAdmin/dataBoard/homePage/index.vue new file mode 100644 index 00000000..2512719d --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/index.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/dataBoard/homePage/personOverview.vue b/src/views/projectAdmin/dataBoard/homePage/personOverview.vue new file mode 100644 index 00000000..bb966361 --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/personOverview.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/dataBoard/homePage/projectInfo.vue b/src/views/projectAdmin/dataBoard/homePage/projectInfo.vue new file mode 100644 index 00000000..ee6a1299 --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/projectInfo.vue @@ -0,0 +1,11 @@ + + + + +> \ No newline at end of file diff --git a/src/views/projectAdmin/dataBoard/homePage/qualityManage.vue b/src/views/projectAdmin/dataBoard/homePage/qualityManage.vue new file mode 100644 index 00000000..171b157a --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/qualityManage.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/dataBoard/homePage/safeManage.vue b/src/views/projectAdmin/dataBoard/homePage/safeManage.vue new file mode 100644 index 00000000..19bd5625 --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/safeManage.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/dataBoard/homePage/smartDevices.vue b/src/views/projectAdmin/dataBoard/homePage/smartDevices.vue new file mode 100644 index 00000000..7808b482 --- /dev/null +++ b/src/views/projectAdmin/dataBoard/homePage/smartDevices.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file