스티커 label 최소화일때 사이즈 조정, viewer 저장, 다른이름 저장 svg변경
This commit is contained in:
parent
6beb8e5e2b
commit
56d9c7fe8d
|
@ -48,6 +48,7 @@
|
||||||
.message-container {
|
.message-container {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
.message-info {
|
.message-info {
|
||||||
|
height: 100%;
|
||||||
/*.profile {
|
/*.profile {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
|
|
|
@ -30,18 +30,15 @@
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="21"
|
viewBox="0 0 20 19.01"
|
||||||
height="21"
|
width="20"
|
||||||
viewBox="0 0 24 24"
|
height="20"
|
||||||
fill="none"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="butt"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
>
|
||||||
<path
|
<polygon
|
||||||
d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"
|
points="12.01 9 11.96 0 7.96 0.02 8.01 9.02 3.01 9.05 10.04 15.01 17.01 8.97 12.01 9"
|
||||||
/>
|
/>
|
||||||
|
<rect y="17.01" width="20" height="2" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -52,21 +49,22 @@
|
||||||
aria-label=""
|
aria-label=""
|
||||||
(click)="onClickSaveAs()"
|
(click)="onClickSaveAs()"
|
||||||
>
|
>
|
||||||
<!--<mat-icon>get_app</mat-icon>-->
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="21"
|
|
||||||
height="21"
|
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
width="24"
|
||||||
stroke="currentColor"
|
height="24"
|
||||||
stroke-width="2"
|
fill="currentColor"
|
||||||
stroke-linecap="butt"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"
|
d="M10.2,18.6l0.7,2.9l2.9-0.7l6.3-10.6l-3.5-2.2L10.2,18.6z M21.4,6.4L19.3,5c-0.2-0.1-0.4-0.1-0.6-0.1
|
||||||
|
c-0.2,0-0.3,0.2-0.5,0.3l-1,1.7l3.5,2.2l1.1-1.8C22,7,21.9,6.6,21.4,6.4z"
|
||||||
/>
|
/>
|
||||||
|
<g>
|
||||||
|
<polygon class="st0" points="7.1,15.4 12.9,10.4 1.4,10.4 " />
|
||||||
|
<rect x="5.5" y="2.9" class="st0" width="3.3" height="7.5" />
|
||||||
|
</g>
|
||||||
|
<rect x="1.4" y="16.6" class="st0" width="8.2" height="2" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<span class="stroke-bar"></span>
|
<span class="stroke-bar"></span>
|
||||||
|
|
|
@ -11,21 +11,17 @@
|
||||||
aria-label=""
|
aria-label=""
|
||||||
(click)="onClickDownload()"
|
(click)="onClickDownload()"
|
||||||
>
|
>
|
||||||
<!--<mat-icon>get_app</mat-icon>-->
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="21"
|
viewBox="0 0 20 19.01"
|
||||||
height="21"
|
width="20"
|
||||||
viewBox="0 0 24 24"
|
height="20"
|
||||||
fill="none"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="butt"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
>
|
||||||
<path
|
<polygon
|
||||||
d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"
|
points="12.01 9 11.96 0 7.96 0.02 8.01 9.02 3.01 9.05 10.04 15.01 17.01 8.97 12.01 9"
|
||||||
/>
|
/>
|
||||||
|
<rect y="17.01" width="20" height="2" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -36,21 +32,22 @@
|
||||||
aria-label=""
|
aria-label=""
|
||||||
(click)="onClickSaveAs()"
|
(click)="onClickSaveAs()"
|
||||||
>
|
>
|
||||||
<!--<mat-icon>get_app</mat-icon>-->
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="21"
|
|
||||||
height="21"
|
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
width="24"
|
||||||
stroke="currentColor"
|
height="24"
|
||||||
stroke-width="2"
|
fill="currentColor"
|
||||||
stroke-linecap="butt"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"
|
d="M10.2,18.6l0.7,2.9l2.9-0.7l6.3-10.6l-3.5-2.2L10.2,18.6z M21.4,6.4L19.3,5c-0.2-0.1-0.4-0.1-0.6-0.1
|
||||||
|
c-0.2,0-0.3,0.2-0.5,0.3l-1,1.7l3.5,2.2l1.1-1.8C22,7,21.9,6.6,21.4,6.4z"
|
||||||
/>
|
/>
|
||||||
|
<g>
|
||||||
|
<polygon class="st0" points="7.1,15.4 12.9,10.4 1.4,10.4 " />
|
||||||
|
<rect x="5.5" y="2.9" class="st0" width="3.3" height="7.5" />
|
||||||
|
</g>
|
||||||
|
<rect x="1.4" y="16.6" class="st0" width="8.2" height="2" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<span class="stroke-bar"></span>
|
<span class="stroke-bar"></span>
|
||||||
|
|
|
@ -32,21 +32,17 @@
|
||||||
aria-label=""
|
aria-label=""
|
||||||
(click)="onClickDownload()"
|
(click)="onClickDownload()"
|
||||||
>
|
>
|
||||||
<!--<mat-icon>get_app</mat-icon>-->
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="21"
|
viewBox="0 0 20 19.01"
|
||||||
height="21"
|
width="20"
|
||||||
viewBox="0 0 24 24"
|
height="20"
|
||||||
fill="none"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="butt"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
>
|
||||||
<path
|
<polygon
|
||||||
d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"
|
points="12.01 9 11.96 0 7.96 0.02 8.01 9.02 3.01 9.05 10.04 15.01 17.01 8.97 12.01 9"
|
||||||
/>
|
/>
|
||||||
|
<rect y="17.01" width="20" height="2" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -57,21 +53,22 @@
|
||||||
aria-label=""
|
aria-label=""
|
||||||
(click)="onClickSaveAs()"
|
(click)="onClickSaveAs()"
|
||||||
>
|
>
|
||||||
<!--<mat-icon>get_app</mat-icon>-->
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="21"
|
|
||||||
height="21"
|
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
width="24"
|
||||||
stroke="currentColor"
|
height="24"
|
||||||
stroke-width="2"
|
fill="currentColor"
|
||||||
stroke-linecap="butt"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5"
|
d="M10.2,18.6l0.7,2.9l2.9-0.7l6.3-10.6l-3.5-2.2L10.2,18.6z M21.4,6.4L19.3,5c-0.2-0.1-0.4-0.1-0.6-0.1
|
||||||
|
c-0.2,0-0.3,0.2-0.5,0.3l-1,1.7l3.5,2.2l1.1-1.8C22,7,21.9,6.6,21.4,6.4z"
|
||||||
/>
|
/>
|
||||||
|
<g>
|
||||||
|
<polygon class="st0" points="7.1,15.4 12.9,10.4 1.4,10.4 " />
|
||||||
|
<rect x="5.5" y="2.9" class="st0" width="3.3" height="7.5" />
|
||||||
|
</g>
|
||||||
|
<rect x="1.4" y="16.6" class="st0" width="8.2" height="2" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<span class="stroke-bar"></span>
|
<span class="stroke-bar"></span>
|
||||||
|
|
|
@ -8,6 +8,9 @@ $tablet-s-width: 768px;
|
||||||
.mat-tab-label {
|
.mat-tab-label {
|
||||||
//padding: 0 10px;
|
//padding: 0 10px;
|
||||||
min-width: 16%;
|
min-width: 16%;
|
||||||
|
@media screen and (max-width: #{$tablet-s-width}) {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mat-tab-body-wrapper {
|
.mat-tab-body-wrapper {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user