|
@@ -7,18 +7,18 @@
|
|
|
<a-button style="margin-left: 8px">打印</a-button>
|
|
|
</template>
|
|
|
<div>
|
|
|
- <div style="font-size: 16px; color: rgba(0, 0, 0, 0.85); font-weight: 500; margin-bottom: 20px;">项目名称</div>
|
|
|
+ <div style="font-size: 16px; color: rgba(0, 0, 0); font-weight: 500; margin-bottom: 20px;">项目名称</div>
|
|
|
<a-row style="margin-bottom: 16px">
|
|
|
<a-col :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
|
|
|
- <span style="color: rgba(0, 0, 0, 0.85)">项目 ID:</span>
|
|
|
+ <span style="color: rgba(0, 0, 0)">项目 ID:</span>
|
|
|
20180724089
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
|
|
|
- <span style="color: rgba(0, 0, 0, 0.85)">负责人:</span>
|
|
|
+ <span style="color: rgba(0, 0, 0)">负责人:</span>
|
|
|
曲丽丽是谁?
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12">
|
|
|
- <span style="color: rgba(0, 0, 0, 0.85)">生效时间:</span>
|
|
|
+ <span style="color: rgba(0, 0, 0)">生效时间:</span>
|
|
|
2016-12-12 ~ 2017-12-12
|
|
|
</a-col>
|
|
|
</a-row>
|