对话设置固定宽度,右边设置自适应
This commit is contained in:
@@ -438,7 +438,8 @@
|
|||||||
.agent-container {
|
.agent-container {
|
||||||
// width: 39%;
|
// width: 39%;
|
||||||
// width: 63.4rem;
|
// width: 63.4rem;
|
||||||
flex: 1;
|
// flex: 1;
|
||||||
|
width: 634px;
|
||||||
margin-right: 2.7rem;
|
margin-right: 2.7rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
|
|||||||
@@ -141,7 +141,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-wrapper {
|
.preview-wrapper {
|
||||||
width: 56%;
|
// width: 56%;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user