提交 9fb638fb authored 作者: 钟是志's avatar 钟是志

iframe子调用父的Modal组件时 无法传入子自己的 样式文件

所以直接改写成 行类样式
上级 a79c3360
......@@ -8,37 +8,37 @@
}
}
.modalDiv{
display: grid;
position: relative;
overflow: auto;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
//.modalDiv{
// display: grid;
// position: relative;
// overflow: auto;
// background-repeat: no-repeat;
// background-position: center;
// background-size: cover;
//}
.readOnlyImage{
width: 100%;
display: grid;
place-items: center;
img{
height: auto;
}
}
.oneSetItem{
position: absolute;
border: 1px solid red;
p{
margin-bottom: 0;
user-select: none;
}
}
.modalParentDiv{
display: grid;
place-items: center;
width: 100%;
height: 100%;
}
//.readOnlyImage{
// width: 100%;
// display: grid;
// place-items: center;
// img{
// height: auto;
// }
//}
//.oneSetItem{
// position: absolute;
// border: 1px solid red;
// p{
// margin-bottom: 0;
// user-select: none;
// }
//}
//.modalParentDiv{
// display: grid;
// place-items: center;
// width: 100%;
// height: 100%;
//}
.ModalClass{
:global{
......@@ -47,10 +47,10 @@
}
}
}
.draggableIcon{
position: absolute;
left: 10;
top: 10;
color: red;
z-index: 10000;
}
//.draggableIcon{
// position: absolute;
// left: 10;
// top: 10;
// color: red;
// z-index: 10000;
//}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论