zengyicheng 2 years ago
parent
commit
0a5fa36b4a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/liveProjectDetail.vue

+ 2 - 1
src/components/liveProjectDetail.vue

@@ -1709,7 +1709,8 @@ export default {
 }
 .bz >>> .el-textarea__inner {
   width: 80%;
-  border: 1px solid;
+  background: #f9f9f9;
+  border: 1px solid #afafaf;
   border-radius: 0px;
 }