摘要:
CSS 盒模型 line-height也就是行高,指的是content的高度;也就是绿色边框框内高度; content 内部层次如下图(绿色边框为content区域,也就是行高): 在chrome下次测试不设置行高,默认line-height值大于font-size;设置行高为字体高度时,borde 阅读全文
摘要:
import VueResource from 'vue-resouce' Vue.use(VueResource); 在组件内部调用: export default { mounted(){ //get请求 this.$http.get(url).then(function(success){ / 阅读全文