优化页面

This commit is contained in:
pengxiaolong
2025-05-27 13:06:24 +08:00
parent 728dfd501f
commit cf8728f0d7
29 changed files with 357 additions and 137 deletions

View File

@@ -38,7 +38,7 @@
}
.popup-content.data-v-9639f721 {
width: 500rpx;
height: 300rpx;
height: 700rpx;
background-color: #fff;
border-radius: 10px;
display: flex;
@@ -72,3 +72,30 @@
margin-left: 30rpx;
border-radius: 20rpx;
}
.scroll.data-v-9639f721 {
width: 470rpx;
height: 500rpx;
border: 1px solid #afafaf;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card.data-v-9639f721 {
margin-top: 10rpx;
margin-left: 10rpx;
}
.card-content.data-v-9639f721 {
width: 445rpx;
height: 70rpx;
border: 1px solid #afafaf;
border-radius: 10px;
}
.createModule.data-v-9639f721{
position: fixed;
bottom: 0;
right: 0;
z-index: 998;
width: 100vw;
}