对话设置固定宽度,右边设置自适应

This commit is contained in:
X1627315083@163.com
2026-03-03 13:11:05 +08:00
parent 4c5e86a2d9
commit cbe99ccab6
2 changed files with 4 additions and 2 deletions

View File

@@ -438,7 +438,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

@@ -141,7 +141,8 @@
}
.preview-wrapper {
width: 56%;
// width: 56%;
flex: 1;
}
}
</style>