hujunwei@agilestar.cn пре 2 година
родитељ
комит
8a7163b72e
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      src/components/el-form.vue

+ 4 - 0
src/components/el-form.vue

@@ -148,4 +148,8 @@ export default {
 </script>
 
 <style>
+.btn{
+  display: flex;
+  justify-content: center;
+}
 </style>