浏览代码

单选行间距加大

xjc 3 年之前
父节点
当前提交
3a75a9ab09
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>