diff --git a/src/views/demo/tuiImageEditor/components/image-editor.vue b/src/views/demo/tuiImageEditor/components/image-editor.vue index 96e84ee..de256c2 100644 --- a/src/views/demo/tuiImageEditor/components/image-editor.vue +++ b/src/views/demo/tuiImageEditor/components/image-editor.vue @@ -1,17 +1,32 @@ @@ -73,6 +218,13 @@ const initTuiImageEditor = () => { width: 800px !important; margin: 0 auto; } + + .close-btn { + position: absolute; + top: 10px; + right: calc(50% - 400px + 18px); + z-index: 9; + } }