Browse Source

perf: 审批icon 调整

lanceJiang 1 year ago
parent
commit
efb4176876
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/approve/launch/index.vue

+ 3 - 2
src/views/approve/launch/index.vue

@@ -158,7 +158,7 @@ onMounted(() => {
 .card-in {
 	//height: 100px;
 	border-radius: 8px;
-	padding: 16px;
+	padding: 12px;
 	display: flex;
 	flex-direction: row;
 	width: 100%;
@@ -173,6 +173,7 @@ onMounted(() => {
 		margin-left: 12px;
 		text-overflow: ellipsis;
 		overflow: hidden;
+		line-height: 1.4;
 		.first-edit {
 			font-size: 14px;
 			display: flex;
@@ -191,7 +192,7 @@ onMounted(() => {
 		}
 	}
 	.flow-icon {
-		font-size: 66px;
+		font-size: 52px;
 		flex-shrink: 0;
 	}
 	.space {