|
|
@ -10,7 +10,7 @@ |
|
|
--> |
|
|
--> |
|
|
<template> |
|
|
<template> |
|
|
<div class="h-[100%]"> |
|
|
<div class="h-[100%]"> |
|
|
<div class="issue-container h-[58%] overflow-auto" ref="issueContainerRef"> |
|
|
|
|
|
|
|
|
<div class="issue-container" ref="issueContainerRef"> |
|
|
<DynamicTable |
|
|
<DynamicTable |
|
|
size="small" |
|
|
size="small" |
|
|
showIndex |
|
|
showIndex |
|
|
@ -23,7 +23,7 @@ |
|
|
:row-class-name="getRowClassName" |
|
|
:row-class-name="getRowClassName" |
|
|
:customRow="customRow" |
|
|
:customRow="customRow" |
|
|
:row-selection="rowSelection" |
|
|
:row-selection="rowSelection" |
|
|
:scroll="{ x: '100vw', y: '180px' }" |
|
|
|
|
|
|
|
|
:scroll="{ x: '100vw', y: '1000px' }" |
|
|
> |
|
|
> |
|
|
<template v-if="isCheckRows" #title> |
|
|
<template v-if="isCheckRows" #title> |
|
|
<Alert class="w-full" type="info" show-icon> |
|
|
<Alert class="w-full" type="info" show-icon> |
|
|
|