优化代码显示
This commit is contained in:
parent
d3c8f1a328
commit
d55f08a8c3
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" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>CSS3 Flexbox 在线演示---语言爱好网</title>
|
<title>CSS3 Flexbox 在线演示---语言爱好网</title>
|
||||||
<script type="module" crossorigin src="/assets/index.2178d2cf.js"></script>
|
<script type="module" crossorigin src="/assets/index.feb5f10c.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index.0bd8ffd2.css">
|
<link rel="stylesheet" href="/assets/index.3918908a.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -215,6 +215,11 @@ const fiexSubmit = () => {
|
|||||||
fiexSubmitCss();
|
fiexSubmitCss();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
watch([flexContainerFormStyle, flexItemFormStyle], () => {
|
||||||
|
fiexSubmitHtml();
|
||||||
|
fiexSubmitCss();
|
||||||
|
})
|
||||||
|
|
||||||
/** 初始页面加载后只执行一次 */
|
/** 初始页面加载后只执行一次 */
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
initialFlexItemForm();
|
initialFlexItemForm();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user