uni-app 【报Bug】nth-last-child没有编译

uni-app 【报Bug】nth-last-child没有编译

属性
产品分类 uniapp/H5
PC开发环境操作系统 Windows
PC开发环境操作系统版本号 windows专业版
HBuilderX类型 正式
HBuilderX版本号 3.3.5
浏览器平台 Chrome
浏览器版本 97.0.4692.71
项目创建方式 HBuilderX

bug描述:

在vue3 的<style scoped lang="scss">

.inputBoxWar {  
    width: 100%;  
    max-width: 100%;  
    margin-bottom: 30rpx;  
    &:nth-last-child(1) {  
        margin-bottom: 142rpx;  
    }  

    &:nth-child(2) {  
        margin-bottom: 142rpx;  
    }  
}

编译了 nth-child()但是nth-last-child()没有编译

示例代码:

.inputBoxWar {  
    width: 100%;  
    max-width: 100%;  
    margin-bottom: 30rpx;  
    &:nth-last-child(1) {  
        margin-bottom: 142rpx;  
    }  

    &:nth-child(2) {  
        margin-bottom: 142rpx;  
    }  
}

更多关于uni-app 【报Bug】nth-last-child没有编译的实战教程也可以访问 https://www.itying.com/category-93-b0.html

1 回复

更多关于uni-app 【报Bug】nth-last-child没有编译的实战教程也可以访问 https://www.itying.com/category-93-b0.html


3.3.9.20220121版本没有这个问题

回到顶部