|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<div class="makerfundApply">
|
|
|
- <div class="pAHeader">
|
|
|
- <div class="pAHeader1">创客资金申请</div>
|
|
|
- <div @click="$router.back()" class="backMakerfund">返回</div>
|
|
|
+ <div class="vfpHeader">
|
|
|
+ <div class="titleOne">创客资金申请</div>
|
|
|
+ <el-button type="primary" @click="$router.back()">返回</el-button>
|
|
|
</div>
|
|
|
<hr>
|
|
|
|
|
@@ -36,7 +36,9 @@
|
|
|
|
|
|
|
|
|
<div class="tabTit">
|
|
|
- 经费支出类别(单位:元)
|
|
|
+ <div>
|
|
|
+ <p>经费支出类别(单位:元)</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<hr>
|
|
|
<div class="moneyBlock">
|
|
@@ -162,7 +164,9 @@
|
|
|
|
|
|
</div>
|
|
|
<div>
|
|
|
- <div class="tabTit">附件上传</div>
|
|
|
+ <div class="tabTit">
|
|
|
+ <div><p>附件上传</p></div>
|
|
|
+ </div>
|
|
|
<hr>
|
|
|
<!-- <div class="makerfundDetailsAccessoryBlock">文件</div> -->
|
|
|
<div class="makerfundDetailsaddMoneyBtn">
|
|
@@ -200,23 +204,7 @@ export default {
|
|
|
|
|
|
<style lang="less">
|
|
|
.makerfundApply{
|
|
|
- .pAHeader{
|
|
|
- width: 90%;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- .pAHeader1{
|
|
|
- text-align: left;
|
|
|
- width: 180px;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 22px;
|
|
|
- flex-shrink: 0;
|
|
|
- }
|
|
|
- .backMakerfund{
|
|
|
- cursor: pointer;
|
|
|
- font-size: 16px;
|
|
|
- margin-top: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.Apply1{
|
|
|
height: 45px;
|
|
|
width: 100%;
|
|
@@ -253,8 +241,6 @@ export default {
|
|
|
}
|
|
|
.howMoneyFlex{
|
|
|
display: flex;
|
|
|
- // justify-content: space-between;
|
|
|
- // width: 1000px;
|
|
|
}
|
|
|
.howMoneyInp{
|
|
|
height: 40px;
|
|
@@ -288,11 +274,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .footer{
|
|
|
- margin-top: 20px;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- }
|
|
|
.makerfundDetailsaddMoneyBtn{ // 附件添加按钮样式开始
|
|
|
width: 120px;
|
|
|
height: 40px;
|