mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 优化在线编辑JSON的代码和交互
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user