1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-28 04:16:37 +08:00
2020-12-18 15:29:19 +08:00

14 lines
250 B
XML

/* eslint-disable */
var style = require('../wxs/style.wxs');
var addUnit = require('../wxs/add-unit.wxs');
function rootStyle(data) {
return style({
'padding-left': addUnit(data.gutter),
});
}
module.exports = {
rootStyle: rootStyle,
};