调整工位UI显示
This commit is contained in:
@@ -1062,8 +1062,8 @@ export default {
|
|||||||
.functionButton {
|
.functionButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: 5px 0 0 0;
|
margin: 3px 0 0 0;
|
||||||
padding: 5px 0;
|
padding: 2px 0;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1073,10 +1073,16 @@ export default {
|
|||||||
background-color: #13227a;
|
background-color: #13227a;
|
||||||
border: 1px solid #13227a;
|
border: 1px solid #13227a;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1rem;
|
font-size: 0.86rem;
|
||||||
|
line-height: 1.2;
|
||||||
|
letter-spacing: 3px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin: 0;
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
margin: 0 0 1px 0;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -42,8 +42,8 @@
|
|||||||
<el-dialog :append-to-body="true" :before-close="handleClose" :visible.sync="workAgainDialogVisible"
|
<el-dialog :append-to-body="true" :before-close="handleClose" :visible.sync="workAgainDialogVisible"
|
||||||
:show-close="false" title="拧紧不合格提示" center width="50%">
|
:show-close="false" title="拧紧不合格提示" center width="50%">
|
||||||
<div style="font-size: 2rem">当前拧紧不合格,请选择操作方式!</div>
|
<div style="font-size: 2rem">当前拧紧不合格,请选择操作方式!</div>
|
||||||
<div v-if="isShowNextNg" style="font-size: 1rem;"><span style="color: #409eff;">【继续下一拧紧】</span>放弃当前,继续拧紧,产品最终<span
|
<!-- <div v-if="isShowNextNg" style="font-size: 1rem;"><span style="color: #409eff;">【继续下一拧紧】</span>放弃当前,继续拧紧,产品最终<span
|
||||||
style="color: #ff0000;font-weight: bolder">不合格放行</span>!</div>
|
style="color: #ff0000;font-weight: bolder">不合格放行</span>!</div> -->
|
||||||
<div v-if="isAgainWork" style="font-size: 1rem;"><span style="color: #e6a23c;">【重新拧紧当前】</span>再次拧紧当前位置,重新记录数据!
|
<div v-if="isAgainWork" style="font-size: 1rem;"><span style="color: #e6a23c;">【重新拧紧当前】</span>再次拧紧当前位置,重新记录数据!
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: 1rem;"><span style="color: #f56c6c;">【不合格放行】</span>结束所有流程,产品直接<span
|
<div style="font-size: 1rem;"><span style="color: #f56c6c;">【不合格放行】</span>结束所有流程,产品直接<span
|
||||||
|
|||||||
Reference in New Issue
Block a user