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