优化bug
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<el-button @click="sureCD" class="device_info_sure_btn" type="primary">确定</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex_box device_info_options">
|
||||
<div class="flex_box flex_row_between device_info_options">
|
||||
<div v-if="printer_info.strongList[2]" class="device_info_option">
|
||||
<div class="device_info_option_box">
|
||||
<img src="@/assets/images/device4.png" />
|
||||
@@ -830,8 +830,8 @@ export default {
|
||||
},
|
||||
// 更换左右磁盘类型
|
||||
handleCommandCD(e, type) {
|
||||
that.printer_info.strongList[type].cd_type = e
|
||||
that.changeCD.req_info.strong_list[type - 1].strong_type = e
|
||||
that.printer_info.strongList[type].cd_type = parseInt(e)
|
||||
that.changeCD.req_info.strong_list[type - 1].strong_type = parseInt(e)
|
||||
},
|
||||
sureCD() {
|
||||
that.$store
|
||||
@@ -1123,7 +1123,6 @@ $red: #ff0000;
|
||||
.device_info_options {
|
||||
.device_info_option {
|
||||
padding: 0 10px;
|
||||
margin-right: 40px;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -1343,7 +1342,7 @@ $red: #ff0000;
|
||||
.device_right {
|
||||
width: 50%;
|
||||
.device_right_top {
|
||||
height: 190px;
|
||||
height: 210px;
|
||||
background: #ffffff;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 18px;
|
||||
@@ -1409,7 +1408,7 @@ $red: #ff0000;
|
||||
}
|
||||
.device_right_top_line {
|
||||
width: 2px;
|
||||
height: 150px;
|
||||
height: 170px;
|
||||
background: #e1f5e5;
|
||||
margin: 0 24px;
|
||||
}
|
||||
@@ -1510,13 +1509,13 @@ $red: #ff0000;
|
||||
}
|
||||
}
|
||||
.work_box {
|
||||
height: calc(100vh - 605px);
|
||||
height: calc(100vh - 625px);
|
||||
::-webkit-scrollbar {
|
||||
width: 0; /* 设置滚动条的宽度 */
|
||||
height: 0;
|
||||
}
|
||||
.el-table.work_table {
|
||||
height: calc(100vh - 665px) !important;
|
||||
height: calc(100vh - 685px) !important;
|
||||
::v-deep .el-table__body-wrapper {
|
||||
height: calc(100% - 48px) !important;
|
||||
overflow: scroll !important;
|
||||
|
||||
Reference in New Issue
Block a user