fix
无故事王国
2025-08-07 2aac1ba6449741aedbf97d75c340719a7b67d7db
WanPai/Root/CardCenter/TCell/CardCenterTCell.swift
@@ -7,6 +7,7 @@
import UIKit
import SDWebImage
import JQTools
class CardCenterTCell: UITableViewCell {
@@ -14,7 +15,7 @@
    override func awakeFromNib() {
        super.awakeFromNib()
        selectionStyle = .none
        img_bg.cornerRadius = 10
        img_bg.jq_cornerRadius = 10
        backgroundColor = .clear
        contentView.backgroundColor = .clear
    }