|
@@ -12,7 +12,7 @@
|
|
:inline="inline"
|
|
:inline="inline"
|
|
>
|
|
>
|
|
<el-row type="flex" justify="end" align="middle" v-if="returns" style="padding:10px">
|
|
<el-row type="flex" justify="end" align="middle" v-if="returns" style="padding:10px">
|
|
- <el-col :span="2">
|
|
|
|
|
|
+ <el-col :span="2" style="text-align:right">
|
|
<el-button type="primary" size="mini" @click="toReturn">返回</el-button>
|
|
<el-button type="primary" size="mini" @click="toReturn">返回</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
.form {
|
|
.form {
|
|
- padding: 2rem 1rem;
|
|
|
|
|
|
+ padding: 0 1rem;
|
|
background: #fff;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
}
|
|
}
|