fix : 上传文件表格滚动时, 表头固定
This commit is contained in:
@@ -97,6 +97,7 @@ const tableConfig = reactive({
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width: '80',
|
||||
fixed:true
|
||||
},
|
||||
{
|
||||
prop: 'originalFileName',
|
||||
@@ -159,6 +160,7 @@ const singleTableConfig = reactive({
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width: '80',
|
||||
fixed:true
|
||||
},
|
||||
{
|
||||
prop: 'originalFileName',
|
||||
|
||||
@@ -51,6 +51,7 @@ const tableConfig = reactive({
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width: 85,
|
||||
fixed:true
|
||||
},
|
||||
{
|
||||
prop: 'originalFileName',
|
||||
|
||||
@@ -166,6 +166,7 @@ const fileTable = reactive({
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width: '80',
|
||||
fixed:true
|
||||
},
|
||||
{
|
||||
prop: 'originalFileName',
|
||||
|
||||
@@ -66,6 +66,7 @@ const tableConfig = reactive({
|
||||
prop: 'originalFileName',
|
||||
label: '附件名称',
|
||||
align: 'center',
|
||||
fixed:true
|
||||
},
|
||||
{
|
||||
prop: 'tag',
|
||||
|
||||
@@ -56,6 +56,7 @@ const tableConfig = reactive({
|
||||
label: '序号',
|
||||
align: 'center',
|
||||
width: '80',
|
||||
fixed:true
|
||||
},
|
||||
{
|
||||
prop: 'originalFileName',
|
||||
|
||||
Reference in New Issue
Block a user