diff --git a/src/components/v-label-ctx/index.vue b/src/components/v-label-ctx/index.vue index 81d74d8..2e436b0 100644 --- a/src/components/v-label-ctx/index.vue +++ b/src/components/v-label-ctx/index.vue @@ -67,42 +67,44 @@ export default { border-bottom: 1px solid #0F2A4D; .d1 { display: block; + width: 34%; .s1 { display: block; - width: 100%; - height: 4px; + width: 66%; + height: 8px; background: red; } .s2 { display: block; - font-size: 14px; + font-size: 18px; color: #fff; margin-top: 10px; } } .d2 { + width: 20%; .s1 { display: block; - font-size: 12px; + font-size: 16px; color: #7a8289; } .s2 { display: block; font-family: Bebas; - font-size: 14px; + font-size: 18px; color: #fff; } } .d3 { .s1 { display: block; - font-size: 12px; + font-size: 16px; color: #7a8289; } .s2 { display: block; font-family: Bebas; - font-size: 14px; + font-size: 18px; color: #fff; } } diff --git a/src/views/BrandComparison/brandTonalDistribution/index.vue b/src/views/BrandComparison/brandTonalDistribution/index.vue index da2bed2..12d76ba 100644 --- a/src/views/BrandComparison/brandTonalDistribution/index.vue +++ b/src/views/BrandComparison/brandTonalDistribution/index.vue @@ -22,7 +22,7 @@ >负面 -
+
{{eventList[0]}}
-
+
-
+
{{eventList[1]}}
-
+
-
+
diff --git a/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js b/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js index f01a8de..782b448 100644 --- a/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js +++ b/src/views/ModelWeiboDetails/MWDweiboCharacters/opt.js @@ -42,12 +42,12 @@ export default function createOpt(ds = [], color = []) { label: { show: false, position: 'center', - lineHeight: 30 + lineHeight: 36 }, emphasis: { label: { show: true, - fontSize: '16', + fontSize: '20', color: "#ffff", fontWeight: 'bold', formatter: function (p) { diff --git a/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js b/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js index f01a8de..782b448 100644 --- a/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js +++ b/src/views/ModelWeiboDetails/MWDweiboContentType/opt.js @@ -42,12 +42,12 @@ export default function createOpt(ds = [], color = []) { label: { show: false, position: 'center', - lineHeight: 30 + lineHeight: 36 }, emphasis: { label: { show: true, - fontSize: '16', + fontSize: '20', color: "#ffff", fontWeight: 'bold', formatter: function (p) { diff --git a/src/views/WeiboDetails/weiboCharacters/index.vue b/src/views/WeiboDetails/weiboCharacters/index.vue index 1dbca9a..8fb02f3 100644 --- a/src/views/WeiboDetails/weiboCharacters/index.vue +++ b/src/views/WeiboDetails/weiboCharacters/index.vue @@ -40,7 +40,7 @@ :cont="item.value" :percentage="((item.value / total) * 100).toFixed(2) + '%'" :color="colors[index]" - :eStyle="{ height: '4.27rem' }" + :eStyle="{ height: '5.14rem' }" >
diff --git a/src/views/WeiboDetails/weiboCharacters/opt.js b/src/views/WeiboDetails/weiboCharacters/opt.js index f01a8de..782b448 100644 --- a/src/views/WeiboDetails/weiboCharacters/opt.js +++ b/src/views/WeiboDetails/weiboCharacters/opt.js @@ -42,12 +42,12 @@ export default function createOpt(ds = [], color = []) { label: { show: false, position: 'center', - lineHeight: 30 + lineHeight: 36 }, emphasis: { label: { show: true, - fontSize: '16', + fontSize: '20', color: "#ffff", fontWeight: 'bold', formatter: function (p) { diff --git a/src/views/WeiboDetails/weiboContentType/opt.js b/src/views/WeiboDetails/weiboContentType/opt.js index f01a8de..782b448 100644 --- a/src/views/WeiboDetails/weiboContentType/opt.js +++ b/src/views/WeiboDetails/weiboContentType/opt.js @@ -42,12 +42,12 @@ export default function createOpt(ds = [], color = []) { label: { show: false, position: 'center', - lineHeight: 30 + lineHeight: 36 }, emphasis: { label: { show: true, - fontSize: '16', + fontSize: '20', color: "#ffff", fontWeight: 'bold', formatter: function (p) {