File tree Expand file tree Collapse file tree
modules/tenant/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142 @apply bg-transparent ;
143143 }
144144 .el-loading-spinner {
145- @apply relative flex items-center justify-center h-full ;
145+ @apply relative flex items-center justify-center h-full top-auto mt-auto ;
146146 .circular {
147147 @apply w-10 h- 10;
148148 }
Original file line number Diff line number Diff line change 7878 <div style =" margin-bottom : 8px " >
7979 <el-button
8080 :disabled =" invitationLoading"
81- type = " success "
81+ class = " btn btn--secondary btn--secondary--green "
8282 @click ="
8383 doAcceptInvitation(
8484 invitationToken(scope.row)
9393 <div >
9494 <el-button
9595 :disabled =" invitationLoading"
96- type = " danger "
96+ class = " btn btn--secondary btn--secondary--red "
9797 @click ="
9898 doDeclineInvitationWithConfirm(
9999 invitationToken(scope.row)
Original file line number Diff line number Diff line change 5757 <el-table-column
5858 :label =" fields.status.label"
5959 :prop =" fields.status.name"
60- sortable =" custom"
6160 >
6261 <template #default =" scope " >
6362 <el-tag
You can’t perform that action at this time.
0 commit comments