Parcourir la source

style: 调整样式

Jinyao il y a 5 ans
Parent
commit
408ea5ea7c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/Project/Pipeline.vue

+ 2 - 2
src/views/Project/Pipeline.vue

@@ -280,7 +280,7 @@
           prop="name"
           label="名称"
           align="center"
-          width="100"
+          width="200"
         ></ElTableColumn>
         <ElTableColumn
           prop="pipelineId"
@@ -331,7 +331,7 @@
           </template>
         </ElTableColumn>
       </ElTable>
-      <ElDialog v-model="showProductionLogModal" destroy-on-close>
+      <ElDialog v-model="showProductionLogModal" width="60%" destroy-on-close>
         <template #title>
           产物日志
         </template>