1/13 界面优化1.1

20240912_adapter
wangwei 3 months ago
parent 40f7191ac6
commit 18d29d21fb

@ -18,7 +18,7 @@
</el-col> </el-col>
<el-col :span="8" style="border: 1px solid #e3dfe1; margin-left: 20px; padding: 15px;height: 700px;"> <el-col :span="8" style="border: 1px solid #e3dfe1; margin-left: 20px; padding: 15px;height: 700px;">
<h2 style="font-weight: bold;">扫码队列({{codeArray.length}})</h2> <h2 style="font-weight: bold;">扫码明细({{codeArray.length}})</h2>
<!--<el-divider></el-divider>--> <!--<el-divider></el-divider>-->
<div style=" border-top: 1px solid #ccc;"> <div style=" border-top: 1px solid #ccc;">
<el-table v-loading="loading" :data="codeArray" style="width: 100%;margin-top: 20px" max-height="350" <el-table v-loading="loading" :data="codeArray" style="width: 100%;margin-top: 20px" max-height="350"
@ -213,7 +213,7 @@ export default {
.scan-count { .scan-count {
color: red; color: red;
font-size: 26px; font-size: 28px;
} }
.actual-count { .actual-count {

Loading…
Cancel
Save