摘要: ul li{ display: inline-block; margin: 0 5px; padding: 0; white-space: nowrap; } <ul> <li *ngFor="let menu of menus; let i = index"> <a href="#" [class 阅读全文
posted @ 2019-09-02 09:42 sulanlan 阅读(214) 评论(0) 推荐(0)
摘要: 1 <li *ngFor="let menu of menus; let i = index"> 2 <a href="#" [class.active]="i == selectedIndex" (click)="selectedIndex =i" >{{menu.title}}2</a> 3 4 阅读全文
posted @ 2019-09-02 09:23 sulanlan 阅读(247) 评论(0) 推荐(0)
摘要: 电脑手机同一wifi ng serve --host 0.0.0.0 手机打开浏览器 http://<电脑IP>:4200 阅读全文
posted @ 2019-09-02 07:11 sulanlan 阅读(509) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/duanhuajian/archive/2012/09/20/2694552.html css3属性 -webkit-filter -webkit-filter是css3的一个属性,Webkit率先支持了这几个功能,感觉效果很不错。下面咱们就学习一下f 阅读全文
posted @ 2019-08-27 07:32 sulanlan 阅读(172) 评论(0) 推荐(0)
摘要: https://wrapbootstrap.com/theme/angle-bootstrap-admin-template-WB04HF123 这个网站各种模板 angle dasha https://themeforest.net/item/able-pro-responsive-bootstr 阅读全文
posted @ 2019-08-27 07:31 sulanlan 阅读(202) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/sulishibaobei/p/7413808.html https://ng-bootstrap.github.io/#/components/pagination/overview 阅读全文
posted @ 2019-08-23 08:49 sulanlan 阅读(189) 评论(0) 推荐(0)
摘要: SweetAlert2 是一个漂亮、响应式、可定制、易用的(WAI-ARIA) JavaScript 弹窗 https://www.npmjs.com/package/sweetalert2 更多例子 https://sweetalert2.github.io/ 阅读全文
posted @ 2019-08-16 08:19 sulanlan 阅读(309) 评论(0) 推荐(0)
摘要: https://segmentfault.com/a/1190000009041192?utm_source=tuicool&utm_medium=referral https://segmentfault.com/a/1190000009037539 https://segmentfault.co 阅读全文
posted @ 2019-08-13 11:32 sulanlan 阅读(205) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/tg928600774/article/details/80348534 今天遇到的问题是把yyyy/mm/dd 转换成 dd/mm/yyyy的格式 changDateFormate(dateOfBirth){ var date=new Date(date 阅读全文
posted @ 2019-08-12 08:37 sulanlan 阅读(3262) 评论(0) 推荐(0)
摘要: <input id="date" name="dateName" required min="2013-01-01" max="2013-09-23" type="date"/> https://zhidao.baidu.com/question/1493762451327171059.html 阅读全文
posted @ 2019-08-12 08:04 sulanlan 阅读(1819) 评论(0) 推荐(0)