【类 型】:refactor
【原 因】:多处使用此样式 【过 程】:.extra-space这个样式 定义到共有样式表 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
fd82e64748
commit
e471b5c97c
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<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">
|
<view class="p-24">
|
||||||
<!-- title -->
|
<!-- title -->
|
||||||
<view class="flex msb md">
|
<view class="flex msb md">
|
||||||
@ -61,7 +61,5 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.extra-space {
|
|
||||||
height: 156rpx;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user