เเก้สีของ border

This commit is contained in:
Net 2024-02-16 16:21:18 +07:00
parent 40552fe9d2
commit 7e1304625f

View file

@ -93,7 +93,7 @@ defineProps({
/>
</div>
</q-card-section>
<q-separator color="grey-4" />
<q-card-actions align="right">
<q-btn
id="onSubmit"
@ -119,10 +119,10 @@ defineProps({
<style scoped>
.border_black {
border: solid 2px rgb(221, 214, 214);
padding: 5px;
border: solid 1px rgb(200, 211, 219);
padding: 2px;
display: inline-block;
border-radius: 10px;
border-radius: 5px;
}
.align-center {