系统数据迁移、复制功能开发:增加导入类型“租户模式导入”

This commit is contained in:
suguangxu
2025-06-10 12:16:25 +08:00
parent 1f7e0e6763
commit d75c0042ed
4 changed files with 223 additions and 41 deletions

View File

@ -234,16 +234,18 @@
display:block;
margin-left:20px;
margin-bottom:20px;
color: rgba(0,0,255,0.8);
text-decoration:underline rgba(#0000ff,0.8);
font-weight: 500;
font-size: 16px;
cursor: pointer;
&:hover{
color: rgba(0,0,255,1);
text-decoration:underline #0000ff;
}
span{
color: rgba(0,0,255,0.8);
text-decoration:underline rgba(#0000ff,0.8);
font-weight: 500;
font-size: 16px;
cursor: pointer;
&:hover{
color: rgba(0,0,255,1);
text-decoration:underline #0000ff;
}
}
}
.list-wrapper{