File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,13 @@ mat-card:hover {
1717
1818mat-card-actions {
1919 border-bottom : 1px ;
20+ visibility : hidden ;
2021}
2122
2223mat-card {
2324 margin : 10px 5px 5px 5px ;
2425}
26+
27+ mat-card :hover mat-card-actions {
28+ visibility : visible ;
29+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1 mat-dialog-title>删除 - {{ this.data.name }}</h1>
99</ div >
1010< div mat-dialog-actions >
1111 < button mat-button (click) ="onNoClick() "> 放弃</ button >
12- < button *ngIf ="!this.data.recycled " mat-button [mat-dialog-close] ="recycled "> 放入垃圾桶 </ button >
12+ < button *ngIf ="!this.data.recycled " mat-button [mat-dialog-close] ="recycled "> 放入回收站 </ button >
1313 < button *ngIf ="this.data.recycled " color ="success " mat-button [mat-dialog-close] ="recoverRecycled "> 重新放回书架</ button >
1414 < button color ="warn " mat-button [mat-dialog-close] ="deleteRecycled "> 彻底删除</ button >
1515</ div >
You can’t perform that action at this time.
0 commit comments