编辑页面开发

This commit is contained in:
sswiki
2024-12-10 23:24:44 +08:00
parent d6bcfc5492
commit e9f1c3b5cf
17 changed files with 573 additions and 98 deletions

View File

@@ -33,7 +33,6 @@ onMounted(() => {
});
const rightAsideWidthChange = (width) => {
storeDisplay.rightAsideWidth = width;
storeDisplay.commentShow = width;
}
let leftAsideStyle = computed(() => {
return {width: storeDisplay.rightAsideWidth + 'px'};