mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
🎨 处理 cursor 样式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TItemBox :model-value="box" />
|
||||
<TItemBox :model-value="box" style="cursor: pointer" />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// vue
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TItemBox :model-value="box" />
|
||||
<TItemBox :model-value="box" style="cursor: pointer" />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// vue
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TItemBox :model-value="box" />
|
||||
<TItemBox :model-value="box" style="cursor: pointer" />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// vue
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TItemBox :model-value="box" />
|
||||
<TItemBox :model-value="box" style="cursor: pointer;" />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// vue
|
||||
|
||||
Reference in New Issue
Block a user