zhangxc 6 lat temu
rodzic
commit
393d9e47db

+ 11 - 8
src/components/icss/BloodPressTagGroup.vue

@@ -273,20 +273,23 @@ export default {
         content: ']'
     }
     .bottomPartMid {
-        position: relative;
-        width: 10%;
-        top: 150px;
-    p {
+        width: 8%;
+        margin-top: 60px;
+        p {
         width: 100%;
         text-align: center;
         span {
+            cursor: pointer;
             display: inline-block;
-            width: 50px;
-            height: 30px;
-            line-height: 30px;
+            width: 30px;
+            height: 40px;
+            line-height: 40px;
             margin: 0 auto;
+            border: 1px solid @icssBorder;
+            margin-bottom: 15px;
+            font-size: 18px;
+        }
         }
-    }
     }
     .bottomPartRight {
         float: left;

+ 12 - 8
src/components/icss/SymptomTagGroup.vue

@@ -302,6 +302,7 @@ export default {
     .tagItem {
         position: relative;
         line-height: 40px;
+        cursor: pointer;
     }
     .operationPool {
         position: relative;
@@ -315,20 +316,23 @@ export default {
         content: ']'
     }
     .bottomPartMid {
-        position: relative;
-        width: 10%;
-        top: 150px;
-    p {
+        width: 8%;
+        margin-top: 60px;
+        p {
         width: 100%;
         text-align: center;
         span {
+            cursor: pointer;
             display: inline-block;
-            width: 50px;
-            height: 30px;
-            line-height: 30px;
+            width: 30px;
+            height: 40px;
+            line-height: 40px;
             margin: 0 auto;
+            border: 1px solid @icssBorder;
+            margin-bottom: 15px;
+            font-size: 18px;
+        }
         }
-    }
     }
     .bottomPartRight {
         float: left;