style(测试跟踪、接口测试): 优化低分辨率下测试跟踪和接口测试的首页显示

--bug=1015947 --user=宋天阳 [接口测试] github#16934windows下不同分辨率下测试跟踪和接口测试首页显示乱
https://www.tapd.cn/55049933/s/1226796
This commit is contained in:
song-tianyang 2022-08-18 16:22:57 +08:00 committed by 建国
parent 578569620a
commit 4850dcab82
4 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<count-rectangle-chart :content="testCaseCountData.allApiDataCountNumber"/>
</el-aside>
<el-main style="padding-left: 0px;padding-right: 0px;display: block">
<div style="width: 185px; float:right;margin:0 auto;overflow: auto">
<div style="float:right;margin:0 auto;overflow: auto">
<el-row align="center" class="hidden-lg-and-down">
<el-col :span="6"
style="padding: 5px;border-right-style: solid;border-right-width: 1px;border-right-color: #ECEEF4;">

View File

@ -12,7 +12,7 @@
<count-rectangle-chart :content="apiCountData.allApiDataCountNumber"/>
</el-aside>
<el-main style="padding-left: 0px;padding-right: 0px;display: block">
<div style="width: 185px; float:right;margin:0 auto;overflow: auto">
<div style="float:right;margin:0 auto;overflow: auto">
<el-row align="right">
<el-col :span="6"
style="padding: 5px;border-right-style: solid;border-right-width: 1px;border-right-color: #ECEEF4;">

View File

@ -12,7 +12,7 @@
<count-rectangle-chart :content="trackCountData.allCaseCountNumber"/>
</el-aside>
<el-main style="padding-left: 0px;padding-right: 0px;display: block">
<div style="width:200px;float:right;margin:0;overflow: auto">
<div style="float:right;margin:0;overflow: auto">
<el-row align="right">
<el-col :span="6"
style="border-right-style: solid;border-right-width: 1px;border-right-color: #ECEEF4;">

View File

@ -12,7 +12,7 @@
<count-rectangle-chart :content="relevanceCountData.allRelevanceCaseCount"/>
</el-aside>
<el-main style="padding-left: 0px;padding-right: 0px;display: block">
<div style="width:200px;float:right;margin:0 auto;overflow: auto">
<div style="float:right;margin:0 auto;overflow: auto">
<el-row align="right">
<el-col :span="8"
style="border-right-style: solid;border-right-width: 1px;border-right-color: #ECEEF4;">
@ -22,7 +22,8 @@
style="border-right-style: solid;border-right-width: 1px;border-right-color: #ECEEF4;">
<div class="count-info-div" v-html="relevanceCountData.scenarioCaseStr"></div>
</el-col>
<el-col :span="8" style="">
<el-col :span="8"
style="border-right-style: solid;border-right-width: 1px;border-right-color: rgba(220, 38, 38, 0);">
<div class="count-info-div" v-html="relevanceCountData.performanceCaseCountStr"></div>
</el-col>
</el-row>