diff --git a/src/renderer/src/views/tool/components/side.vue b/src/renderer/src/views/tool/components/side.vue index 341bb2f..0e42577 100644 --- a/src/renderer/src/views/tool/components/side.vue +++ b/src/renderer/src/views/tool/components/side.vue @@ -48,9 +48,9 @@ const props = defineProps({ data: { // 数据 type: Array, default: () => [ - { label: '资源', prop: 'resource', icon: 'icon-kechengziyuan1' }, - { label: '互动', prop: 'interact', icon: 'icon-hudong' }, - { label: '窗口', prop: 'win', icon: 'icon-tubiaozhizuomobanyihuifu-' }, + { label: '活动', prop: 'resource', icon: 'icon-kechengziyuan1' }, + // { label: '互动', prop: 'interact', icon: 'icon-hudong' }, + // { label: '窗口', prop: 'win', icon: 'icon-tubiaozhizuomobanyihuifu-' }, { label: '下课', prop: 'over', isExtra: true, icon: 'icon-a-lujing13357' }, ] } @@ -103,7 +103,7 @@ const clickHandel = (o, e) => { top: 50%; transform: translateY(-50%); right: 10px; - min-height: 40vh; + //min-height: 40vh; min-width: 4em; border-radius: 4em; background-color: #121212;