修改crud代码,增加textarea类型支持。修改版本管理展示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user