Forráskód Böngészése

Merge branch 'hjw-el-form' into 'master'

hjw-el-form 加样式

See merge request spfm/spfm-market-front!356
杨壁繁 2 éve
szülő
commit
12a35a9e29
1 módosított fájl, 5 hozzáadás és 1 törlés
  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>