feat(ops): 优化运维监控界面组件功能和交互

This commit is contained in:
IanShaw027
2026-01-11 20:56:36 +08:00
parent 2548800c3f
commit 92eafbc2a6
3 changed files with 245 additions and 81 deletions

View File

@@ -150,11 +150,10 @@ const kindBadgeClass = (kind: string) => {
<template>
<BaseDialog :show="modelValue" :title="props.preset.title || t('admin.ops.requestDetails.title')" width="full" @close="close">
<template #default>
<div class="text-xs text-gray-500 dark:text-gray-400 mb-4">
{{ t('admin.ops.requestDetails.rangeLabel', { range: rangeLabel }) }}
</div>
<div class="flex justify-end mb-4">
<div class="flex items-center justify-between mb-4">
<div class="text-xs text-gray-500 dark:text-gray-400">
{{ t('admin.ops.requestDetails.rangeLabel', { range: rangeLabel }) }}
</div>
<button
type="button"
class="btn btn-secondary btn-sm"