เเก้สีของ border
This commit is contained in:
parent
40552fe9d2
commit
7e1304625f
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue