fix: 优化在线编辑JSON的代码和交互

This commit is contained in:
奔跑的面条
2022-10-27 21:10:58 +08:00
parent 71fafe2cac
commit 809d72de2a
5 changed files with 135 additions and 123 deletions
@@ -135,9 +135,11 @@ watchEffect(() => {
<style lang="scss" scoped>
$min-width: 500px;
$max-width: 670px;
@include go('edit-bottom') {
width: 100%;
min-width: $min-width;
min-width: $max-width;
padding: 0 10px;
display: flex;
align-items: center;