Browse Source

Merge branch 'master' of http://47.92.161.104:10080/wgl/jp-xpgj

zhengkaixin 3 years ago
parent
commit
6456be2bb6
1 changed files with 12 additions and 4 deletions
  1. 12 4
      src/projects/business/views/Other/Energy/Info.vue

+ 12 - 4
src/projects/business/views/Other/Energy/Info.vue

@@ -496,11 +496,19 @@
 	.mui-checkbox.mui-left input[type=checkbox]{
 		left: 0;
 	}
-	
+
 	.mui-checkbox.mui-left label {
-		padding-left: 36px;
+		padding-left:24px;
+	}
+	.mui-checkbox input[type=checkbox]:checked:before{
+		content: '\e443';
+	}
+	.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{
+		font-size: 20px;
+	}
+	.mui-checkbox input[type=checkbox], .mui-radio input[type=radio]{
+		top:11px;
 	}
-	
 	.mui-popover {
 		position: fixed;
 		background-color: #fff;
@@ -650,7 +658,7 @@
 	}
 
 	.mui-radio.mui-left label {
-		padding-left: 36px;
+		padding-left: 24px;
 	}
 
 	.returnChartBlue {