hookehuyr

fix

...@@ -1901,4 +1901,9 @@ body { ...@@ -1901,4 +1901,9 @@ body {
1901 border-color: #009688!important; 1901 border-color: #009688!important;
1902 color: white!important; 1902 color: white!important;
1903 } 1903 }
1904 +
1905 +.el-radio-button__original-radio:checked+.el-radio-button__inner {
1906 + border-color: #009688!important;
1907 + box-shadow: -1px 0 0 0 #009688!important;
1908 +}
1904 </style> 1909 </style>
......