diff --git a/web/src/components/fileSelector/index.vue b/web/src/components/fileSelector/index.vue
index e9f18f6..db3c706 100644
--- a/web/src/components/fileSelector/index.vue
+++ b/web/src/components/fileSelector/index.vue
@@ -23,10 +23,25 @@
+ :style="{ width: props.inputImageSize * 2 + 'px', height: props.inputImageSize + 'px' }">
+ style="position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;">
+
+
+
+
+
+
+
+
+
+
+
+
@@ -274,7 +289,7 @@ onMounted(() => {
.addControllorHover {
width: 100%;
- aspect-ratio: 1 / 1;
+ height: 100%;
position: absolute;
left: 0;
top: 0;