btn 간격 수정

This commit is contained in:
Dang 2024-12-17 14:17:15 +09:00
parent da35336812
commit 2c4fe73842

View File

@ -21,7 +21,7 @@ defineProps({
</script>
<style scoped>
.ms-auto button + button {
.btn + .btn {
margin-left: 5px;
}