fix Button csb

pull/756/head
Tuğçe Küçükoğlu 2021-01-07 17:03:28 +03:00
parent f3908a88fe
commit d46f18ff2c
1 changed files with 6 additions and 5 deletions

View File

@ -491,15 +491,16 @@ export default {
</div> </div>
</div> </div>
</template> </template>
<style>
<script>
export default{}
`,
style: `<style>
.p-button { .p-button {
margin-right: .5rem; margin-right: .5rem;
margin-bottom: .5rem; margin-bottom: .5rem;
} }
</style> </style>`
<script>
export default{}
`
} }
} }
} }