Skip to content

Commit

Permalink
read model UI 깨짐 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kibum0405 committed Jan 8, 2025
1 parent eb8c6e7 commit d6720d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/designer/view-modeling/ViewCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

<v-list-item-subtitle style="margin-top:15px; padding-bottom:15px;">
<v-col align="start" justify="start" style="padding-top: 10px">
<v-row align="start" justify="start" style=" margin-left: 5px; margin-right: 5px;">
<v-row align="start" justify="start" style="margin:0; padding:0;">
<v-autocomplete
v-model="createItem.when"
:items="eventLists"
item-text="name"
return-object
prefix="CREATE WHEN"
label=" Select Event"
style="font-size: 15px; marign-top:15px;"
style="font-size: 15px; margin-top:15px;"
dense
></v-autocomplete>
</v-row>
Expand Down
2 changes: 1 addition & 1 deletion src/components/designer/view-modeling/ViewDelete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<v-list-item-subtitle>
<v-col align="start" justify="start" style="padding-top: 10px">
<v-row align="start" justify="start" style=" margin-left: 5px; margin-right: 5px;">
<v-row align="start" justify="start" style="margin:0; padding:0;">
<v-autocomplete
v-model="deleteItem.when"
:items="eventLists"
Expand Down
2 changes: 1 addition & 1 deletion src/components/designer/view-modeling/ViewUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<v-list-item-subtitle>
<v-col align="start" justify="start" style="padding-top: 10px;">
<v-row align="start" justify="start" style=" margin-left: 5px; margin-right: 5px;">
<v-row align="start" justify="start" style="margin:0; padding:0;">
<v-autocomplete
v-model="updateItem.when"
:items="eventLists"
Expand Down

0 comments on commit d6720d8

Please sign in to comment.