fix(测试跟踪): 修复首页卡片未对齐
This commit is contained in:
parent
ff6abd740d
commit
f95e795f55
|
@ -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')}}
|
||||
|
|
|
@ -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')}}
|
||||
|
|
Loading…
Reference in New Issue