diff --git a/src/views/EquipmentUpOrDown/tool/index.vue b/src/views/EquipmentUpOrDown/tool/index.vue index 8dd29d99..4d0b88b8 100644 --- a/src/views/EquipmentUpOrDown/tool/index.vue +++ b/src/views/EquipmentUpOrDown/tool/index.vue @@ -91,53 +91,64 @@ 上架编码工具 - - - - - - - - - - - - +
+ + + + + + + + + + + + - - - - + + + + +
- +
+ +
@@ -1001,30 +1012,30 @@ export default { } .content-box { - // height: calc(100vh - 220px); - // border-radius: 8px; - // display: flex; - // flex-direction: column; - // overflow: hidden; + height: calc(100vh - 220px); + border-radius: 8px; + display: flex; + flex-direction: column; + overflow: hidden; - // ::v-deep .el-card__body { - // display: flex !important; - // flex-direction: column !important; - // height: 100% !important; - // padding: 20px; - // } + ::v-deep .el-card__body { + display: flex !important; + flex-direction: column !important; + height: 100% !important; + padding: 20px; + } - // .el-row:first-child { - // margin-bottom: 16px; - // flex-shrink: 0; + .el-row:first-child { + margin-bottom: 16px; + flex-shrink: 0; - // .el-col { - // display: flex; - // justify-content: flex-end; - // align-items: center; - // gap: 12px; - // } - // } + .el-col { + display: flex; + justify-content: flex-end; + align-items: center; + gap: 12px; + } + } .table-container { overflow: hidden;