飘叶
飘叶
  • 发布:2023-02-22 13:37
  • 更新:2024-03-08 16:42
  • 阅读:249

【报Bug】 stylus 自动格式化错误

分类:HBuilderX

产品分类: HbuilderX

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX版本号: 3.7.2

示例代码:

<style scoped lang="stylus">
.map-sty {
width: 90%;
text-align: right;
margin: 0 0 0 10%;
}
/deep/.ivu-card-body{
padding 16px 0 0 0!important;
}
.footer{
width 100%;
height 50px;
box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
margin-top 50px;
}
/deep/.ivu-btn-primary{
width 86px;
}
.btn{
margin-top: 20px;
}
.inputW{
width 400px;
}
.ivu-mt{
min-width 580px;
}
.picBox
display: inline-block;
cursor: pointer;
.upLoad
width: 58px;
height: 58px;
line-height: 58px;
border: 1px dotted rgba(0, 0, 0, 0.1);
border-radius: 4px;
background: rgba(0, 0, 0, 0.02);
.pictrue
width: 60px;
height: 60px;
border: 1px dotted rgba(0, 0, 0, 0.1);
margin-right: 10px;
img
width: 100%;
height: 100%;
.iconfont
color: #CCCCCC;
font-size 26px;
text-align center

</style>

操作步骤:

保存的时候自动格式化

预期结果:

格式化不用去掉空格

实际结果:

去掉了空格 导致格式错误

bug描述:

<style scoped lang="stylus">

stylus css 的时候保存自动格式化 去掉了空格 也安装了 官方的 stylus 格式化组件 ,导致文件不能使用

2023-02-22 13:37 负责人:无 分享
已邀请:
DCloud_HB_WDL

DCloud_HB_WDL

感谢反馈,已测试您提供的示例代码,确实存在问题,我们排查下

1***@qq.com

1***@qq.com

问题解决了吗?遇到同样的问题,sylue的sylus样式代码都变成一行了,导致编译错误,目前HBX 版本3.99

要回复问题请先登录注册