@charset "UTF-8";html,body,#app{height:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif}:root{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--bg-color: #f5f7fa;--border-color: #dcdfe6;--text-color: #303133;--text-secondary: #606266;--text-placeholder: #c0c4cc}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor-pointer{cursor:pointer}.page-container{padding:20px;background:#fff;border-radius:4px;min-height:calc(100vh - 120px)}.page-header{margin-bottom:20px}.page-header h2{font-size:20px;font-weight:600;color:var(--text-color)}.search-bar{margin-bottom:20px;padding:16px;background:#fafafa;border-radius:4px}.table-actions .el-button+.el-button{margin-left:8px}.status-active{color:var(--success-color)}.status-disabled{color:var(--danger-color)}
