Selaa lähdekoodia

fix: 工程登录信息新增编辑审核详情调整样式

zh 2 vuotta sitten
vanhempi
commit
08a12f1034

+ 10 - 0
src/views/commercialEngineering/components/base.vue

@@ -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>

+ 10 - 0
src/views/commercialEngineering/components/examine.vue

@@ -308,4 +308,14 @@ export default {
   height: 40px;
   font-size: 40px;
 }
+::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>