08 2022 档案
摘要::nth-child() 选择器,该选择器选取父元素的第 N 个子元素,与类型无关。/* 选择第n个,n位数字 */ :nth-child(n) /* 选择列表中的偶数标签 */ :nth-child(2n) /*选择列表中的奇数标签 */ :nth-child(2n-1) /*选择前几个元素 */
        阅读全文
            
摘要:methods: { tableHeaderColor({ row, column, rowIndex, columnIndex }) { if (rowIndex 0) { return "color: #4f81bd;font-weight: bold ;"; } }, objectSpanMe
        阅读全文
            
                    
                
浙公网安备 33010602011771号