From c32ad4171ffedaf740550db14c0c9556db399a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LI-CCONG=5C=E6=9D=8E=E8=81=AA=E8=81=AA?= <1441652193@qq.com> Date: Tue, 16 Jan 2024 10:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E4=BB=A3=E7=A0=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../echart/center/centerChartRate/index.vue | 14 +++------- yuhong-ui/src/views/centerLeft1.vue | 24 ++++++++++------ yuhong-ui/src/views/centerRight1.vue | 28 +++++++++++-------- 3 files changed, 37 insertions(+), 29 deletions(-) diff --git a/yuhong-ui/src/components/echart/center/centerChartRate/index.vue b/yuhong-ui/src/components/echart/center/centerChartRate/index.vue index 4db74a7..64a58c1 100644 --- a/yuhong-ui/src/components/echart/center/centerChartRate/index.vue +++ b/yuhong-ui/src/components/echart/center/centerChartRate/index.vue @@ -1,12 +1,7 @@ @@ -29,7 +24,7 @@ export default { }, colorObj: { type: Object, - default: function() { + default: function () { return { textStyle: '#3fc0fb', series: { @@ -52,7 +47,7 @@ export default { // tips 是会变更的数据,所以进行监听 tips: { handler(newData) { - debugger + // debugger this.options = { series: [ { @@ -136,5 +131,4 @@ export default { } - + diff --git a/yuhong-ui/src/views/centerLeft1.vue b/yuhong-ui/src/views/centerLeft1.vue index f01413c..637c792 100644 --- a/yuhong-ui/src/views/centerLeft1.vue +++ b/yuhong-ui/src/views/centerLeft1.vue @@ -7,10 +7,7 @@ -->

{{ item.eqmt_name }}

- + 产线合格率
@@ -130,7 +127,7 @@ export default { url: '/api/BigScreen/getEqmtDetailList', method: 'get' }).then((r) => { - debugger + // debugger if (r) { const rData = r.data @@ -322,13 +319,16 @@ $box-height: 210px; height: $box-height; width: $box-width; border-radius: 10px; + .bg-color-black { height: $box-height - 0px; border-radius: 10px; } + .text { color: #c3cbde; } + .dv-dec-3 { position: relative; width: 100px; @@ -338,18 +338,21 @@ $box-height: 210px; .bottom-data { .item-box { - & > div { + &>div { padding-right: 5px; } + font-size: 14px; float: right; position: relative; width: 50%; color: #d3d6dd; + .dv-digital-flop { width: 120px; height: 30px; } + // 金币 .coin { position: relative; @@ -357,30 +360,35 @@ $box-height: 210px; font-size: 20px; color: #ffc107; } + .colorYellow { color: yellowgreen; } + p { text-align: center; } } } } + .text2 { margin-top: 10px; margin-bottom: 20px; line-height: 25px; } + .text2 span { margin: 10px; } + .text1 p { font-size: 18px; } + .text3 { margin-top: 37px; margin-left: 20px; height: 35px; line-height: 35px; -} - +} diff --git a/yuhong-ui/src/views/centerRight1.vue b/yuhong-ui/src/views/centerRight1.vue index cdd1bbd..dcb1e1f 100644 --- a/yuhong-ui/src/views/centerRight1.vue +++ b/yuhong-ui/src/views/centerRight1.vue @@ -15,7 +15,8 @@
- + {{ moInfo.FBILL_NO }} @@ -200,7 +201,7 @@ export default { methods: { // 点击事件 skipto(config) { - debugger + // debugger // window.alert(config.row[6]) this.moKey = config.row[6] this.moDetailShow = true @@ -224,7 +225,7 @@ export default { method: 'get' }).then((r) => { if (r) { - const newArr = r.data.map(function(item) { + const newArr = r.data.map(function (item) { var ret = [] ret.push( item.FBILL_NO, @@ -267,7 +268,7 @@ export default { url: '/api/BigScreen/getPlanOrderDetail?fentryId=' + this.moKey, method: 'get' }).then((r) => { - debugger + // debugger _this.moInfo = r.data }) } @@ -279,6 +280,7 @@ export default { $box-height: 350px; $box-height: 350px; $box-width: 900px; + #centerRight1 { padding: 16px; padding-top: 20px; @@ -290,13 +292,16 @@ $box-width: 900px; height: $box-height - 30px; border-radius: 10px; } + .text { color: #c3cbde; } + /*内容的宽度和高度*/ .body-box { border-radius: 10px; overflow: hidden; + .dv-scr-board { width: 900px; height: 300px; @@ -306,21 +311,22 @@ $box-width: 900px; } + background-color: #f5f5f5 !important; +}