Skip to content

Commit 77cf85c

Browse files
committed
fix: Result success page style
1 parent ae12489 commit 77cf85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/result/Success.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<a-step >
2727
<span style="font-size: 14px" slot="title">创建项目</span>
2828
<template slot="description">
29-
<div style="fontSize: 12px; color: rgba(0, 0, 0, 0.45); position: relative; left: 42px;" slot="description" >
29+
<div style="fontSize: 12px; color: rgba(0, 0, 0, 0.45); position: relative; left: 42px;text-align: left;" slot="description" >
3030
<div style="margin: 8px 0 4px">
3131
曲丽丽
3232
<a-icon style="margin-left: 8px" type="dingding-o" />
@@ -38,7 +38,7 @@
3838
<a-step title="部门初审">
3939
<span style="font-size: 14px" slot="title">部门初审</span>
4040
<template slot="description">
41-
<div style="fontSize: 12px; color: rgba(0, 0, 0, 0.45); position: relative; left: 42px;" slot="description" >
41+
<div style="fontSize: 12px; color: rgba(0, 0, 0, 0.45); position: relative; left: 42px;text-align: left;" slot="description" >
4242
<div style="margin: 8px 0 4px">
4343
周毛毛
4444
<a-icon style="margin-left: 8px; color: #00A0E9" type="dingding-o" />

0 commit comments

Comments
 (0)