diff --git a/src/views/cabinet/smart-cabinet-card/detail.vue b/src/views/cabinet/smart-cabinet-card/detail.vue index cd3c35c..4a8e568 100644 --- a/src/views/cabinet/smart-cabinet-card/detail.vue +++ b/src/views/cabinet/smart-cabinet-card/detail.vue @@ -423,24 +423,98 @@ onMounted(() => { - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + 占用 - {{ switchCellType(item.cellType) }} + + + + + + + + {{ switchCellType(item.cellType) }} + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + 空闲 - {{ switchCellType(item.cellType) }} + + + + + + + + {{ switchCellType(item.cellType) }} +
@@ -568,7 +642,6 @@ onMounted(() => { height: 130px; object-fit: contain; border-radius: 4px; - margin-bottom: 12px; } .cell-image-full { @@ -576,7 +649,6 @@ onMounted(() => { height: 130px; object-fit: contain; border-radius: 4px; - margin-bottom: 12px; } .cell-info { @@ -620,7 +692,7 @@ onMounted(() => { display: flex; justify-content: center; margin-top: auto; - padding: 8px 0 0 0; + padding: 0; /* border-top: 1px solid var(--el-border-color-light); */ .cell-btn {