Parcourir la source

Merge branch 'master' of https://git.agilestar.cn/spfm/spfm-market-front

yangbifan il y a 2 ans
Parent
commit
529294f2f7
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/components/el-form.vue

+ 5 - 1
src/components/el-form.vue

@@ -147,5 +147,9 @@ export default {
 };
 </script>
 
-<style>
+<style lang="scss" scoped>
+.btn{
+  display: flex;
+  justify-content: center;
+}
 </style>