mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-19 14:33:33 -04:00
!121 fix coding style
Merge pull request !121 from LiWenzhen/formatecode
This commit is contained in:
@@ -728,7 +728,7 @@ export function setTagStyle(vm: Vm, el: Element, tag: string): void {
|
||||
*/
|
||||
export function setUniversalStyle(vm: Vm, el: Element): void {
|
||||
const css = vm._css || {};
|
||||
doSetStyle(vm, el, selectStyle(css, "*", vm), css, 'universalStyle');
|
||||
doSetStyle(vm, el, selectStyle(css, '*', vm), css, 'universalStyle');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user