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

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

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