fix: contentDetailWrap 暗黑模式
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<template>
|
||||
<vxe-table ref="dragTable" :data="info" stripe :column-config="{ resizable: true }">
|
||||
<vxe-table
|
||||
ref="dragTable"
|
||||
:data="info"
|
||||
max-height="600"
|
||||
stripe
|
||||
:column-config="{ resizable: true }"
|
||||
>
|
||||
<vxe-column title="字段列名" field="columnName" fixed="left" width="80" />
|
||||
<vxe-column title="字段描述" field="columnComment">
|
||||
<template #default="{ row }">
|
||||
|
||||
Reference in New Issue
Block a user