mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【解决todo】ai-layout 100%高宽问题,只能通过 position: absolute 来特殊处理
This commit is contained in:
parent
b4b9015869
commit
cb68ef5fa7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user