Commit 0fadbaba authored by 高滢's avatar 高滢

feat(数据统计): ui调整

parent 7a920c5d
......@@ -10,7 +10,7 @@
检验依据:<sapn class="card-contnet">GBxxx</sapn>
</el-col>
<el-col :span="8" class="card-title"> 检验项目: </el-col>
<el-col :span="8" class="card-title" v> 保密等级: </el-col>
<el-col :span="8" class="card-title"> 保密等级: </el-col>
</el-row>
<el-row :gutter="41" style="margin-bottom: 24px">
<el-col :span="8" class="card-title"> 产品名称: </el-col>
......@@ -428,7 +428,7 @@ export default {
methods: {
tabClick() {},
format(percentage) {
return (percentage = '审查通过率' + `${percentage}%`)
return (percentage = `审查通过率\n\n ${percentage}%`)
}
}
}
......@@ -503,4 +503,7 @@ export default {
color: #606266;
margin-bottom: 20px;
}
::v-deep .el-progress__text {
white-space: pre;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment