【解决todo】ai-layout 100%高宽问题,只能通过 position: absolute 来特殊处理

This commit is contained in:
cherishsince 2024-07-09 17:17:45 +08:00
parent b4b9015869
commit cb68ef5fa7

View File

@ -570,7 +570,6 @@ onMounted(async () => {
<style lang="scss" scoped> <style lang="scss" scoped>
.ai-layout { .ai-layout {
// TODO @ height 100% TODO @fan
position: absolute; position: absolute;
flex: 1; flex: 1;
top: 0; top: 0;