diff --git a/src/components/BigData/Block/imageBlock.vue b/src/components/BigData/Block/imageBlock.vue index 0a69054..ade4c6d 100644 --- a/src/components/BigData/Block/imageBlock.vue +++ b/src/components/BigData/Block/imageBlock.vue @@ -36,7 +36,7 @@ } else if (status === 'warning') { return { color: '#ffd43f' } } else { - return { color: '#ffffff' } + return { color: '#000' } } } @@ -61,7 +61,7 @@ }, // 大小 color: { type: String, - default: '#ffffff' + default: '#000' }, data: { type: Object, @@ -76,7 +76,7 @@ }, data() { return { - titleColor: '#ffffff' + titleColor: '#000' } } } @@ -90,7 +90,7 @@ display:flex; justify-content: space-between; align-items: center; - border:1px solid #4ddde6; + border:1px solid #1890ff; .index-left{ /*width:2rem;*/ width:0.47rem; diff --git a/src/components/BigData/Block/imageBlock.vue b/src/components/BigData/Block/imageBlock.vue index 0a69054..ade4c6d 100644 --- a/src/components/BigData/Block/imageBlock.vue +++ b/src/components/BigData/Block/imageBlock.vue @@ -36,7 +36,7 @@ } else if (status === 'warning') { return { color: '#ffd43f' } } else { - return { color: '#ffffff' } + return { color: '#000' } } } @@ -61,7 +61,7 @@ }, // 大小 color: { type: String, - default: '#ffffff' + default: '#000' }, data: { type: Object, @@ -76,7 +76,7 @@ }, data() { return { - titleColor: '#ffffff' + titleColor: '#000' } } } @@ -90,7 +90,7 @@ display:flex; justify-content: space-between; align-items: center; - border:1px solid #4ddde6; + border:1px solid #1890ff; .index-left{ /*width:2rem;*/ width:0.47rem; diff --git a/src/components/BigData/Block/simpleBlock.vue b/src/components/BigData/Block/simpleBlock.vue index e0ff867..ccd1f7b 100644 --- a/src/components/BigData/Block/simpleBlock.vue +++ b/src/components/BigData/Block/simpleBlock.vue @@ -73,7 +73,7 @@ }, data() { return { - titleColor: '#ffffff' + titleColor: '#000' } } } @@ -101,15 +101,15 @@ } } .index-right{ - color:white; + color:#000; flex:1; display: flex; justify-content: space-between; align-items: center; height:100%; - border-left: 2px solid #03EFFF; + border-left: 2px solid #1890ff; .index-name{ - color:white; + color:#000; padding-left: 0.2rem; font-size:0.12rem; /*font-weight: bold;*/ @@ -119,7 +119,7 @@ } .index-data{ - background-color:#66b2ff; + background-color:rgba(24, 144, 255, $alpha: 0.5); padding-right: 0.4rem; flex:1; display: flex; diff --git a/src/components/BigData/Block/imageBlock.vue b/src/components/BigData/Block/imageBlock.vue index 0a69054..ade4c6d 100644 --- a/src/components/BigData/Block/imageBlock.vue +++ b/src/components/BigData/Block/imageBlock.vue @@ -36,7 +36,7 @@ } else if (status === 'warning') { return { color: '#ffd43f' } } else { - return { color: '#ffffff' } + return { color: '#000' } } } @@ -61,7 +61,7 @@ }, // 大小 color: { type: String, - default: '#ffffff' + default: '#000' }, data: { type: Object, @@ -76,7 +76,7 @@ }, data() { return { - titleColor: '#ffffff' + titleColor: '#000' } } } @@ -90,7 +90,7 @@ display:flex; justify-content: space-between; align-items: center; - border:1px solid #4ddde6; + border:1px solid #1890ff; .index-left{ /*width:2rem;*/ width:0.47rem; diff --git a/src/components/BigData/Block/simpleBlock.vue b/src/components/BigData/Block/simpleBlock.vue index e0ff867..ccd1f7b 100644 --- a/src/components/BigData/Block/simpleBlock.vue +++ b/src/components/BigData/Block/simpleBlock.vue @@ -73,7 +73,7 @@ }, data() { return { - titleColor: '#ffffff' + titleColor: '#000' } } } @@ -101,15 +101,15 @@ } } .index-right{ - color:white; + color:#000; flex:1; display: flex; justify-content: space-between; align-items: center; height:100%; - border-left: 2px solid #03EFFF; + border-left: 2px solid #1890ff; .index-name{ - color:white; + color:#000; padding-left: 0.2rem; font-size:0.12rem; /*font-weight: bold;*/ @@ -119,7 +119,7 @@ } .index-data{ - background-color:#66b2ff; + background-color:rgba(24, 144, 255, $alpha: 0.5); padding-right: 0.4rem; flex:1; display: flex; diff --git a/src/components/BigData/Title/Title2.vue b/src/components/BigData/Title/Title2.vue index 056ca86..bf9c320 100644 --- a/src/components/BigData/Title/Title2.vue +++ b/src/components/BigData/Title/Title2.vue @@ -3,7 +3,7 @@
- +