.table-header-cell-class{background:var(--bg-color)!important;color:var(--font-color)!important;border-right:0!important}.easetable::-webkit-scrollbar{display:none}.ve-table-container{height:auto!important}.table-loading .el-loading-spinner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(102,126,234,.4)}.table-loading .el-loading-spinner .el-icon-loading{font-size:32px;color:#fff;animation:rotate 1s linear infinite}.table-loading .el-loading-spinner .el-loading-text{color:#fff;font-size:14px;margin-top:8px;font-weight:500}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.introduction-image-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.introduction-image-item{position:relative;width:100%;border-radius:8px;overflow:hidden;background:#f5f7fa}.introduction-img{width:100%;display:block}.introduction-image-delete{position:absolute;top:10px;right:10px;width:30px;height:30px;background:rgba(0,0,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .3s}.introduction-image-delete:hover{background:rgba(245,108,108,.9)}.introduction-upload-area{border:2px dashed #dcdfe6;border-radius:8px;padding:20px;text-align:center;background:#fafafa;transition:border-color .3s}.introduction-upload-area:hover{border-color:#409eff}.introduction-empty{text-align:center;padding:40px 0;color:#909399}.introduction-empty i{font-size:48px;margin-bottom:10px}.introduction-empty p{margin:0}