提交 ed5607b7 编写于 作者: zcdtk's avatar zcdtk

样式加载异常

上级 0e82f994
...@@ -556,11 +556,13 @@ export default class AppMobRecorder extends Vue { ...@@ -556,11 +556,13 @@ export default class AppMobRecorder extends Vue {
* @memberof AppMobRecorder * @memberof AppMobRecorder
*/ */
public changeLabelStyle() { public changeLabelStyle() {
document.querySelectorAll(".app-mobile-picture").forEach((element: any) => { document.querySelectorAll(".app-mobile-picture").forEach((element: any) => {
let prev = this.getNearEle(element, 1); let prev = this.getNearEle(element, 1);
prev.style.transform = 'none'; if (prev) {
prev.style.marginBottom = "10px"; prev.style.transform = 'none';
}) prev.style.marginBottom = "10px";
}
});
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册