parent
878e469a1a
commit
7adf718231
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bd/core",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"type": "module",
|
||||
"description": "百搭UI组件库的核心",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -35,10 +35,8 @@ export function classMap(data = {}) {
|
|||
export function styleMap(data = {}) {
|
||||
let output = ''
|
||||
for (let k in data) {
|
||||
if (data[k]) {
|
||||
output += hyphen(k) + ':' + data[k] + ';'
|
||||
}
|
||||
}
|
||||
return output
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue