mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08: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
|
||||
|
||||
@@ -32,7 +32,6 @@ defineProps<TMiniWeaponProps>();
|
||||
position: relative;
|
||||
width: 150px;
|
||||
height: 45px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<div class="box-div">
|
||||
<div class="toc-top">
|
||||
<div class="toc-icon">
|
||||
<TibCalendarAvatar v-if="itemType=== 'character'" v-model="itemVal" size="100px" />
|
||||
<TibCalendarWeapon v-if="itemType=== 'weapon'" v-model="itemVal" size="100px" />
|
||||
<TibCalendarAvatar v-if="itemType=== 'character'" v-model="itemVal" size="100px" style="cursor: default" />
|
||||
<TibCalendarWeapon v-if="itemType=== 'weapon'" v-model="itemVal" size="100px" style="cursor: default" />
|
||||
</div>
|
||||
<div class="toc-material-grid">
|
||||
<TCalendarMaterial v-for="item in itemVal.materials" :item="item" />
|
||||
|
||||
Reference in New Issue
Block a user