优化子项视图
This commit is contained in:
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
4
dist/index.html
vendored
@ -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>
|
||||
|
@ -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