2020年12月5日
摘要: <template> <div> <div v-for="(item,index) in this.titleVisibleData"> <div class="title">{{item}}</div> </div> <div> <button @click="moveLeft"><</butto 阅读全文
posted @ 2020-12-05 14:44 青小记 阅读(285) 评论(0) 推荐(0)
摘要: <template> <div > <div class="main"> <div class="content"> <span class="words"> 文字居中<br/> 文字垂直居中 </span> </div> </div> </div> </template> <script> exp 阅读全文
posted @ 2020-12-05 13:54 青小记 阅读(110) 评论(0) 推荐(0)