html,body,#app{width:100%;height:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#333;background-color:#f5f7fa}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background-color:#f1f1f1}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-container{padding:20px;background-color:#fff;border-radius:4px;min-height:calc(100vh - 130px)}.table-actions{display:flex;gap:8px}.search-form{padding:20px;background-color:#fff;border-radius:4px;margin-bottom:16px}.search-form .el-form-item{margin-bottom:16px}.card-header{display:flex;justify-content:space-between;align-items:center}.card-header .title{font-size:16px;font-weight:600;color:#303133}.status-tag.success{color:#67c23a}.status-tag.warning{color:#e6a23c}.status-tag.danger{color:#f56c6c}.status-tag.info{color:#909399}
