jmxd %!s(int64=2) %!d(string=hai) anos
pai
achega
0ab09e4018
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/components/common/form/magic-file.vue

+ 4 - 4
src/components/common/form/magic-file.vue

@@ -41,9 +41,9 @@ const onFileSelected = () => {
 }
 .magic-file .magic-icon{
 	position: absolute;
-	right: 3px;
-	top: 3px;
-	height: 16px;
-	line-height: 16px;
+	right: 4px;
+	top: 0;
+	height: var(--magic-input-height);
+	line-height: var(--magic-input-height);
 }
 </style>