Skip to content

Commit

Permalink
添加fallDItems-12
Browse files Browse the repository at this point in the history
  • Loading branch information
HBcao233 committed Jan 12, 2024
1 parent 85e576f commit 559ac4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/components/FromTojson.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</el-form-item>

<client-only>
<el-table :data="WSITEM_Parameter.fallDItems" style="width:100%" border="false">
<el-table :data="WSITEM_Parameter.fallDItems" style="width:100%" :border="false" :stripe="false">
<el-table-column label="掉落物" width="200">
<template #default="item">
<client-only><el-select v-model="WSITEM_Parameter.fallDItems[item.$index]" clearable placeholder="fallDItems" filterable
Expand Down Expand Up @@ -235,7 +235,7 @@
<el-label style="font-size: 1.3rem;">装备/食物专用参数</el-label>
<el-form class="labelbox">
<client-only>
<el-table :data="WSITEM_Parameter.buffs" style="width:100%" border="false">
<el-table :data="WSITEM_Parameter.buffs" style="width:100%" :border="false" :stripe="false">
<el-table-column label="Buff ID" width="200">
<template #default="item">
<el-input v-model.number="WSITEM_Parameter.buffs[item.$index]" placeholder="buff ID"
Expand Down

0 comments on commit 559ac4c

Please sign in to comment.