From 90bf8a672e0c76d29eebd595142249b4684dd900 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Tue, 22 Jun 2021 11:40:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E8=AF=A6=E6=83=85=E5=8D=95=E8=A1=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BAlabel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/components/TestDetails.vue | 140 ++++++++++-------- 1 file changed, 76 insertions(+), 64 deletions(-) diff --git a/frontend/src/business/components/performance/report/components/TestDetails.vue b/frontend/src/business/components/performance/report/components/TestDetails.vue index 8b0ad82240..eaff591c14 100644 --- a/frontend/src/business/components/performance/report/components/TestDetails.vue +++ b/frontend/src/business/components/performance/report/components/TestDetails.vue @@ -11,100 +11,108 @@ - - - +
+ + + +
- - - +
+ + + +
- - - +
+ + + +
- - - +
+ + + +
- - - +
+ + + +
- - - +
+ + + +
- - - +
+ + + +
- - - +
+ + + +
@@ -435,4 +443,8 @@ export default { height: calc(100vh - 345px); overflow: auto; } + +/deep/ .el-checkbox__label { + font-size: 10px !important; +}