floorSelector.vue 2.0

This commit is contained in:
minimaxagent1 2025-08-08 17:24:44 +08:00
parent 517a29fc10
commit 27b9420375

View File

@ -293,7 +293,7 @@ export default {
transparent 8rpx, transparent 8rpx,
transparent 16rpx transparent 16rpx
); );
margin: 26rpx 0 30rpx 0; margin: 26rpx 0 0 0;
} }
.content-section { .content-section {
@ -302,6 +302,7 @@ export default {
} }
.area-section { .area-section {
margin-top: 30rpx;
width: 180rpx; width: 180rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -345,7 +346,7 @@ export default {
.unit-section { .unit-section {
//border: 1rpx solid #f47fef; //border: 1rpx solid #f47fef;
flex: 1; flex: 1;
margin-top: 34rpx; margin-top: 64rpx;
} }
.unit-grid { .unit-grid {