摘要: 1 初始化项目 vue create vue-pwa 2 ionic的路由依赖于vue-router,所以接下来安装 vue-router: vue add router 3 安装ionic npm install @ionic/vue 4 在main.js引用ionic import Ionic 阅读全文
posted @ 2019-12-09 18:32 seeBetter 阅读(341) 评论(0) 推荐(0)
摘要: 一、 line-height: normal; padding: 2px 0 二、 transform-origin相对于自己的宽高偏移,如transform-origin: 50% 50%:向右偏移宽度的50%,向下偏移高度的50%。设置为0%为不偏移。transform: scale(0.5); 阅读全文
posted @ 2019-12-09 11:37 seeBetter 阅读(1009) 评论(0) 推荐(0)