From 1fe57c5855655e406e44497417152ca0e1e2cc5e Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期二, 13 五月 2025 14:00:17 +0800 Subject: [PATCH] 展会样式布局更改 --- UI-Project/src/views/Slicecage/slicecage.vue | 208 ++++++++++++++++++++++++++-------------------------- 1 files changed, 104 insertions(+), 104 deletions(-) diff --git a/UI-Project/src/views/Slicecage/slicecage.vue b/UI-Project/src/views/Slicecage/slicecage.vue index 9065931..787819e 100644 --- a/UI-Project/src/views/Slicecage/slicecage.vue +++ b/UI-Project/src/views/Slicecage/slicecage.vue @@ -1076,10 +1076,105 @@ <div style="margin-left: 70px;">{{ $t('searchOrder.outRequestEntity') }}</div> <i :style="{ marginTop: '2px', backgroundColor: outRequestEntity, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i> </div> +<!-- // 鐖剁骇妗� --> +<div class="img-dlpl" > + <div class="img-car1" :style="'z-index:999;left:240px;top:' + 350*carPosition[0] + 'px;position:absolute;'"> + <div + v-for="(rect, index) in adjusta" + :key="rect.id" + :style="{ + width: '30px', + height: '5px', + backgroundColor: '#409EFF', + marginLeft: 5+ `px`, + top: '10px', + }" + > + </div> + </div> + <div class="img-car4" :style="'z-index:999;left:630px;top:' + 350*carPosition[1] + 'px;position:absolute;'"> + <div + v-for="(rect, index) in adjust" + :key="rect.id" + :style="{ + width: '30px', + height: '5px', + backgroundColor: '#409EFF', + marginLeft: 5+ `px`, + top: '10px', + }" + > + </div> + </div> + <div style="position: relative;"> + <div v-show="cell1" style="width: 170px;height: 53px;position: relative;top:63px;left: 445px;"> + <div v-for="(rect, rectIndex) in adjustedRects" :key="rect.id" :style="rectStyle(rect, rectIndex)"> + <div + v-for="(subRect, subIndex) in getSubRects(rectIndex)" + :key="subIndex" + :style="subRectStyle(rectIndex, subIndex)" + ></div> + </div> + </div> + <div v-show="cell2" style="width: 170px;height: 53px;position: relative;top:72px;left: 445px;"> + <div v-for="(rect, rectIndex) in adjustedRectsa" :key="rect.id" :style="rectStylea(rect, rectIndex)"> + <div + v-for="(subRect, subIndex) in getSubRectsa(rectIndex)" + :key="subIndex" + :style="subRectStylea(rectIndex, subIndex)" + ></div> + </div> + </div> + <div v-show="cell3" style="width: 170px;height: 53px;position: relative;top:81px;left: 445px;"> + <div v-for="(rect, rectIndex) in adjustedRectsb" :key="rect.id" :style="rectStyleb(rect, rectIndex)"> + <div + v-for="(subRect, subIndex) in getSubRectsb(rectIndex)" + :key="subIndex" + :style="subRectStyleb(rectIndex, subIndex)" + ></div> + </div> + </div> + <div v-show="cell4" style="width: 170px;height: 53px;position: relative;top:89px;left: 445px;"> + <div v-for="(rect, rectIndex) in adjustedRectsc" :key="rect.id" :style="rectStylec(rect, rectIndex)"> + <div + v-for="(subRect, subIndex) in getSubRectsc(rectIndex)" + :key="subIndex" + :style="subRectStylec(rectIndex, subIndex)" + ></div> + </div> + </div> +</div> +</div> +<el-card style="flex: 1;margin-left: 1074px;margin-top: -410px;"> + <div style="width: 100%; height: calc(100% - 35px); overflow-y: auto;max-height: 420px;"> + <el-table height="370px" ref="table" border + :data="tableDatass" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> + <el-table-column fixed prop="engineerId" align="center" :label="$t('Mounting.project')" min-width="100" /> + <el-table-column prop="countTemp" align="center" :label="$t('searchOrder.totalfurnaces')" min-width="68" /> + <el-table-column prop="fullTemp" align="center" :label="$t('searchOrder.furnaces')" min-width="82" /> + <el-table-column prop="countGlass" align="center" :label="$t('searchOrder.cagesnumber')" min-width="82" /> + <el-table-column prop="area" align="center" :label="$t('large.are')" min-width="65" /> + <el-table-column prop="countSlot" align="center" :label="$t('searchOrder.slotnumber')" min-width="95" /> + <el-table-column prop="percent" align="center" :label="$t('searchOrder.progress')" min-width="75" /> + </el-table> + </div> + </el-card> +<div style="padding: 10px;display: flex;height:130px;margin-top:1px"> + <div v-for="(item, index) in tableDatae" :key="index" id="occupy"> + <el-col style="text-align:left;font-weight: bold;">#{{ item.device_id }}</el-col> + <el-col style="text-align:left;display:flex;justify-content: space-between;align-items: center;"> + <span>{{ $t('searchOrder.Usage') }}</span><span>{{ item.percentage }}%</span> + </el-col> + <hr style="width:80%;margin: 0 auto;" /> + <el-col style="text-align:left;display:flex;justify-content: space-between;align-items: center;"> + <span>{{ $t('searchOrder.free') }}</span><span>{{ item.count }}</span> + </el-col> + </div> + </div> <div class="table-container"> - <el-card style="flex: 1;margin-left: 10px;margin-top: 10px;"> - <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 300px;"> - <el-table height="300px" ref="table" + <el-card style="flex: 1;margin-left: 10px;margin-top: 3px;"> + <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 200px;"> + <el-table height="200px" ref="table" :row-class-name="tableRowClassName" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> <el-table-column prop="glassId" align="center" :label="$t('searchOrder.intoglassid')" min-width="140" /> @@ -1100,8 +1195,8 @@ </el-table> </div> </el-card> - <el-card style="flex: 1;margin-left: 10px;margin-top: 10px;"> - <el-table height="300px" ref="table" + <el-card style="flex: 1;margin-left: 10px;margin-top: 3px;"> + <el-table height="200px" ref="table" :data="tableDatac" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> <el-table-column prop="glassId" align="center" :label="$t('searchOrder.outputglassID')" min-width="140" /> <el-table-column prop="startSlot" align="center" :label="$t('searchOrder.startposition')" min-width="120" /> @@ -1114,103 +1209,8 @@ </el-table> </el-card> </div> - <div style="padding: 10px;display: flex;height:130px;"> - <div v-for="(item, index) in tableDatae" :key="index" id="occupy"> - <el-col style="text-align:left;font-weight: bold;">#{{ item.device_id }}</el-col> - <el-col style="text-align:left;display:flex;justify-content: space-between;align-items: center;"> - <span>{{ $t('searchOrder.Usage') }}</span><span>{{ item.percentage }}%</span> - </el-col> - <hr style="width:80%;margin: 0 auto;" /> - <el-col style="text-align:left;display:flex;justify-content: space-between;align-items: center;"> - <span>{{ $t('searchOrder.free') }}</span><span>{{ item.count }}</span> - </el-col> - </div> - </div> -<!-- // 鐖剁骇妗� --> -<div class="img-dlpl" > - <div class="img-car1" :style="'z-index:999;left:290px;top:' + 350*carPosition[0] + 'px;position:absolute;'"> - <div - v-for="(rect, index) in adjusta" - :key="rect.id" - :style="{ - width: '30px', - height: '5px', - backgroundColor: '#409EFF', - marginLeft: 5+ `px`, - top: '10px', - }" - > - </div> - </div> - <div class="img-car4" :style="'z-index:999;left:735px;top:' + 350*carPosition[1] + 'px;position:absolute;'"> - <div - v-for="(rect, index) in adjust" - :key="rect.id" - :style="{ - width: '30px', - height: '5px', - backgroundColor: '#409EFF', - marginLeft: 5+ `px`, - top: '10px', - }" - > - </div> - </div> - <div style="position: relative;"> - <div v-show="cell1" style="width: 170px;height: 53px;position: relative;top:63px;left: 525px;"> - <div v-for="(rect, rectIndex) in adjustedRects" :key="rect.id" :style="rectStyle(rect, rectIndex)"> - <div - v-for="(subRect, subIndex) in getSubRects(rectIndex)" - :key="subIndex" - :style="subRectStyle(rectIndex, subIndex)" - ></div> - </div> - </div> - <div v-show="cell2" style="width: 170px;height: 53px;position: relative;top:67px;left: 525px;"> - <div v-for="(rect, rectIndex) in adjustedRectsa" :key="rect.id" :style="rectStylea(rect, rectIndex)"> - <div - v-for="(subRect, subIndex) in getSubRectsa(rectIndex)" - :key="subIndex" - :style="subRectStylea(rectIndex, subIndex)" - ></div> - </div> - </div> - <div v-show="cell3" style="width: 170px;height: 53px;position: relative;top:72px;left: 525px;"> - <div v-for="(rect, rectIndex) in adjustedRectsb" :key="rect.id" :style="rectStyleb(rect, rectIndex)"> - <div - v-for="(subRect, subIndex) in getSubRectsb(rectIndex)" - :key="subIndex" - :style="subRectStyleb(rectIndex, subIndex)" - ></div> - </div> - </div> - <div v-show="cell4" style="width: 170px;height: 53px;position: relative;top:77px;left: 525px;"> - <div v-for="(rect, rectIndex) in adjustedRectsc" :key="rect.id" :style="rectStylec(rect, rectIndex)"> - <div - v-for="(subRect, subIndex) in getSubRectsc(rectIndex)" - :key="subIndex" - :style="subRectStylec(rectIndex, subIndex)" - ></div> - </div> - </div> -</div> -</div> -<el-card style="flex: 1;margin-left: 1220px;margin-top: -510px;"> - <div style="width: 100%; height: calc(100% - 35px); overflow-y: auto;max-height: 420px;"> - <el-table height="420px" ref="table" border - :data="tableDatass" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> - <el-table-column fixed prop="engineerId" align="center" :label="$t('Mounting.project')" min-width="100" /> - <el-table-column prop="countTemp" align="center" :label="$t('searchOrder.totalfurnaces')" min-width="68" /> - <el-table-column prop="fullTemp" align="center" :label="$t('searchOrder.furnaces')" min-width="82" /> - <el-table-column prop="countGlass" align="center" :label="$t('searchOrder.cagesnumber')" min-width="82" /> - <el-table-column prop="area" align="center" :label="$t('large.are')" min-width="70" /> - <el-table-column prop="countSlot" align="center" :label="$t('searchOrder.slotnumber')" min-width="96" /> - <el-table-column prop="percent" align="center" :label="$t('searchOrder.progress')" min-width="80" /> - </el-table> - </div> - </el-card> - </div> + <el-dialog v-model="add" top="10vh" width="70%" :title="$t('searchOrder.addcage')" > <div style="margin-bottom: 20px"> <el-form> @@ -1705,10 +1705,10 @@ background-image:url('../../assets/ganghuaqian.png'); background-repeat: no-repeat; background-attachment: local; - min-height: 400px; - width: 1200px; + min-height: 380px; + width: 1050px; max-width: 100%; - background-size: 1200px 400px; + background-size: 1050px 380px; overflow: hidden; position:relative } -- Gitblit v1.8.0