wip: 🚧 通知公告开发

通知公告开发
This commit is contained in:
Theo
2024-09-01 01:27:01 +08:00
parent 1da5772461
commit 0850359002
5 changed files with 535 additions and 255 deletions

View File

@@ -12,8 +12,12 @@ const value = ref("初始内容");
type="primary"
target="_blank"
class="mb-[20px]"
>示例源码 请点击>>>></el-link
>
<editor v-model="value" style="height: calc(100vh - 180px)" />
示例源码 请点击>>>>
</el-link>
<editor
v-model="value"
style=" z-index: 99999;height: calc(100vh - 180px)"
/>
</div>
</template>