/* components/table/table.wxss */ .container{ border: 2rpx solid #838b99; } .tab-header, .tab-row { width: 100%; height: 50rpx; display: flex; align-items: center; background: #F4F7FD; } .tab-header-td, .tab-row-td { height: 100%; border-right: 2rpx solid #838b99; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; font-size: 24rpx; color: #838b99; } .tab-header-td:last-child, .tab-row-td:last-child { border-right: none; } .tab-row { background: #fff; border-top: 2rpx solid #838b99; } .tab-row-td view { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .no-text { text-align: center; font-size: 28rpx; color: #838b99; margin-top: 20rpx; }