fix: contentDetailWrap 暗黑模式

This commit is contained in:
xingyu
2022-11-28 22:20:12 +08:00
parent 005a3e6ab0
commit 26fd35e31d
6 changed files with 23 additions and 19 deletions

View File

@@ -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 }">