Преглед на файлове

[Feat 0000] 为保德超链接添加图标

houzekong преди 5 дни
родител
ревизия
6b06808a2e
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 2 1
      src/views/vent/home/configurable/dustBD.vue
  2. 2 1
      src/views/vent/home/configurable/fireBD.vue

+ 2 - 1
src/views/vent/home/configurable/dustBD.vue

@@ -58,7 +58,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 />
@@ -74,6 +74,7 @@
   import ModuleBD from './components/ModuleBD.vue';
   import VentModal from '/@/components/vent/micro/ventModal.vue';
   import { getDisHome } from './configurable.api';
+  import { EyeFilled } from '@ant-design/icons-vue';
   // import { testConfigBDDust } from './configurable.data.bd';
   // import { getToken } from '/@/utils/auth';
 

+ 2 - 1
src/views/vent/home/configurable/fireBD.vue

@@ -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';