02 2022 档案

摘要:<div class="imgfile"> <div v-if="dialog.isPdf" v-loading="iframeLoading"> <iframe :src="dialog.src" type="application/x-google-chrome-pdf" /> </div> < 阅读全文
posted @ 2022-02-18 08:48 hello芳芳 阅读(274) 评论(0) 推荐(0)
摘要:/* 绝对居中 */ /* 方法一: */ .parent{ display: flex; justify-content: center; align-items: center; } /* 方法二 */ .parent{ width: 100px; height: 100px; position 阅读全文
posted @ 2022-02-08 15:12 hello芳芳 阅读(70) 评论(0) 推荐(0)