Browse Source

fix: style

lanceJiang 1 năm trước cách đây
mục cha
commit
0c0ea3684c
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      src/views/approve/components/approvedContent.vue

+ 5 - 4
src/views/approve/components/approvedContent.vue

@@ -374,16 +374,16 @@ watch(
 	border-radius: 6px;
 	flex: auto;
 	.flow-detail-container {
+		position: relative;
 		height: 100%;
 		overflow: hidden;
-		position: relative;
 	}
 
 	// 通过、不通过样式
 	.flow-status-stamp {
 		position: absolute;
-		right: 30px;
-		top: 30px;
+		right: 10px;
+		top: 10px;
 		z-index: 999;
 	}
 
@@ -426,8 +426,9 @@ watch(
 			.summary-info {
 				display: flex;
 				align-items: center;
+				padding-top: 10px;
+				font-size: 24px;
 				.title {
-					font-size: 24px;
 					font-family: PingFangSC-Semibold, PingFang SC;
 					color: #1d2129;
 				}