Pārlūkot izejas kodu

单选行间距加大

xjc 3 gadi atpakaļ
vecāks
revīzija
3a75a9ab09
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/components/template.vue

+ 3 - 0
src/components/template.vue

@@ -38,6 +38,9 @@
     .info_desc p{
         text-indent:2rem;margin-bottom:20px;color:#666;line-height:25px;
     }
+    .el-radio-group .el-radio{
+        line-height: 3;
+    }
 }
 </style>
 <template>