|
@@ -210,8 +210,8 @@
|
|
|
|
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="init" class="btn5" size="small">生成表单</el-button>
|
|
|
- <el-button type="primary" @click="init" class="btn5" size="small">返回</el-button>
|
|
|
+ <el-button type="primary" @click="init" style="font-size:16px" size="small">生成表单</el-button>
|
|
|
+ <el-button type="primary" @click="init" style="font-size:16px" size="small">返回</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<!-- 查看详情对话框结束 -->
|
|
@@ -381,10 +381,6 @@
|
|
|
.dialog-footer{
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- .btn5{
|
|
|
- background: #0e72e6;
|
|
|
- width: 200px;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
.projectApplicationfundAddDialog2{
|
|
@@ -404,6 +400,7 @@
|
|
|
justify-content:flex-end;
|
|
|
margin-right: 9px;
|
|
|
align-items: center;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
.deleteContent1{
|
|
|
width: 55%;
|
|
@@ -457,8 +454,8 @@
|
|
|
.dagSpan2{
|
|
|
font-size: 16px;
|
|
|
|
|
|
- max-width: 60px;
|
|
|
- min-width: 60px;
|
|
|
+ max-width: 65px;
|
|
|
+ min-width: 65px;
|
|
|
margin-right: 10px;
|
|
|
// text-align: right;
|
|
|
display: inline-block;
|