zoukankan      html  css  js  c++  java
  • 在vue中改变字体大小,px不起作用,em 和 rem 都可以生效

    Vue.component('buttons',{
                data: function(){
                    return{
                        count:0
                    }
                },
                template:'<h1 @click="count+=99" style="font-size: 12em;color: red;">我对你的爱只有上限,没有下限!!!{{count}}</h1>'
            })

    如上图中加下划线的位置,style="font-size:12em",生效,但是如果改成px就不生效

  • 相关阅读:
    spoj705
    bzoj2440
    spoj220
    bzoj2301
    hdu1695
    poj3294
    hdu3518
    poj3693
    函数
    样式
  • 原文地址:https://www.cnblogs.com/a973692898/p/12118002.html
Copyright © 2011-2022 走看看