게시판 프로필 커서 안뜨게

This commit is contained in:
dyhj625 2025-03-25 11:19:44 +09:00
parent 33cd40038f
commit 5082dd2de5
2 changed files with 6 additions and 2 deletions

View File

@ -796,3 +796,7 @@ input:checked + .slider:before {
}
/* toast end */
.cursor-none{
cursor: none !important;
}

View File

@ -1,7 +1,7 @@
<template>
<div class="d-flex align-items-center flex-wrap">
<div class="d-flex align-items-center">
<div class="avatar me-2">
<div class="avatar me-2 cursor-none">
<img
:src="getProfileImage(profileImg)"
alt="user"