Commit e7732d2a authored by chenjiahao's avatar chenjiahao

修复已知问题

parent ae6ac637
...@@ -7,22 +7,22 @@ ...@@ -7,22 +7,22 @@
preIcon="carbon:cloud-upload" preIcon="carbon:cloud-upload"
:disabled="disabled" :disabled="disabled"
> >
{{ t('component.upload.upload') }} <slot name="uploadBtnName">{{ t('component.upload.upload') }}</slot>
</a-button> </a-button>
<!-- <Tooltip placement="bottom" v-if="showPreview">--> <!-- <Tooltip placement="bottom" v-if="showPreview">-->
<!-- <template #title>--> <!-- <template #title>-->
<!-- {{ t('component.upload.uploaded') }}--> <!-- {{ t('component.upload.uploaded') }}-->
<!-- <template v-if="fileList.length">--> <!-- <template v-if="fileList.length">-->
<!-- {{ fileList.length }}--> <!-- {{ fileList.length }}-->
<!-- </template>--> <!-- </template>-->
<!-- </template>--> <!-- </template>-->
<!-- <a-button @click="openPreviewModal">--> <!-- <a-button @click="openPreviewModal">-->
<!-- <Icon icon="bi:eye" />--> <!-- <Icon icon="bi:eye" />-->
<!-- <template v-if="fileList.length && showPreviewNumber">--> <!-- <template v-if="fileList.length && showPreviewNumber">-->
<!-- {{ fileList.length }}--> <!-- {{ fileList.length }}-->
<!-- </template>--> <!-- </template>-->
<!-- </a-button>--> <!-- </a-button>-->
<!-- </Tooltip>--> <!-- </Tooltip>-->
</Space> </Space>
<UploadModal <UploadModal
v-bind="bindValue" v-bind="bindValue"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
allow-clear allow-clear
v-model:value="inputValue" v-model:value="inputValue"
placeholder="请输入关键字" placeholder="请输入关键字"
style="width: 200px" style="width: 200px; margin-left: 24px"
@search="onSearch" @search="onSearch"
/> />
<Select <Select
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<template v-for="item in cardListData" :key="item.title"> <template v-for="item in cardListData" :key="item.title">
<Col :span="6"> <Col :span="6">
<ListItem> <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; justify-content: space-between">
<div style="display: flex; align-items: center; gap: 5px"> <div style="display: flex; align-items: center; gap: 5px">
<Checkbox <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