Ver Fonte

四性检测高度修改

duy há 2 anos atrás
pai
commit
60271b2513
1 ficheiros alterados com 27 adições e 2 exclusões
  1. 27 2
      src/views/custody/testing.vue

+ 27 - 2
src/views/custody/testing.vue

@@ -279,6 +279,31 @@ const tableData = ref([
         key3: false,
         
     },
+    ,
+      {
+        id: 1,
+        key1: '初步设计外业验收有关文件、工程初步设计图纸、初步设计批复、初步设计审查咨询报告',
+        key2:3,
+        key3: false,
+        
+    },
+    ,
+      {
+        id: 1,
+        key1: '初步设计外业验收有关文件、工程初步设计图纸、初步设计批复、初步设计审查咨询报告',
+        key2:3,
+        key3: false,
+        
+    },
+    ,
+      {
+        id: 1,
+        key1: '初步设计外业验收有关文件、工程初步设计图纸、初步设计批复、初步设计审查咨询报告',
+        key2:3,
+        key3: false,
+        
+    },
+
 ])
 
 //获取数据
@@ -306,7 +331,7 @@ const stepClick = (index) => {
     display: flex;
     justify-content: space-around;
     align-items:flex-end;
-    // height: 28vh;
+    height: 28vh;
     width: 80%;
     text-align: center;
     // border: 1px solid red;
@@ -382,7 +407,7 @@ const stepClick = (index) => {
         z-index: 67;
         border: 2px solid white;
         border-radius: 50%;
-        box-shadow: 0 0 10px 10px white; 
+        box-shadow: 0 0 10px 15px rgba(255, 255, 255, 0.9); 
         margin: 0 auto;
         display: flex;
         justify-content: center;