2023年6月26日 修复问题

This commit is contained in:
bai 2023-06-26 22:41:24 +08:00
parent 5ccc88cf62
commit 877286e870
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<a-layout-content> <a-layout-content>
<div style="width:100%;height: 100%;margin-top: 1rem;" v-if="!isError"> <div style="width:100%;height: 100%;margin-top: 1rem;" v-if="!isError">
<a-row :gutter="[16,16]"> <a-row :gutter="[16,16]">
<a-col :span="19"> <a-col :xs="{ span: 24 }" :sm="{ span: 19 }" :lg="{ span: 19 }">
<div> <div>
<a-card class="videoCardMain" style="width:100%"> <a-card class="videoCardMain" style="width:100%">
<template #title> <template #title>
@ -34,7 +34,7 @@
</a-card> </a-card>
</div> </div>
</a-col> </a-col>
<a-col :span="5"> <a-col :xs="{ span: 24 }" :sm="{ span: 5 }" :lg="{ span: 5 }">
<a-row> <a-row>
<a-col :span="24" v-for="(item,index) of tableData" style="text-align: center;" :key="'col-'+index"> <a-col :span="24" v-for="(item,index) of tableData" style="text-align: center;" :key="'col-'+index">
<a-card> <a-card>