Files
iot-bedroom-environment-con…/微信小程序源码/iot-home/node_modules/@vant/weapp/lib/slider/index.wxs
2026-02-07 23:14:57 +08:00

15 lines
284 B
XML

/* eslint-disable */
var style = require('../wxs/style.wxs');
var addUnit = require('../wxs/add-unit.wxs');
function barStyle(barHeight, activeColor) {
return style({
height: addUnit(barHeight),
background: activeColor,
});
}
module.exports = {
barStyle: barStyle,
};