feat: base 添加uniform样式

This commit is contained in:
caoqianming 2025-10-17 11:06:39 +08:00
parent 88a6ad160b
commit 7b2e58c318
1 changed files with 14 additions and 1 deletions

15
App.vue
View File

@ -76,6 +76,10 @@
.uni-forms-item--border {
padding: 4rpx
}
.uni-forms-item__content {
display: flex;
align-items: center;
}
.dialogWrap {
position: fixed;
width: 100vw;
@ -122,5 +126,14 @@
z-index: 1;
background-color: white;
}
.footer_fixed {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
padding: 12rpx;
box-shadow: 0 -2rpx 8rpx rgba(0, 0, 0, 0.1);
z-index: 10;
}
</style>