修改crud代码,增加textarea类型支持。修改版本管理展示

This commit is contained in:
2025-02-14 13:56:17 +08:00
parent 12c5677a84
commit 3cd59b4cd7
11 changed files with 257 additions and 336 deletions

View File

@@ -40,7 +40,7 @@ const isSidebarCollapsed = computed(() => !appStore.sidebar.opened);
<style lang="scss" scoped>
.has-logo {
.el-scrollbar {
height: calc(100vh - $navbar-height);
height: calc(100vh - $navbar-height - $window-top);
}
}
</style>