新增失信人员
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
</template>
|
||||
<template #content>
|
||||
<div class="add-form">
|
||||
<ai-bar title="基本信息"></ai-bar>
|
||||
<el-form ref="forms" :model="forms" size="small" label-width="150px">
|
||||
<div class="info">
|
||||
<ai-bar title="基本信息"></ai-bar>
|
||||
<el-form ref="forms" :model="forms" size="small" label-width="150px">
|
||||
<el-form-item label="许可文书名称" prop="num">
|
||||
{{ forms.licenseName }}
|
||||
</el-form-item>
|
||||
@@ -53,7 +54,8 @@
|
||||
<el-form-item label="许可内容" prop="num">
|
||||
{{ forms.licenseContent }}
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-form>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</ai-detail>
|
||||
@@ -106,7 +108,7 @@ export default {
|
||||
.Detail {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
background: #f2f4f6 !important;
|
||||
background: #f2f4f6 ;
|
||||
|
||||
.add-form__item {
|
||||
display: flex;
|
||||
@@ -118,7 +120,7 @@ export default {
|
||||
}
|
||||
|
||||
::v-deep .ai-detail__content--active {
|
||||
padding: 20px;
|
||||
padding: 0 400px;
|
||||
background: #FFF;
|
||||
|
||||
.ai-detail__content--wrapper {
|
||||
@@ -135,6 +137,11 @@ export default {
|
||||
|
||||
.add-form {
|
||||
background: #fff;
|
||||
.info {
|
||||
box-sizing: border-box;
|
||||
padding: 0 100px 0 0;
|
||||
background: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user