diff --git a/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue b/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue index 62e9a5f..2e9c825 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue @@ -1,1510 +1,1507 @@ - - - - - \ No newline at end of file + + .editable-cell-icon { + margin-top: 4px; + display: none; + } + + .editable-cell-icon-check { + line-height: 28px; + } + + .editable-cell-icon:hover, + .editable-cell-icon-check:hover { + color: #108ee9; + } + + .editable-add-btn { + margin-bottom: 8px; + } +} +.editable-cell:hover .editable-cell-icon { + display: inline-block; +} +.div-operation { + width: 3px; + height: 13px; + opacity: 1; + border-radius: 1px; + background: rgba(67, 136, 251, 1); +} +.text-operation { + color: rgba(255, 255, 255, 1); + font-size: 16px; + font-weight: 700; + margin-left: 5px; +} +.div-operation, +.text-operation { + display: inline-block; +} +.journal { + padding: 3% 10%; + background-image: url("../../../../public/bulbLogo/bgsquare.png"); + background-size: 482px 177px; + width: 482px; + height: 177px; +} +.gird22 { + display: grid; + grid-template-columns: repeat(2, 1fr); + grid-template-rows: repeat(2, 1fr); + grid-column-gap: 5px; + grid-row-gap: 20px; + margin-top: 10px; +} +.bulbLogo1 { + background-image: url("../../../../public/bulbLogo/bulbLogo1.png"); +} +.imgText { + display: flex; + align-items: center; +} +:deep(.ant-modal-content) { + width: 555px; + height: 792px; +} +:deep(.ant-modal-body) { + width: 555px; + max-height: 792px !important; + box-sizing: border-box; +} +