refactor: 测试计划报告数量统计样式
This commit is contained in:
parent
a1de060695
commit
ece0186eff
|
@ -16,10 +16,12 @@ export default {
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.ms-header {
|
.ms-header {
|
||||||
background: #783887;
|
/*background: #783887;*/
|
||||||
color: white;
|
/*color: white;*/
|
||||||
|
color: #783887;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 42%;
|
border: 0px;
|
||||||
margin-left: 4px;
|
/*border-radius: 42%;*/
|
||||||
|
/*margin-left: 4px;*/
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue