刷一遍颜色

This commit is contained in:
aixianling
2024-01-16 09:35:10 +08:00
parent 9316a8749e
commit 10a67de2ba
2 changed files with 2 additions and 9 deletions

View File

@@ -162,7 +162,7 @@ export default {
</el-table>
<h2>敏感词触发统计</h2>
<ai-echart v-bind="reply.chart" class="mar-v8" id="KeywordChart"/>
<div class="flex column">
<div class="flex column mar-b16">
<div class="btn">导出到本地</div>
</div>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<div class="summary19">
<div class="summary19-item" v-for="(item, index) in data" :key="index" v-if="index < 4">
<div v-text="item[keys]"/>
<div style="color: white" v-text="item[keys]"/>
<span v-text="item[value]"/>
<p v-if="item.unit" v-text="item.unit"/>
</div>
@@ -28,12 +28,6 @@ export default {
default: 'value'
}
},
data() {
return {}
},
methods: {}
}
</script>
@@ -56,7 +50,6 @@ $theme-color: #23ECFD;
align-items: baseline;
gap: 4px;
font-size: 12px;
color: white;
span {
font-family: D-DIN;