zengyicheng 2 years ago
parent
commit
b705a85e8d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/pages/liveRoom.vue

+ 3 - 2
src/components/pages/liveRoom.vue

@@ -694,7 +694,7 @@
           <div class="bz">
             <el-input
               type="textarea"
-              placeholder="请输入一些你想表达的"
+              placeholder="请输入备注…"
               :rows="6"
               resize="none"
               v-model="rateList.content"
@@ -1639,7 +1639,8 @@ img {
 }
 .bz >>> .el-textarea__inner {
   width: 40%;
-  border: 1px solid;
+  background: #f9f9f9;
+  border: 1px solid #afafaf;
   border-radius: 0px;
 }
 </style>