Commit e7732d2a authored by chenjiahao's avatar chenjiahao

修复已知问题

parent ae6ac637
......@@ -7,22 +7,22 @@
preIcon="carbon:cloud-upload"
:disabled="disabled"
>
{{ t('component.upload.upload') }}
<slot name="uploadBtnName">{{ t('component.upload.upload') }}</slot>
</a-button>
<!-- <Tooltip placement="bottom" v-if="showPreview">-->
<!-- <template #title>-->
<!-- {{ t('component.upload.uploaded') }}-->
<!-- <template v-if="fileList.length">-->
<!-- {{ fileList.length }}-->
<!-- </template>-->
<!-- </template>-->
<!-- <a-button @click="openPreviewModal">-->
<!-- <Icon icon="bi:eye" />-->
<!-- <template v-if="fileList.length && showPreviewNumber">-->
<!-- {{ fileList.length }}-->
<!-- </template>-->
<!-- </a-button>-->
<!-- </Tooltip>-->
<!-- <Tooltip placement="bottom" v-if="showPreview">-->
<!-- <template #title>-->
<!-- {{ t('component.upload.uploaded') }}-->
<!-- <template v-if="fileList.length">-->
<!-- {{ fileList.length }}-->
<!-- </template>-->
<!-- </template>-->
<!-- <a-button @click="openPreviewModal">-->
<!-- <Icon icon="bi:eye" />-->
<!-- <template v-if="fileList.length && showPreviewNumber">-->
<!-- {{ fileList.length }}-->
<!-- </template>-->
<!-- </a-button>-->
<!-- </Tooltip>-->
</Space>
<UploadModal
v-bind="bindValue"
......
......@@ -39,7 +39,7 @@
allow-clear
v-model:value="inputValue"
placeholder="请输入关键字"
style="width: 200px"
style="width: 200px; margin-left: 24px"
@search="onSearch"
/>
<Select
......@@ -74,7 +74,7 @@
<template v-for="item in cardListData" :key="item.title">
<Col :span="6">
<ListItem>
<Card :hoverable="true" style="height: 250px; width: 300px; position: relative">
<Card :hoverable="true" style="height: 300px; width: 300px; position: relative">
<div style="display: flex; justify-content: space-between">
<div style="display: flex; align-items: center; gap: 5px">
<Checkbox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment