上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-01-17 15:29 面包_girl 阅读(516) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-01-17 15:13 面包_girl 阅读(371) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-01-15 16:53 面包_girl 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1.首先angular.json修改为 2.修改tisconfig,将 /** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra po 阅读全文
posted @ 2019-12-24 10:39 面包_girl 阅读(989) 评论(0) 推荐(0) 编辑
摘要: {{ data?.Score }} 阅读全文
posted @ 2019-12-10 13:50 面包_girl 阅读(726) 评论(0) 推荐(0) 编辑
摘要: import { Directive, ElementRef, Renderer2, AfterViewInit } from '@angular/core'; @Directive({ selector: '[appDragModal]' }) export class DragModalDire 阅读全文
posted @ 2019-07-04 13:47 面包_girl 阅读(2182) 评论(2) 推荐(0) 编辑
摘要: 1.父组件 2.子组件接受 @Input set/get 的用法参考地址:https://blog.csdn.net/qq_39961695/article/details/108196614 阅读全文
posted @ 2019-06-01 14:21 面包_girl 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 1.首先安装ngx-translate依赖 2.在app.module.ts中引入 3.在需要语言国际化的组件中引入translateService; 4.在assets目录下新建lang文件夹存放自己需要国家的json; 5.在组件模板中.app.component.html中使用 阅读全文
posted @ 2019-06-01 14:03 面包_girl 阅读(823) 评论(0) 推荐(0) 编辑
摘要: 在main.js中引入 在组件中调用指令 v-dialogDrag 阅读全文
posted @ 2019-05-14 17:42 面包_girl 阅读(1212) 评论(1) 推荐(2) 编辑
摘要: mainContent.scroll({ top: sections[val].offsetTop - 150, left: 0, behavior: "smooth" //滚动条平滑滚动 }); 阅读全文
posted @ 2019-05-10 12:02 面包_girl 阅读(1699) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
/* 鼠标点击文字特效 */