正在显示
1 个修改的文件
包含
34 行增加
和
30 行删除
@@ -51,36 +51,34 @@ | @@ -51,36 +51,34 @@ | ||
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"> | ||
56 | - <el-col :span="7" > | ||
57 | - <div class="analysis_title">总单数:</div> | ||
58 | - <div class="analysis_text"> | ||
59 | - <el-input v-model="total" readonly style="width: 100px"> | ||
60 | - </el-input> | ||
61 | - </div> | ||
62 | - </el-col> | ||
63 | - <el-col :span="1"> | ||
64 | - <el-divider direction="vertical"></el-divider> | ||
65 | - </el-col> | ||
66 | - <el-col :span="7"> | ||
67 | - <div class="analysis_title">总件数:</div> | ||
68 | - <div class="analysis_text"> | ||
69 | - <el-input v-model="pcsSum" readonly style="width: 100px"> | ||
70 | - </el-input> | ||
71 | - </div> | ||
72 | - </el-col> | ||
73 | - <el-col :span="1"> | ||
74 | - <el-divider direction="vertical"></el-divider> | ||
75 | - </el-col> | ||
76 | - <el-col :span="7"> | ||
77 | - <div class="analysis_title">总重量:</div> | ||
78 | - <div class="analysis_text"> | ||
79 | - <el-input v-model="weightSum" readonly style="font-size:12px;color:cornflowerblue;width: 100px"> | ||
80 | - </el-input> | ||
81 | - </div> | ||
82 | - </el-col> | ||
83 | - </el-col> | 54 | + <el-row class="toolbar" style="height: 70px"> |
55 | + <el-col :span="7" > | ||
56 | + <div class="analysis_title">总单数:</div> | ||
57 | + <div class="analysis_text"> | ||
58 | + <el-input v-model="total" readonly> | ||
59 | + </el-input> | ||
60 | + </div> | ||
61 | + </el-col> | ||
62 | + <el-col :span="1"> | ||
63 | + <el-divider direction="vertical"></el-divider> | ||
64 | + </el-col> | ||
65 | + <el-col :span="7"> | ||
66 | + <div class="analysis_title">总件数:</div> | ||
67 | + <div class="analysis_text"> | ||
68 | + <el-input v-model="pcsSum" readonly> | ||
69 | + </el-input> | ||
70 | + </div> | ||
71 | + </el-col> | ||
72 | + <el-col :span="1"> | ||
73 | + <el-divider direction="vertical"></el-divider> | ||
74 | + </el-col> | ||
75 | + <el-col :span="7"> | ||
76 | + <div class="analysis_title">总重量:</div> | ||
77 | + <div class="analysis_text"> | ||
78 | + <el-input v-model="weightSum" readonly> | ||
79 | + </el-input> | ||
80 | + </div> | ||
81 | + </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; |
-
请 注册 或 登录 后发表评论