Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v3.8/src/views/table/base/border/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<CodeLight path="table/base/border/Demo5">
<template #tip>
<div>通过设置 <table-api-link prop="border"/>=inner 显示内边框</div>
<div>通过设置 <table-api-link prop="border"/>=none 隐藏边框</div>
</template>
</CodeLight>
</div>
Expand Down
2 changes: 1 addition & 1 deletion v3_old/src/views/table/base/border/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<CodeLight path="table/base/border/Demo5">
<template #tip>
<div>通过设置 <table-api-link prop="border"/>=inner 显示内边框</div>
<div>通过设置 <table-api-link prop="border"/>=none 隐藏边框</div>
</template>
</CodeLight>
</div>
Expand Down