File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/components/common/Setting Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,16 @@ onMounted(async () => {
212212 </NButton >
213213 </NSpace >
214214 <NDataTable
215- ref =" table" remote :loading =" loading" :row-key =" (rowData) => rowData._id" :columns =" columns"
216- :data =" keys" :pagination =" pagination" :max-height =" 444" striped @update:page =" handleGetKeys"
215+ ref =" table"
216+ remote
217+ :loading =" loading"
218+ :row-key =" (rowData) => rowData._id"
219+ :columns =" columns"
220+ :data =" keys"
221+ :pagination =" pagination"
222+ :max-height =" 444"
223+ :scroll-x =" 1300"
224+ striped @update:page =" handleGetKeys"
217225 />
218226 </NSpace >
219227 </div >
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ onMounted(async () => {
208208 :pagination =" pagination"
209209 :max-height =" 444"
210210 striped
211+ :scroll-x =" 1260"
211212 @update:page =" handleGetUsers"
212213 />
213214 </div >
You can’t perform that action at this time.
0 commit comments