|
@@ -126,7 +126,7 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
+ <div
|
|
|
class="position siji"
|
|
|
v-for="(item, index) in deptBudgetList.tranCarInfoList"
|
|
|
:key="index"
|
|
@@ -435,7 +435,7 @@
|
|
|
<img width="22" height="22" src="../../../public/img/add.png" alt />
|
|
|
<div class="spans">添加仓位</div>
|
|
|
</el-button>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</ws-form>
|
|
|
<div style="text-align: right; padding: 10px">
|
|
|
<el-button
|
|
@@ -931,8 +931,7 @@ export default {
|
|
|
padding: 16px 20px;
|
|
|
}
|
|
|
.center {
|
|
|
- width: 90%;
|
|
|
- // margin: 0 auto;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
//表格文字
|
|
@@ -999,15 +998,13 @@ export default {
|
|
|
color: #8890b1;
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
-.position {
|
|
|
- width: 90%;
|
|
|
-}
|
|
|
+
|
|
|
//下表格样式
|
|
|
.position.siji {
|
|
|
background: white;
|
|
|
border-radius: 4px;
|
|
|
/* border: 1px solid #d8dce6; */
|
|
|
- width: 1219px;
|
|
|
+ // width: 1219px;
|
|
|
}
|
|
|
/deep/.zi {
|
|
|
width: 64px;
|
|
@@ -1040,7 +1037,7 @@ export default {
|
|
|
}
|
|
|
/deep/.basicInformation {
|
|
|
.el-form-item {
|
|
|
- width: 25%;
|
|
|
+ // width: 25%;
|
|
|
|
|
|
.el-form-item__label {
|
|
|
background: transparent;
|
|
@@ -1085,22 +1082,23 @@ export default {
|
|
|
}
|
|
|
.basicInformation .ws-info-table {
|
|
|
border: none;
|
|
|
- width: 1000px;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
/deep/.el-select .el-input__inner {
|
|
|
border: 1px solid #ccc !important;
|
|
|
padding: 0 15px !important;
|
|
|
font-size: 12px !important;
|
|
|
- width: 125px;
|
|
|
+ // width: 125px;
|
|
|
}
|
|
|
.zhong {
|
|
|
- height: 111px;
|
|
|
background: #f6f7fc;
|
|
|
border-radius: 4px;
|
|
|
border: 1px solid #d8dce6;
|
|
|
- width: 99%;
|
|
|
- margin: 0 2%;
|
|
|
- // margin-left: -76px;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+/deep/.zhong .el-form-item{
|
|
|
+ width: 20%;
|
|
|
}
|
|
|
.bg-left {
|
|
|
padding-left: 30px;
|
|
@@ -1109,12 +1107,7 @@ export default {
|
|
|
padding-left: 30px;
|
|
|
width: 150px;
|
|
|
}
|
|
|
-.basicInformation .ws-info-table {
|
|
|
- border: none;
|
|
|
- width: 141%;
|
|
|
- margin: 0 auto;
|
|
|
- // margin-left: -89px;
|
|
|
-}
|
|
|
+
|
|
|
.ys {
|
|
|
// margin-left: 300px;
|
|
|
width: 100px;
|
|
@@ -1166,9 +1159,7 @@ export default {
|
|
|
left: 0px;
|
|
|
top: 13px;
|
|
|
}
|
|
|
-.position {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
.del {
|
|
|
// position: absolute;
|
|
@@ -1189,12 +1180,11 @@ export default {
|
|
|
width: 300px;
|
|
|
height: 300px;
|
|
|
}
|
|
|
-.el-form {
|
|
|
- padding: 0 15%;
|
|
|
-}
|
|
|
+
|
|
|
/deep/.ws-info-table .el-form-item {
|
|
|
border-right: 1px solid transparent;
|
|
|
border-bottom: 1px solid transparent;
|
|
|
+ width: 33.3333%;
|
|
|
}
|
|
|
.readonly {
|
|
|
position: relative;
|
|
@@ -1227,16 +1217,28 @@ export default {
|
|
|
.el-col {
|
|
|
background: #f6f7fc;
|
|
|
}
|
|
|
+
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
+ background: #f5f7fa;
|
|
|
+ border-radius: 4px;
|
|
|
+ // border: 1px solid #d8dce6;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #8890b1;
|
|
|
+ line-height: 16px;
|
|
|
padding: 0 25px;
|
|
|
- border-left: 1px solid transparent;
|
|
|
- background: #fff;
|
|
|
+ // border-left: 1px solid transparent;
|
|
|
+ border: none;
|
|
|
}
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
width: 100px;
|
|
|
text-align: center;
|
|
|
background: #fff;
|
|
|
- // border: 1px solid #cdd2dc;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #8890b1;
|
|
|
+ line-height: 16px;
|
|
|
}
|
|
|
.button-container {
|
|
|
display: flex;
|
|
@@ -1299,14 +1301,9 @@ export default {
|
|
|
padding-right: 10px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
-.center {
|
|
|
- width: 86%;
|
|
|
- // margin: 0 auto;
|
|
|
- // margin: 0 -29%;
|
|
|
-}
|
|
|
-.el-form-item {
|
|
|
- width: 50%;
|
|
|
-}
|
|
|
+// .el-form-item {
|
|
|
+// width: 50%;
|
|
|
+// }
|
|
|
.el-form-item__label {
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -1359,8 +1356,6 @@ export default {
|
|
|
display: none;
|
|
|
}
|
|
|
.el-input__inner {
|
|
|
- background-color: #fff;
|
|
|
- border-color: #fff !important;
|
|
|
color: #000 !important;
|
|
|
font-size: 14px;
|
|
|
cursor: text;
|
|
@@ -1374,9 +1369,7 @@ export default {
|
|
|
overflow: scroll;
|
|
|
height: 93vh;
|
|
|
}
|
|
|
-.ws-info-table .el-form-item {
|
|
|
- width: 33.3333%;
|
|
|
-}
|
|
|
+
|
|
|
.readonly:after {
|
|
|
display: none;
|
|
|
}
|
|
@@ -1385,6 +1378,7 @@ export default {
|
|
|
}
|
|
|
.el-form {
|
|
|
margin-top: 50px;
|
|
|
+ padding: 0 15%;
|
|
|
}
|
|
|
.readonly {
|
|
|
width: 16%;
|
|
@@ -1399,35 +1393,8 @@ export default {
|
|
|
border-left: 0px;
|
|
|
border-top: 0px;
|
|
|
}
|
|
|
-/deep/.ws-info-table .el-form-item {
|
|
|
- border: none;
|
|
|
- height: 50px;
|
|
|
- // margin: 0 auto;
|
|
|
-}
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
- background: #f5f7fa;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #d8dce6;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- margin-bottom: 5px;
|
|
|
- background-color: #fff;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- color: #8890b1;
|
|
|
- line-height: 16px;
|
|
|
-}
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
- background-color: #fff;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- color: #8890b1;
|
|
|
- line-height: 16px;
|
|
|
-}
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
- background: #f5f7fa;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #d8dce6;
|
|
|
-}
|
|
|
+
|
|
|
+
|
|
|
/deep/.flex .ws-info-table .el-form-item .el-form-item__content {
|
|
|
border: 0px;
|
|
|
}
|
|
@@ -1463,20 +1430,7 @@ export default {
|
|
|
// border-radius: 10px;
|
|
|
// right: 20px;
|
|
|
// }
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
- /* background-color: #fff; */
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- color: #8890b1;
|
|
|
- line-height: 16px;
|
|
|
- background: border-box;
|
|
|
-}
|
|
|
-/deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
- background: #f5f7fa;
|
|
|
- border-radius: 4px;
|
|
|
- /* border: 1px solid #d8dce6; */
|
|
|
- border: none;
|
|
|
-}
|
|
|
+
|
|
|
/deep/.basicInformation .el-form-item .el-form-item__label {
|
|
|
background: transparent;
|
|
|
border: none;
|
|
@@ -1487,9 +1441,9 @@ export default {
|
|
|
line-height: 16px;
|
|
|
margin-left: 22px;
|
|
|
}
|
|
|
-/deep/.el-form-item__content .el-select {
|
|
|
- width: 42%;
|
|
|
-}
|
|
|
+// /deep/.el-form-item__content .el-select {
|
|
|
+// width: 42%;
|
|
|
+// }
|
|
|
//减号
|
|
|
.del {
|
|
|
position: absolute;
|