Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-03-03 14:40:54 +08:00
2 changed files with 6 additions and 3 deletions

View File

@@ -439,7 +439,8 @@
.agent-container {
// width: 39%;
// width: 63.4rem;
flex: 1;
// flex: 1;
width: 634px;
margin-right: 2.7rem;
background-color: #fff;
border-radius: 2rem;

View File

@@ -106,7 +106,8 @@
justify-content: flex-end;
height: min-content;
> .btn {
padding: 1.5rem 1.45rem;
padding: 0 1.45rem;
line-height: 4rem;
font-weight: 500;
font-size: 1.4rem;
border-radius: 3rem;
@@ -140,7 +141,8 @@
}
.preview-wrapper {
width: 56%;
// width: 56%;
flex: 1;
}
}
</style>