接入画布
This commit is contained in:
@@ -352,6 +352,7 @@ export default defineComponent({
|
||||
.page_content{
|
||||
scrollbar-width: none;
|
||||
border-radius: 0;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
.modal_title_text{
|
||||
@@ -386,7 +387,8 @@ export default defineComponent({
|
||||
>img{
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
}
|
||||
}
|
||||
&.active{
|
||||
|
||||
Reference in New Issue
Block a user