【类 型】:refactor

【原  因】:多处使用此样式
【过  程】:.extra-space这个样式 定义到共有样式表
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
This commit is contained in:
sszdot 2025-01-08 15:52:28 +08:00
parent fd82e64748
commit e471b5c97c

View File

@ -1,6 +1,6 @@
<template>
<view>
<u-popup :show="cartShow" round="10" mode="bottom" @close="closeCart" zIndex="10070">
<u-popup :show="cartShow" round="8" mode="bottom" @close="closeCart" zIndex="10070">
<view class="p-24">
<!-- title -->
<view class="flex msb md">
@ -61,7 +61,5 @@
</script>
<style lang="scss" scoped>
.extra-space {
height: 156rpx;
}
</style>