mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🎨 处理 cursor 样式
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TItemBox :model-value="box" />
|
<TItemBox :model-value="box" style="cursor: pointer" />
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// vue
|
// vue
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TItemBox :model-value="box" />
|
<TItemBox :model-value="box" style="cursor: pointer" />
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// vue
|
// vue
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TItemBox :model-value="box" />
|
<TItemBox :model-value="box" style="cursor: pointer" />
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// vue
|
// vue
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TItemBox :model-value="box" />
|
<TItemBox :model-value="box" style="cursor: pointer;" />
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// vue
|
// vue
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ defineProps<TMiniWeaponProps>();
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
<div class="box-div">
|
<div class="box-div">
|
||||||
<div class="toc-top">
|
<div class="toc-top">
|
||||||
<div class="toc-icon">
|
<div class="toc-icon">
|
||||||
<TibCalendarAvatar v-if="itemType=== 'character'" 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" />
|
<TibCalendarWeapon v-if="itemType=== 'weapon'" v-model="itemVal" size="100px" style="cursor: default" />
|
||||||
</div>
|
</div>
|
||||||
<div class="toc-material-grid">
|
<div class="toc-material-grid">
|
||||||
<TCalendarMaterial v-for="item in itemVal.materials" :item="item" />
|
<TCalendarMaterial v-for="item in itemVal.materials" :item="item" />
|
||||||
|
|||||||
Reference in New Issue
Block a user