|
@@ -52,7 +52,7 @@
|
|
|
<div class="contents" v-if="allWrong">
|
|
|
<div class="headine headConCon" ref="headine" :style="'width:'+(windowWidth - 400)+'px'">
|
|
|
<h3 ref="headHe" style="padding-left: 10px;float:left;width:15%">{{shuz[ins]}}</h3>
|
|
|
- <div class="headScreen" style="width:60%">
|
|
|
+ <div class="headScreen" style="width:70%">
|
|
|
<!-- 客户项目利润表的筛选 -->
|
|
|
<template v-if="ins == 4">
|
|
|
<el-select v-model="customerId" placeholder="请选择客户" clearable filterable size="small" @change="selcts(4)" style="margin-right:20px">
|
|
@@ -1945,10 +1945,13 @@ export default {
|
|
|
}
|
|
|
.headine {
|
|
|
/* width: 100%; */
|
|
|
- height: 46.4px;
|
|
|
- line-height: 46.4px;
|
|
|
+ /* height: 46.4px; */
|
|
|
+ /* line-height: 46.4px; */
|
|
|
background: #fff;
|
|
|
box-sizing: border-box;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.headine h3 {
|
|
|
margin: 0;
|
|
@@ -1967,7 +1970,7 @@ export default {
|
|
|
height: 46.4px;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- padding-left: 60px;
|
|
|
+ /* padding-left: 60px; */
|
|
|
}
|
|
|
/* /费用报销标题 */
|
|
|
.sidebars {
|