|
@@ -87,6 +87,7 @@
|
|
|
:data="tableData"
|
|
|
tooltip-effect="dark"
|
|
|
stripe
|
|
|
+ class="fontSize"
|
|
|
:header-cell-style="{ background: '#f2f2f2',color:'#000' }"
|
|
|
>
|
|
|
|
|
@@ -112,6 +113,7 @@
|
|
|
|
|
|
<el-table-column
|
|
|
prop="operation"
|
|
|
+ align="center"
|
|
|
label="操作"
|
|
|
>
|
|
|
<template #default="scope">
|
|
@@ -138,8 +140,10 @@
|
|
|
</div>
|
|
|
<!-- 项目简介区域结束 -->
|
|
|
|
|
|
- <div class="pm1footer">
|
|
|
- <el-button type="primary" class="backBtn" @click="back">返回</el-button>
|
|
|
+ <div class="baseBtn">
|
|
|
+ <div class="blockWidth">
|
|
|
+ <el-button type="primary" class="backBtn" @click="back">返回</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -210,61 +214,8 @@
|
|
|
<style lang="less">
|
|
|
.projectSettlement1{
|
|
|
|
|
|
- // .ps1Header{
|
|
|
- // width: 100%;
|
|
|
- // display: flex;
|
|
|
- // justify-content:space-between;
|
|
|
- // .pAHeader1STit{
|
|
|
- // font-size: 16px;
|
|
|
- // margin-top:10px ;
|
|
|
- // }
|
|
|
- // .pAHeader1{
|
|
|
- // width: 110px;
|
|
|
- // font-weight: 600;
|
|
|
- // font-size: 22px;
|
|
|
- // display: flex;
|
|
|
- // // flex-shrink: 0;
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
- .selects{
|
|
|
- width: 100%;
|
|
|
- margin-top: 20px;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- .inp1{
|
|
|
- width: 35%;
|
|
|
- display: flex;
|
|
|
- margin-top: 10px;
|
|
|
- margin-right: 20px;
|
|
|
- .inpText{
|
|
|
- margin-right: 10px;
|
|
|
- min-width: 120px;
|
|
|
- max-width: 120px;
|
|
|
- display: inline-block;
|
|
|
- text-align: justify;
|
|
|
- text-justify:distribute-all-lines;
|
|
|
- text-align-last: justify;
|
|
|
- transform: translate(0,22%);
|
|
|
- font-size: 16px;
|
|
|
- // background: red;
|
|
|
- // display: flex;
|
|
|
- // justify-content: flex-end;
|
|
|
- // box-sizing: border-box;
|
|
|
- // padding-right: 15px;
|
|
|
- // align-items: center;
|
|
|
- // font-weight: 510;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- .operations{
|
|
|
- display: flex;
|
|
|
- flex-shrink: 0;
|
|
|
- [type='button']{
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
.PS1tabTit{
|
|
|
width: 100%;
|
|
|
text-align: left;
|
|
@@ -273,17 +224,7 @@
|
|
|
box-sizing: border-box;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
- .pm1footer{
|
|
|
- width: 100%;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- margin: 30px 0px;
|
|
|
- .backBtn{
|
|
|
- background: #169bd5;
|
|
|
- height: 40px;
|
|
|
- width: 100px;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.ps1textArea{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
@@ -292,33 +233,7 @@
|
|
|
resize: none;
|
|
|
}
|
|
|
}
|
|
|
- .pm1Tit{
|
|
|
- display: flex;
|
|
|
- // margin-left: 20px;
|
|
|
- div{
|
|
|
- cursor: pointer;
|
|
|
- font-weight: 550;
|
|
|
- position: relative;
|
|
|
- font-size: 18px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: flex-start;
|
|
|
- justify-content: center;
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
- .pm1TitActive::after{
|
|
|
- content: "";
|
|
|
- display: block;
|
|
|
- // left: 13px;
|
|
|
- width: 100%;
|
|
|
- left: 15px;
|
|
|
- height: 2px;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- bottom: -2px;
|
|
|
- background: #3d67bc;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.psSmallTit{
|
|
|
width: 100%;
|
|
|
margin: 15px 0px 20px 0px;
|