@@ -183,6 +183,10 @@
</el-form-item>
</el-col>
</el-row>
+
+ <div class="btn_box">
+ <el-button type="primary" >修改</el-button>
+ </div>
</el-form>
</div>
</template>
@@ -223,4 +227,9 @@
};
</script>
-<style lang="scss" scoped></style>
+<style lang="scss" scoped>
+.btn_box{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}</style>