feat: 列表新增自动生成tab组件

This commit is contained in:
augushong
2025-04-23 16:24:46 +08:00
parent e898462c4a
commit df213daafe
4 changed files with 58 additions and 2 deletions

View File

@@ -635,4 +635,8 @@ table样式
.w-e-text-container,
.w-e-bar {
border: 1px solid #d2d2d2;
}
.search-tab .layui-tabs-body {
display: none;
}

View File

@@ -656,5 +656,10 @@ table样式
.w-e-text-container,
.w-e-bar {
border: 1px solid #d2d2d2;
}
.search-tab{
.layui-tabs-body{
display: none;
}
}