Selaa lähdekoodia

style: 去除upload边框

lixuan 2 viikkoa sitten
vanhempi
commit
7f5270a71b

+ 1 - 1
apps/web-velofex/src/views/dashboard/application-management/application-modal.vue

@@ -646,7 +646,7 @@ function resetFormData() {
                 @remove="handleLogoRemove"
               >
                 <div
-                  class="flex h-[100px] w-[200px] items-center justify-center border-2 border-dashed"
+                  class="flex h-[100px] w-[200px] items-center justify-center"
                 >
                   <div class="text-center">
                     <div class="text-4xl">+</div>

+ 1 - 3
apps/web-velofex/src/views/dashboard/enterprise-customers/enterprise-customers-modal.vue

@@ -178,9 +178,7 @@ function resetFormData() {
               @change="handleLogoUpload"
               @remove="handleLogoRemove"
             >
-              <div
-                class="flex h-[100px] w-[200px] items-center justify-center border-2 border-dashed"
-              >
+              <div class="flex h-[100px] w-[200px] items-center justify-center">
                 <div class="text-center">
                   <div class="text-4xl">+</div>
                   <div class="text-sm text-gray-500">

+ 1 - 1
apps/web-velofex/src/views/dashboard/sales-partners/sales-partners-modal.vue

@@ -336,7 +336,7 @@ function handleCancel() {
                 @remove="handleLogoRemove"
               >
                 <div
-                  class="flex h-[100px] w-[200px] items-center justify-center border-2 border-dashed"
+                  class="flex h-[100px] w-[200px] items-center justify-center"
                 >
                   <div class="text-center">
                     <div class="text-4xl">+</div>