对设计页的按钮增加hover效果
This commit is contained in:
parent
8b25ef4ce4
commit
3fd4aea1cc
@ -155,7 +155,7 @@ onUnmounted(() => {
|
||||
@click="handleClickApp(item)"
|
||||
>
|
||||
<div
|
||||
class="bg-white p-[10px] rounded-lg mb-[5px] font-bold cursor-pointer flex items-center"
|
||||
class="bg-white p-[10px] rounded-lg mb-[5px] font-bold cursor-pointer flex items-center hover:bg-slate-50 focus:bg-slate-50"
|
||||
>
|
||||
<div class="flex items-center justify-center">
|
||||
<div class="text-lg">
|
||||
|
Loading…
x
Reference in New Issue
Block a user