lanceJiang 1 yıl önce
ebeveyn
işleme
981c1dbdab
1 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. 6 5
      src/views/approve/launch/ItemDrawer.vue

+ 6 - 5
src/views/approve/launch/ItemDrawer.vue

@@ -11,7 +11,7 @@
 						</el-radio-group>
 					</template>
 					<template v-else>
-						{{ v.name }}
+						<div style="padding-bottom: 6px">{{ v.name }}</div>
 						<!-- {{ v.local_name }} -->
 						<div v-if="v.type !== 0" style="display: flex; align-items: center; gap: 6px">
 							<el-button :icon="Plus" style="width: 32px" @click="selectHandler(v.name)" />
@@ -217,15 +217,16 @@ model.processDetailApi(props.record.processId).then(res => {
 </style>
 <style scoped lang="scss">
 .info-wrap {
-	display: flex;
+	//display: flex;
 	.form-wrap {
 		flex: 1;
 	}
 	.timeline-wrap {
-		margin-left: 8px;
+		//margin-left: 8px;
 		flex-shrink: 0;
-		padding: 0;
-		width: 360px;
+		padding-left: 60px;
+		//padding: 0;
+		//width: 360px;
 	}
 }
 </style>