mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 00:32:23 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -38,7 +38,7 @@ const isScrolling = computed(() => {
|
|||||||
top: 0;
|
top: 0;
|
||||||
inset-inline-start: 0;
|
inset-inline-start: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 65px;
|
height: 80px;
|
||||||
background: var(--white);
|
background: var(--white);
|
||||||
transition: all 0.3s; // transition-all test
|
transition: all 0.3s; // transition-all test
|
||||||
border-bottom: 1px solid var(--fade-grey);
|
border-bottom: 1px solid var(--fade-grey);
|
||||||
@@ -316,7 +316,7 @@ const isScrolling = computed(() => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 12px 24px;
|
padding: 15px 24px;
|
||||||
//border-radius: 8px;
|
//border-radius: 8px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ const props = defineProps<{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-content-wrapper {
|
.page-content-wrapper {
|
||||||
padding-top: 30px;
|
padding-top: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user