|
@@ -68,7 +68,7 @@
|
|
|
<a-button
|
|
|
type="primary"
|
|
|
shape="circle"
|
|
|
- style="width: 34px; height: 34px; position: absolute; right: 5px; bottom: 5px"
|
|
|
+ style="width: 34px; height: 34px; position: absolute; right: 5px; bottom: 5px; z-index: 5"
|
|
|
@click="redirectTo('/micro-vent-3dModal/dashboard/analysis?type=model3D&deviceType=model3D')"
|
|
|
>
|
|
|
<EyeFilled />
|
|
@@ -85,6 +85,7 @@
|
|
|
import ModuleBDDual from './components/ModuleBDDual.vue';
|
|
|
import VentModal from '/@/components/vent/micro/ventModal.vue';
|
|
|
import { getDisHome } from './configurable.api';
|
|
|
+ import { EyeFilled } from '@ant-design/icons-vue';
|
|
|
// import { testConfigBDFire } from './configurable.data.bd';
|
|
|
// import { getToken } from '/@/utils/auth';
|
|
|
|