修改ContextDialog对话框内容区域的MaxWidth和MaxHeight

This commit is contained in:
2025-08-23 20:52:23 +08:00
parent eb81cecec1
commit 6d2bc57923
7 changed files with 129 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ namespace DMS.WPF.Services
{ typeof(ConfrimDialogViewModel), typeof(ConfirmDialog) },
{ typeof(VariableTableDialogViewModel), typeof(VariableTableDialog) },
{ typeof(ImportExcelDialogViewModel), typeof(ImportExcelDialog) },
{ typeof(VariableDialogViewModel), typeof(VariableEditorDialog) },
{ typeof(VariableDialogViewModel), typeof(VariableDialog) },
// { typeof(MqttDialogViewModel), typeof(MqttDialog) }, // Add other mappings here
// ... other dialogs
};