|
@@ -97,7 +97,7 @@
|
|
|
</el-row>
|
|
|
<el-row style="margin-right: 0px;">
|
|
|
<el-col :span="10">
|
|
|
- <el-form style="display: flex; flex-direction: row; margin-left: 5px;" size="mini">
|
|
|
+ <el-form style="display: flex; flex-direction: row; margin-left: 5px; margin-top: 10px;" size="mini">
|
|
|
<el-form-item label="抽样地区" class="select">
|
|
|
<el-cascader :options="region" v-model="selectedOptions"
|
|
|
@change="handleChange">
|
|
@@ -109,7 +109,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-col>
|
|
|
- <el-col :span="5">
|
|
|
+ <el-col :span="5" style="margin-top: 10px;">
|
|
|
<el-button type="primary" size="mini" plain @click="save()">保存
|
|
|
</el-button>
|
|
|
<!-- <el-button type="primary" size="small" plain icon="el-icon-edit-outline" @click="appear">
|
|
@@ -331,7 +331,7 @@
|
|
|
],
|
|
|
testList: [],
|
|
|
totals: 0,
|
|
|
-
|
|
|
+
|
|
|
form: {
|
|
|
bear_unit_name: '',
|
|
|
report_unit_name: '',
|
|
@@ -630,8 +630,15 @@
|
|
|
.my-label {
|
|
|
width: 100px;
|
|
|
}
|
|
|
+ .el-pagination {
|
|
|
+ margin-top: 25px;
|
|
|
+ }
|
|
|
|
|
|
.footer {
|
|
|
margin-left: 45%;
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ .el-table{
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
</style>
|