|
@@ -103,24 +103,25 @@
|
|
style="width:70px"
|
|
style="width:70px"
|
|
/>
|
|
/>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
- <ws-form-item>
|
|
|
|
-
|
|
|
|
|
|
+ <!-- <ws-form-item>
|
|
|
|
+ </ws-form-item> -->
|
|
<el-button
|
|
<el-button
|
|
v-if="deptBudgetList.priceStatus=='审核中'"
|
|
v-if="deptBudgetList.priceStatus=='审核中'"
|
|
type="primary"
|
|
type="primary"
|
|
v-hasPermission="`tranManager.transportationInfo.trian`"
|
|
v-hasPermission="`tranManager.transportationInfo.trian`"
|
|
size="small"
|
|
size="small"
|
|
@click="examine()"
|
|
@click="examine()"
|
|
|
|
+ class="submit"
|
|
>审核中</el-button
|
|
>审核中</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
v-else
|
|
v-else
|
|
type="primary"
|
|
type="primary"
|
|
size="small"
|
|
size="small"
|
|
|
|
+ class="submit"
|
|
@click="priceSubmit()"
|
|
@click="priceSubmit()"
|
|
>提交</el-button
|
|
>提交</el-button
|
|
>
|
|
>
|
|
- </ws-form-item>
|
|
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
class="liaison"
|
|
class="liaison"
|
|
@@ -752,7 +753,7 @@ export default {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
.el-form-item {
|
|
.el-form-item {
|
|
- width: 50%;
|
|
|
|
|
|
+ width: 33.333%;
|
|
}
|
|
}
|
|
.el-form-item__label {
|
|
.el-form-item__label {
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -811,10 +812,10 @@ export default {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
.el-input__inner {
|
|
.el-input__inner {
|
|
- color: #000 !important;
|
|
|
|
|
|
+ color: #c0c4cc !important;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
cursor: text;
|
|
cursor: text;
|
|
- padding: 0 !important;
|
|
|
|
|
|
+ padding: 0 10px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//减号
|
|
//减号
|
|
@@ -940,10 +941,14 @@ export default {
|
|
padding: 0px;
|
|
padding: 0px;
|
|
}
|
|
}
|
|
.myTest{
|
|
.myTest{
|
|
- width: 800px;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
- height: 40px;
|
|
|
|
margin: 20px 0;
|
|
margin: 20px 0;
|
|
|
|
+ // background: green;
|
|
|
|
+ padding-left: 20px;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 800px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+.myTest .submit{
|
|
|
|
+ margin-top: -16px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|