作者 小范

总数统计栏优化

@@ -51,12 +51,11 @@ @@ -51,12 +51,11 @@
51 </el-col> 51 </el-col>
52 </el-row> 52 </el-row>
53 </el-row> 53 </el-row>
54 - <el-row>  
55 - <el-col :gutter="0" class="toolbar toobar_analysis" style="margin-top: -25px;height: 100px"> 54 + <el-row class="toolbar" style="height: 70px">
56 <el-col :span="7" > 55 <el-col :span="7" >
57 <div class="analysis_title">总单数:</div> 56 <div class="analysis_title">总单数:</div>
58 <div class="analysis_text"> 57 <div class="analysis_text">
59 - <el-input v-model="total" readonly style="width: 100px"> 58 + <el-input v-model="total" readonly>
60 </el-input> 59 </el-input>
61 </div> 60 </div>
62 </el-col> 61 </el-col>
@@ -66,7 +65,7 @@ @@ -66,7 +65,7 @@
66 <el-col :span="7"> 65 <el-col :span="7">
67 <div class="analysis_title">总件数:</div> 66 <div class="analysis_title">总件数:</div>
68 <div class="analysis_text"> 67 <div class="analysis_text">
69 - <el-input v-model="pcsSum" readonly style="width: 100px"> 68 + <el-input v-model="pcsSum" readonly>
70 </el-input> 69 </el-input>
71 </div> 70 </div>
72 </el-col> 71 </el-col>
@@ -76,11 +75,10 @@ @@ -76,11 +75,10 @@
76 <el-col :span="7"> 75 <el-col :span="7">
77 <div class="analysis_title">总重量:</div> 76 <div class="analysis_title">总重量:</div>
78 <div class="analysis_text"> 77 <div class="analysis_text">
79 - <el-input v-model="weightSum" readonly style="font-size:12px;color:cornflowerblue;width: 100px"> 78 + <el-input v-model="weightSum" readonly>
80 </el-input> 79 </el-input>
81 </div> 80 </div>
82 </el-col> 81 </el-col>
83 - </el-col>  
84 </el-row> 82 </el-row>
85 <!-- 列表区域--> 83 <!-- 列表区域-->
86 <el-row> 84 <el-row>
@@ -974,6 +972,12 @@ @@ -974,6 +972,12 @@
974 } 972 }
975 </style> 973 </style>
976 <style> 974 <style>
  975 + .el-input--mini .el-input__inner{
  976 + background-color: rgba(255,255,255,0.1);
  977 + border: 0px;
  978 + font-size: 14px;
  979 + color: rgb(64,158,255);
  980 + }
977 .my-text-area .el-textarea__inner{ 981 .my-text-area .el-textarea__inner{
978 min-height: 28px; 982 min-height: 28px;
979 height: 28px; 983 height: 28px;