프로필 > 이미지 클릭시 원본보기 기능 활성화.
This commit is contained in:
parent
8e43d5599b
commit
3dffc69ebf
|
@ -1,12 +1,11 @@
|
||||||
<mat-card class="example-card profile mat-elevation-z">
|
<mat-card class="example-card profile mat-elevation-z">
|
||||||
<mat-card-header>
|
<mat-card-header>
|
||||||
<div class="profile-img">
|
<div class="profile-img">
|
||||||
<div class="profile-img-mask">
|
<div
|
||||||
<!-- <div
|
|
||||||
class="profile-img-mask"
|
class="profile-img-mask"
|
||||||
(click)="onClickProfileImageView()"
|
(click)="onClickProfileImageView()"
|
||||||
style="cursor: pointer;"
|
style="cursor: pointer;"
|
||||||
> -->
|
>
|
||||||
<img
|
<img
|
||||||
ucapImage
|
ucapImage
|
||||||
[base]="profileImageRoot"
|
[base]="profileImageRoot"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user