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

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

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