mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 00:32:23 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -49,7 +49,7 @@ useHead(() => ({
|
|||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
{
|
{
|
||||||
name: 'viewport',
|
name: 'viewport',
|
||||||
content: 'width=device-width, initial-scale=1.5, shrink-to-fit=no',
|
content: 'width=device-width, initial-scale=1, shrink-to-fit=no',
|
||||||
},
|
},
|
||||||
// PWA theme color
|
// PWA theme color
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ const isScrolling = computed(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
width: 15%;
|
width: 17%;
|
||||||
padding-right: 33px;
|
padding-right: 33px;
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user