This commit is contained in:
richard-loafle 2020-02-12 17:37:05 +09:00
commit d3f67d587b
6 changed files with 25 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ucap-webmessenger",
"version": "0.0.19",
"version": "0.0.20",
"author": {
"name": "LG CNS",
"email": "lgucap@lgcns.com"

View File

@ -17,7 +17,7 @@
></ucap-account-change-password>
</div>
</mat-card-content>
<mat-card-actions class="button-farm flex-row">
<mat-card-actions class="button-frame flex-row">
<button
mat-stroked-button
(click)="onClickChoice(false)"

View File

@ -1,4 +1,4 @@
::ng-deep .setting-frame {
.setting-frame {
padding: 16px;
height: 100%;
min-width: 400px;
@ -23,7 +23,7 @@
border-bottom: 1px solid #dddddd;
}
.button-farm {
.button-frame {
text-align: right;
position: absolute;
width: 100%;

View File

@ -20,7 +20,10 @@
{{ data.notice.regDate }}
</div>
<perfect-scrollbar>
<p [innerHTML]="data.notice.content | linky" class="contnets"></p>
<p
[innerHTML]="data.notice.content | linefeedtohtml | linky"
class="contnets"
></p>
</perfect-scrollbar>
</mat-card-content>
<mat-card-actions class="button-farm flex-row">

View File

@ -165,20 +165,28 @@ $tablet-s-width: 768px;
}
}
}
::ng-deep .bubble-main {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
a {
color: #0367a6;
text-decoration: underline;
::ng-deep .bubble {
.bubble-main {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
a {
color: #0367a6;
text-decoration: underline;
}
}
.btn-box {
min-width: 300px;
@media screen and (max-width: #{$tablet-s-width}) {
min-width: 250px;
}
}
}
::ng-deep .view-previous {
display: flex;
flex-flow: column;
//background-color: rgba(0, 0, 0, 0.4);
color: #ffffff;
justify-content: center;
justify-items: center;

View File

@ -128,7 +128,7 @@
margin-top: 10px;
}
}
::ng-deep .attach-file {
.attach-file {
display: flex;
flex-flow: row;
flex: 1 1 auto;