优化子项视图
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user