refactor(测试用例): 修改查看用例页面样式

This commit is contained in:
shiziyuan9527 2020-12-21 17:27:49 +08:00
parent 09b599e7e5
commit 6bf11a7334
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-row :gutter="10">
<el-row :gutter="5">
<el-col :span="16">
<el-card>
<el-card class="case-detail-form-card">
<el-form :model="form" ref="caseFrom" v-loading="result.loading">
<el-row>
@ -217,5 +217,12 @@ export default {
</script>
<style scoped>
.case-detail-form-card {
height: 600px;
overflow: auto;
}
.case-detail-form-card >>> .el-card__body {
padding: 20px 28px;
}
</style>