From 771d5e9ab73a45f7b67f534b477b82cbbd7c1910 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期日, 09 八月 2020 16:43:33 +0800 Subject: [PATCH] 添加应用窗口iframe上层遮罩,窗口整体响应点击置顶事件 --- src/pages/datapush/index/main.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/datapush/index/main.ts b/src/pages/datapush/index/main.ts index fa491c4..29f47b3 100644 --- a/src/pages/datapush/index/main.ts +++ b/src/pages/datapush/index/main.ts @@ -2,7 +2,7 @@ import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; import "@/assets/css/element-variables.scss"; - +import "../../../assets/css/common.scss" import App from './App.vue' import moment from "moment"; Vue.prototype.$moment = moment; -- Gitblit v1.8.0