Explorar el Código

评论记录调整删除文字颜色

qymljy hace 2 años
padre
commit
0fe4612122
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/HDrpManagement/workReport/modules/reportComment/index.vue

+ 1 - 1
src/HDrpManagement/workReport/modules/reportComment/index.vue

@@ -49,7 +49,7 @@
                   title="确定删除该评论吗?"
                   @confirm="onDel(item)"
               >
-                <el-button slot="reference" v-if="item.createuserid === userid" style="color: #ccc;font-size: 12px;padding: 0 !important;" type="text">删除</el-button>
+                <el-button slot="reference" v-if="item.createuserid === userid" style="color: #666;font-size: 12px;padding: 0 !important;" type="text">删除</el-button>
               </el-popconfirm>
             </div>
           </div>