码迷,mamicode.com
首页 > 其他好文 > 详细

vue中修改子组件样式

时间:2017-09-05 12:36:54      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:type   ref   设置   app   写法   comm   link   sse   tar   

一、全局修改

  1、在App.vue中设置,引入公共样式及个别页面的特殊样式common.css;

    例如:<link rel="stylesheet" type="text/css" href="static/assets/css/common.css">

       下边的写法没用过参考链接中给的

       <a href="http://home.cnblogs.com/u/134870/" target="_blank">@import</a> "./common/css/main.css";

  2、当前页面style去掉scoped属性。

二、引用的地方重写样式

  这个方法有时候由于原组件样式嵌套复杂,没有分析清楚可能不生效。

  1、重写用到组件的原有样式 还是属于这个组件局部的。

 

 

参考:     在vue组件中style scoped中遇到的坑

vue中修改子组件样式

标签:type   ref   设置   app   写法   comm   link   sse   tar   

原文地址:http://www.cnblogs.com/mxh1099/p/7477939.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!