新增通道列表查询页面

This commit is contained in:
2025-04-28 17:41:54 +08:00
parent b20ec85db9
commit b44888a6d7
16 changed files with 290 additions and 117 deletions

View File

@@ -35,7 +35,7 @@ export default function DatePicker(props: DatePickerProps) {
)}
>
<CalendarIcon/>
<span className={`text-sm`}>
<span className={merge(`text-sm`, !props.value && 'text-weak')}>
{props.value
? format(props.value, props.format || 'yyyy-MM-dd HH:mm:ss')
: props.placeholder || '选择日期'