云生成

This commit is contained in:
X1627315083
2025-04-23 09:39:24 +08:00
parent b776f6a0c5
commit 42dfa3c032
22 changed files with 604 additions and 144 deletions

View File

@@ -384,12 +384,12 @@ export default defineComponent({
<style lang="less" scoped>
.molepositon{
width: 30rem;
height: 65rem;
height: 66rem;
// height: 80rem;
display: flex;
flex-direction: column;
// margin: auto 0;
padding-top: 3rem;
// padding-top: 3rem;
position: relative;
display: none;
&.active{
@@ -409,9 +409,9 @@ export default defineComponent({
z-index: 2;
position: relative;
width: 100%;
height: 100%;
object-fit: contain;
object-fit: contain;
height: auto;
// height: 100%;
// object-fit: contain;
}
>div{
position: absolute;
@@ -422,8 +422,10 @@ export default defineComponent({
height: 100%;
img{
// width: 100%;
// height: 100%;
width: 100%;
height: 100%;
height: auto;
float: left;
user-select:none;
-webkit-user-drag: none;