Skip to content

Commit

Permalink
revert PR #2188
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Oct 30, 2024
1 parent a1294ef commit fb4e6c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 46 deletions.
28 changes: 0 additions & 28 deletions frontend/views/containers/payments/PaymentsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,34 +149,6 @@ export default ({
@include phone {
text-align: right;
}
@include desktop {
min-width: 4.5rem;
}
}
th.c-th-method {
@include desktop {
min-width: 7.25rem;
}
}
th.c-th-date {
@include desktop {
min-width: 6.25rem;
}
}
th.c-th-relative-to {
@include desktop {
min-width: 5.25rem;
}
}
::v-deep td.c-td-user {
@include desktop {
padding-right: 0.5rem;
}
}
&.c-is-todo {
Expand Down
25 changes: 7 additions & 18 deletions frontend/views/pages/Payments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@ page(

.tab-section
.c-container(v-if='paymentsFiltered.length')
.c-payments-table-container
payments-list(
ref='paymentList'
:titles='tableTitles'
:paymentsList='paginateList(paymentsFiltered)'
:paymentsType='ephemeral.activeTab'
:selectedTodoItems.sync='ephemeral.selectedTodoItems'
)
payments-list(
ref='paymentList'
:titles='tableTitles'
:paymentsList='paginateList(paymentsFiltered)'
:paymentsType='ephemeral.activeTab'
:selectedTodoItems.sync='ephemeral.selectedTodoItems'
)

.c-footer
.c-payment-record(v-if='ephemeral.activeTab === "PaymentRowTodo"')
Expand Down Expand Up @@ -658,16 +657,6 @@ export default ({
}
}
.c-payments-table-container {
position: relative;
@include desktop {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
}
.c-container-empty {
max-width: 25rem;
margin: 0 auto;
Expand Down

0 comments on commit fb4e6c1

Please sign in to comment.