소스 검색

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

zh 2 년 전
부모
커밋
08a12f1034
2개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/views/commercialEngineering/components/base.vue
  2. 10 0
      src/views/commercialEngineering/components/examine.vue

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