fix: fetch demo layout

updata view plugin layout
This commit is contained in:
Rock Chen 2024-04-01 15:09:47 +08:00 committed by GitHub
commit ca768ea228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,16 +193,20 @@ const downloadProcess = computed(() => {
</n-button> </n-button>
</n-descriptions-item> </n-descriptions-item>
<n-descriptions-item label="带进度的下载文件" :span="3"> <n-descriptions-item label="带进度的下载文件" :span="3">
<n-input v-model:value="downloadPath" /> <n-space vertical>
<div>文件大小{{ downloading.total }}B</div> <n-input v-model:value="downloadPath" />
<div>已下载{{ downloading.loaded }}B</div> <div>文件大小{{ downloading.total }}B</div>
<n-progress type="line" indicator-placement="inside" :percentage="downloadProcess" /> <div>已下载{{ downloading.loaded }}B</div>
<n-button strong secondary @click="sendDownloadFile"> <n-progress type="line" indicator-placement="inside" :percentage="downloadProcess" />
开始下载 <n-space>
</n-button> <n-button strong secondary @click="sendDownloadFile">
<n-button strong secondary type="warning" @click="abortDownloadFile"> 开始下载
中断下载 </n-button>
</n-button> <n-button strong secondary type="warning" @click="abortDownloadFile">
中断下载
</n-button>
</n-space>
</n-space>
</n-descriptions-item> </n-descriptions-item>
<n-descriptions-item label="转换请求数据"> <n-descriptions-item label="转换请求数据">
<n-button strong secondary type="success" @click="getDictData"> <n-button strong secondary type="success" @click="getDictData">