fix(测试跟踪): 修复首页卡片未对齐

This commit is contained in:
shiziyuan9527 2021-07-06 15:14:56 +08:00 committed by 刘瑞斌
parent dc029ed443
commit f3d1a29d6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-card class="table-card" v-loading="result.loading">
<el-card class="table-card" v-loading="result.loading" body-style="padding:10px;">
<template v-slot:header>
<span class="title">
{{$t('api_test.home_page.failed_case_list.title')}}

View File

@ -1,5 +1,5 @@
<template>
<el-card class="table-card" v-loading="result.loading">
<el-card class="table-card" v-loading="result.loading" body-style="padding:10px;">
<template v-slot:header>
<span class="title">
{{$t('api_test.home_page.running_task_list.title')}}