Browse Source

单选行间距加大

xjc 3 years ago
parent
commit
3a75a9ab09
1 changed files with 3 additions and 0 deletions
  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>