|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div :class="[`${prefixCls}-bottom`, '!dark:bg-dark-900']">
|
|
|
+ <div :class="[`${prefixCls}-bottom`, '!dark:bg-dark-900','zjzyWrapper']">
|
|
|
<div class="datacenter-left">
|
|
|
<div class="page-name">
|
|
|
<p>组件目录</p>
|
|
|
@@ -84,6 +84,13 @@ export default defineComponent({
|
|
|
},
|
|
|
});
|
|
|
</script>
|
|
|
+<style>
|
|
|
+.zjzyWrapper .datacenter-right{
|
|
|
+ height: calc(100vh - 195px);
|
|
|
+ overflow: auto;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+</style>
|
|
|
<style lang="less" scoped>
|
|
|
.ztree-container p.action {
|
|
|
background: #0671DD;
|
|
|
@@ -100,7 +107,6 @@ export default defineComponent({
|
|
|
float: left;
|
|
|
width: calc(100vw - 320px);
|
|
|
height: 100%;
|
|
|
- overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
.ztree-container {
|