@@ -472,6 +472,12 @@ getDict('areaTreeData', null, 'areaTreeData').then(({ data }) => {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
+ height: 100%;
+ width: 100%;
+ background-color: #c3c3c373;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}