refactor: 优化数据处理向导配置面板布局

数据集划分编辑器调整宽屏与窄屏布局,结构化预处理选项修正 flex 占满,非结构化智能预处理由开关改为复选卡片并补充可访问性标签。
This commit is contained in:
caoxiaozhu
2026-07-13 16:16:50 +08:00
parent aea0d51b44
commit 0917206191
3 changed files with 90 additions and 30 deletions

View File

@@ -191,6 +191,7 @@ function updatePreprocessOptions(value: Array<string | number | boolean>) {
}
.preprocess-option {
display: flex;
width: 100%;
min-height: 64px;
margin-right: 0;