接入画布

This commit is contained in:
X1627315083
2025-06-09 10:25:54 +08:00
parent 87a08f5f8f
commit c266967f16
157 changed files with 43833 additions and 1571 deletions

View File

@@ -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{