@@ -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;