对话设置固定宽度,右边设置自适应
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -141,7 +141,8 @@
|
||||
}
|
||||
|
||||
.preview-wrapper {
|
||||
width: 56%;
|
||||
// width: 56%;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user