弹出层样式调整

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

View File

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