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%;