소스 검색

修改样式

zhangxc 6 년 전
부모
커밋
e09a534a3e
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/icss/BloodPressTagGroup.vue
  2. 2 0
      src/components/icss/SymptomTagGroup.vue

+ 2 - 0
src/components/icss/BloodPressTagGroup.vue

@@ -281,7 +281,9 @@ export default {
         content: ']'
     }
     .bottomPartMid {
+        position: relative;
         width: 10%;
+        top: 150px;
     p {
         width: 100%;
         text-align: center;

+ 2 - 0
src/components/icss/SymptomTagGroup.vue

@@ -327,7 +327,9 @@ export default {
         content: ']'
     }
     .bottomPartMid {
+        position: relative;
         width: 10%;
+        top: 150px;
     p {
         width: 100%;
         text-align: center;