|
@@ -123,7 +123,7 @@
|
|
|
</div>
|
|
|
<div class="deleteContent1">
|
|
|
<div class="dagSpan">项目类型</div>
|
|
|
- <el-select v-model="value" placeholder="请选择">
|
|
|
+ <el-select v-model="value" placeholder="请选择">
|
|
|
<el-option
|
|
|
v-for="item in options"
|
|
|
:key="item.value"
|
|
@@ -290,25 +290,7 @@
|
|
|
<style lang="less">
|
|
|
.ProjectManagementFund2{
|
|
|
|
|
|
- .el-header {
|
|
|
- background-color: #3d67bc;
|
|
|
- color: #333;
|
|
|
- text-align: center;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- .homeExitContent{
|
|
|
- color: #fff;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- width: 150px;
|
|
|
- // height: 30px;
|
|
|
- .homeName{
|
|
|
- float: left;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.pAHeader{
|
|
|
width: 90%;
|
|
@@ -384,6 +366,29 @@
|
|
|
}
|
|
|
}
|
|
|
.projectApplicationfundAddDialog2{
|
|
|
+
|
|
|
+ .el-header {
|
|
|
+ background-color: #3d67bc;
|
|
|
+ color: #333;
|
|
|
+ text-align: center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ .homeExitContent{
|
|
|
+ color: #fff;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 150px;
|
|
|
+ // height: 30px;
|
|
|
+ .homeName{
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
font-size: 16px !important;
|
|
|
.el-dialog__header{
|
|
|
display: flex;
|