wuhongyuq 5 年之前
父节点
当前提交
243622dab9
共有 3 个文件被更改,包括 19 次插入1 次删除
  1. 6 0
      src/layout/common/searchInfo.vue
  2. 5 0
      src/layout/companyidentify/detailInfo.vue
  3. 8 1
      src/layout/companyup/detailInfo.vue

+ 6 - 0
src/layout/common/searchInfo.vue

@@ -37,6 +37,12 @@ export default {
 .info .btn {
   text-align: center;
 }
+
+/deep/.el-button {
+  color: #fff;
+  background-color: red;
+  border-color: red;
+}
 /deep/.el-input__inner {
   height: 30px;
   line-height: 30px;

+ 5 - 0
src/layout/companyidentify/detailInfo.vue

@@ -122,4 +122,9 @@ export default {
 .form {
   padding: 0 200px 0 0;
 }
+/deep/.el-button {
+  color: #fff;
+  background-color: red;
+  border-color: red;
+}
 </style>

+ 8 - 1
src/layout/companyup/detailInfo.vue

@@ -81,6 +81,7 @@ export default {
       console.log(code);
       this.$emit('yi', code);
     },
+
     changeer(code) {
       console.log(code);
       this.$emit('er', code);
@@ -99,4 +100,10 @@ export default {
 };
 </script>
 
-<style lang="scss" scoped></style>
+<style lang="less" scoped>
+/deep/.el-button {
+  color: #fff;
+  background-color: red;
+  border-color: red;
+}
+</style>