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

样式加载异常

上级 0e82f994
...@@ -558,9 +558,11 @@ export default class AppMobRecorder extends Vue { ...@@ -558,9 +558,11 @@ export default class AppMobRecorder extends Vue {
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);
if (prev) {
prev.style.transform = 'none'; prev.style.transform = 'none';
prev.style.marginBottom = "10px"; prev.style.marginBottom = "10px";
}) }
});
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册