Skip to content

Commit

Permalink
微修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanasu committed Feb 1, 2024
1 parent 9f78af2 commit b371b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div>
<b>背景1(前面)</b>
<div *ngIf="!tableDistanceviewImage.url">
<button (click)="openDistanceViewImageModal()" style="height: 120px; margin: 0px 0px 2px 0px" [disabled]="!isEditable">背景画像1を追加</button>
<button (click)="openDistanceViewImageModal()" style="height: 120px; margin: 0px 1px 2px 0px" [disabled]="!isEditable">背景画像1を追加</button>
</div>
<span *ngIf="tableDistanceviewImage.url" style="display: block; position: relative; overflow: hidden" [style.cursor]="(!isEditable || tableGridType == -1) ? 'default' : 'pointer'" (click)="openDistanceViewImageModal()">
<span *ngIf="getHidden(tableDistanceviewImage)" style="display: block; position: absolute; text-align: right; top: 0px; right: 0px; pointer-events: none; z-index: 5">
Expand Down

0 comments on commit b371b65

Please sign in to comment.