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

项目问题解决

时间:2019-12-13 21:21:23      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:storm   art   text   ack   enter   center   浏览器   pre   报错   

1.stylus 在webstorm中出现红色波浪线

但是不影响浏览器效果,也不报错

<style lang="stylus" scoped >
  article
    display flex
    background  lightblue
    height 0.64rem//此处数字处
    .left
      float left
    .center
      flex 1//此处数字处
      background white
    .right
      float right
</style>

1.

style默认的css
类似于script默认的 javascript一样
<script type="text/javascript"></script>
<script></script>

解决;我们要修改默认语言

<style lang="stylus" scoped type="text/stylus"> //加一行即可
  article
    display flex
    background  lightblue
    height 0.64rem
    .left
      float left
    .center
      flex 1
      background white
    .right
      float right
</style>

 

总结

项目问题解决

标签:storm   art   text   ack   enter   center   浏览器   pre   报错   

原文地址:https://www.cnblogs.com/-constructor/p/12037289.html

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