Commit 8f6af295 authored by 伊藤雄大's avatar 伊藤雄大

Merge branch 'itou' into 'develop'

一時的に定期を削除 See merge request !1
parents 49895fa3 6b3dff08
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
<td style="width:75%;padding-top:10px;padding-left:10px;"> <td style="width:75%;padding-top:10px;padding-left:10px;">
<span>クレジットカード</span> <span>クレジットカード</span>
</td> </td>
<td style="padding-top:10px;"> <!-- td style="padding-top:10px;">
<div class="common-link" (click)="onClickPass()">定期券</div> <div class="common-link" (click)="onClickPass()">定期券</div>
</td> </td -->
<td style="padding-top:10px;"> <td align="right" style="padding-top:10px;padding-right:10px;">
<i class="bi bi-trash3" (click)="onClickTrash()"></i> <i class="bi bi-trash3" (click)="onClickTrash()"></i>
</td> </td>
</tr> </tr>
......
...@@ -9,7 +9,7 @@ import { CardSelectPageRoutingModule } from './card-select-routing.module'; ...@@ -9,7 +9,7 @@ import { CardSelectPageRoutingModule } from './card-select-routing.module';
import { CardSelectPage } from './card-select.page'; import { CardSelectPage } from './card-select.page';
import { HeaderComponent } from '../common/header/header.component'; import { HeaderComponent } from '../common/header/header.component';
import { CardInfoComponent } from './component/card-info/card-info.component'; import { CardInfoComponent } from './card-info/card-info.component';
@NgModule({ @NgModule({
imports: [ imports: [
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<ion-grid> <ion-grid>
<ion-row> <ion-row>
<ion-col> <ion-col>
<input type="button" class="rounded menu-button" style="margin-top:20px;" value="クレジットカード選択" <input type="button" class="rounded menu-button" style="margin-top:20px;" value="クレジットカード一覧"
(click)="onClickCardSelect()" /> (click)="onClickCardSelect()" />
</ion-col> </ion-col>
</ion-row> </ion-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment