|
@@ -900,4 +900,14 @@ export default {
|
|
|
background-color: #fff;
|
|
|
padding: 6px 0 6px 6px;
|
|
|
}
|
|
|
+::v-deep .el-radio__inner {
|
|
|
+ border: 2px solid #ccc;
|
|
|
+ border-radius: 100%;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ background-color: #FFF;
|
|
|
+ cursor: pointer;
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
</style>
|