docs: unocss 说明
This commit is contained in:
parent
c093a46a08
commit
2f24eedcf0
@ -70,3 +70,9 @@ export default defineConfig({
|
|||||||
['pb-safe', { 'padding-bottom': 'env(safe-area-inset-bottom)' }],
|
['pb-safe', { 'padding-bottom': 'env(safe-area-inset-bottom)' }],
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 最终这一套组合下来会得到:
|
||||||
|
* mp 里面:mt-4 => margin-top: 32rpx
|
||||||
|
* h5 里面:mt-4 => margin-top: 1rem
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user