弹出层样式调整

This commit is contained in:
唐明明
2022-02-18 17:20:35 +08:00

View File

@@ -140,13 +140,14 @@
<style lang="scss" scoped>
.sent--popups {
background: white;
padding: 30rpx 15rpx;
padding: 30rpx 15rpx;
display: flex;
flex-wrap: wrap;
flex-direction: row;
.item {
width: 150rpx;
margin: 15rpx;
margin: 15rpx;
text-align: center;
}
.text {