yanghao hace 2 semanas
padre
commit
e57e2b3def
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      src/views/flow/index.vue
  2. 1 1
      src/views/index.vue

+ 2 - 2
src/views/flow/index.vue

@@ -980,7 +980,7 @@ onBeforeUnmount(() => {
   height: 36px;
   border-radius: 20px;
   background: #08132e;
-  border: 1px solid #e2e8f0;
+  border: 1px solid #0a1c43;
   box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
   transition:
     border-color 0.2s ease,
@@ -1206,7 +1206,7 @@ onBeforeUnmount(() => {
 .item-icon {
   width: 42px;
   height: 42px;
-  border-radius: 16px;
+  border-radius: 12px;
 
   display: grid;
   place-items: center;

+ 1 - 1
src/views/index.vue

@@ -313,7 +313,7 @@
                 <div class="flex min-w-0 items-start justify-between gap-3">
                   <div class="min-w-0">
                     <div
-                      class="truncate text-[14px] font-semibold text-[#eef0f4]"
+                      class="truncate text-[14px] font-semibold text-white/70"
                     >
                       {{ task.requestName }}
                     </div>