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> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
/** :deep(.ant-tree .ant-tree-switcher) {
todo display: flex;
*/ align-items: center;
.ant-tree {
:deep(&-switcher) {
display: flex;
align-items: center;
}
} }
/** codeMirror 占满容器高度 即calc计算的高度 */ /** codeMirror 占满容器高度 即calc计算的高度 */