Browse Source

宽度调整

yuanliang 1 year ago
parent
commit
7ff1ed5723
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/music-library/music-sheet/component/music-list.tsx

+ 1 - 1
src/views/music-library/music-sheet/component/music-list.tsx

@@ -681,7 +681,7 @@ export default defineComponent({
             data={state.dataList}
             rowKey={(row: any) => row.id}
             onUpdateCheckedRowKeys={handleCheck}
-            scrollX={'2000'}
+            scrollX={'2800'}
           ></NDataTable>
           <Pagination
             v-model:page={state.pagination.page}