优化子项视图

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS3 Flexbox 在线演示---语言爱好网</title>
<script type="module" crossorigin src="/assets/index.2e2d7739.js"></script>
<link rel="stylesheet" href="/assets/index.844ff92c.css">
<script type="module" crossorigin src="/assets/index.2178d2cf.js"></script>
<link rel="stylesheet" href="/assets/index.0bd8ffd2.css">
</head>
<body>
<div id="app"></div>

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"