优化子项视图

This commit is contained in:
2022-11-03 08:06:12 +08:00
parent 611120bc6f
commit d3c8f1a328
4 changed files with 7 additions and 5 deletions

View File

@ -366,7 +366,9 @@ setInterval(() => {
:key="index"
:style="flexItemFormStyle[indexKey]"
>
<a-card :title="(index + 1).toString() +`】`" :bordered="false">
<a-card :title="(index + 1).toString()"
:bordered="false"
:header-style="{backgroundColor:'azure',fontWeight:'bold'}">
<template #extra>
<a-button
type="text"