Commit cb68ef5f by cherishsince

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

parent b4b90158
...@@ -570,7 +570,6 @@ onMounted(async () => { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment