预览模式和编辑模式大致完成

This commit is contained in:
Hcat1314
2023-12-20 12:21:42 +08:00
parent 0341e93686
commit a850d9af78
9 changed files with 894 additions and 51 deletions

View File

@@ -39,6 +39,7 @@ import {
defineProps,
watch,
nextTick,
ref,
} from "vue";
// 定义事件发射器,父组件监听
@@ -243,9 +244,16 @@ const equipment = {
display: flex;
justify-content: space-between;
button[disabled] {
color: grey !important;
opacity: 1
}
button {
cursor: pointer;
transition: transform 0.1s linear 0s;
}
& :nth-child(1) {