diff --git a/src/assets/YB_APP/images/2-1.png b/src/assets/YB_APP/images/2-1.png new file mode 100644 index 000000000..5ede9d40a Binary files /dev/null and b/src/assets/YB_APP/images/2-1.png differ diff --git a/src/assets/YB_APP/images/43-1.png b/src/assets/YB_APP/images/43-1.png new file mode 100644 index 000000000..2b2e737a4 Binary files /dev/null and b/src/assets/YB_APP/images/43-1.png differ diff --git a/src/assets/YB_APP/images/7-1.png b/src/assets/YB_APP/images/7-1.png new file mode 100644 index 000000000..322d93702 Binary files /dev/null and b/src/assets/YB_APP/images/7-1.png differ diff --git a/src/views/YB_APP/home.vue b/src/views/YB_APP/home.vue index 9752933b1..a4552d04c 100644 --- a/src/views/YB_APP/home.vue +++ b/src/views/YB_APP/home.vue @@ -101,7 +101,7 @@
- +
@@ -200,7 +200,7 @@
- + 暂无数据
@@ -496,7 +496,7 @@ export default { font-size: 12px; height: 100vh; width: 100vw; - background-image: url("../../assets/YB_APP/images/2.png"); + background-image: url("../../assets/YB_APP/images/2-1.png"); background-repeat: no-repeat; background-size: contain; } diff --git a/src/views/YB_APP/performanceQuery.vue b/src/views/YB_APP/performanceQuery.vue index 1e3d99893..7a1571441 100644 --- a/src/views/YB_APP/performanceQuery.vue +++ b/src/views/YB_APP/performanceQuery.vue @@ -775,7 +775,7 @@ font-size:14px;color:#333;margin-left:10px;font-weight:bold; } .channelORnetween_list_maincon_title_mark{ - margin-right:10px; + margin-right:10px;width:230px; } .channelORnetween_list_maincon_title_mark_span{ color:#999;font-size:12px;margin-right:5px; diff --git a/vue.config.js b/vue.config.js index 33009a717..b85b0faf5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,7 +33,8 @@ module.exports = { // return options // }) }, - devServer:{ - port:8082, + devServer: { + // host:'localhost', + port: 8082 } }