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