chore: center

This commit is contained in:
dap 2024-09-13 13:51:58 +08:00
parent feb30f7d8c
commit d02c2129b6

View File

@ -163,14 +163,9 @@ function handleSelect(selectedKeys: Key[]) {
</template>
<style lang="scss" scoped>
/**
todo
*/
.ant-tree {
:deep(&-switcher) {
display: flex;
align-items: center;
}
:deep(.ant-tree .ant-tree-switcher) {
display: flex;
align-items: center;
}
/** codeMirror 占满容器高度 即calc计算的高度 */