fix. 액션버튼 a타입인 경우 높이 안먹는 이슈 대응
This commit is contained in:
@@ -71,7 +71,7 @@ const buttonStyle = computed(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.btn-base {
|
.btn-base {
|
||||||
@apply overflow-hidden relative h-[48px] md:h-[64px] rounded-[8px] md:rounded-[10px] cursor-pointer
|
@apply overflow-hidden relative inline-flex items-center justify-center h-[48px] md:h-[64px] rounded-[8px] md:rounded-[10px] cursor-pointer
|
||||||
after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full after:bg-white after:transition-opacity after:duration-300 after:ease-in-out after:opacity-0
|
after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full after:bg-white after:transition-opacity after:duration-300 after:ease-in-out after:opacity-0
|
||||||
hover:after:opacity-20;
|
hover:after:opacity-20;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user