File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
components/infinite-scroll
layout/components/top-bar/avatar Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const disabledScroll = computed(() => props.size > 0 && (props.loading || noMore
5656function loadDataset() {
5757 if (props .total > props .page_size ) {
5858 current .value += 1
59- emit (' update:current_page' , current )
59+ emit (' update:current_page' , current . value )
6060 emit (' load' )
6161 }
6262}
Original file line number Diff line number Diff line change 3232 </div >
3333 </el-card >
3434 </div >
35- <div class =" text-center" >{{ $t("layout.topbar.version") }}:{{ version }}</div >
35+ <div class =" text-center" >{{ $t("layout.topbar.avatar. version") }}:{{ version }}</div >
3636 </el-dialog >
3737</template >
3838<script setup lang="ts">
Original file line number Diff line number Diff line change 44 :size =" paragraph_list.length"
55 :total =" modelValue.length"
66 :page_size =" page_size"
7- v-bind :current_page =" current_page"
7+ v-model :current_page =" current_page"
88 @load =" next()"
99 :loading =" loading"
1010 >
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ defineExpose({
217217 width : 100% ;
218218
219219 .left-height {
220- max-height : calc (var (--create-dataset-height ) - 70 px );
220+ max-height : calc (var (--create-dataset-height ) - 110 px );
221221 overflow-x : hidden ;
222222 }
223223
You can’t perform that action at this time.
0 commit comments