From 18a20776917525beb7ae28acc60d4a8c3954ee35 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 23 Aug 2022 16:44:49 +0800 Subject: [PATCH] fix style --- .../related/network-profiling/components/Tasks.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/related/network-profiling/components/Tasks.vue b/src/views/dashboard/related/network-profiling/components/Tasks.vue index 8bc3e334..89f5ec00 100644 --- a/src/views/dashboard/related/network-profiling/components/Tasks.vue +++ b/src/views/dashboard/related/network-profiling/components/Tasks.vue @@ -66,10 +66,10 @@ limitations under the License. --> dateFormat(i.taskStartTime + i.fixedTriggerDuration * 1000) }} - + - + @@ -236,7 +236,7 @@ watch( } .profile-td { - padding: 10px 0 10px 10px; + padding: 10px 5px 10px 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.07); &.selected { @@ -270,7 +270,7 @@ watch( } .profile-t-tool { - padding: 5px 10px; + padding: 10px 5px 10px 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.07); background: #f3f4f9; width: 100%;