소스 검색

月报分析反馈改造:
tinymce: 富文本 placeholder 默认样式修改,rgb(204 207 213),和 font-weight: 300

洪海涛 4 년 전
부모
커밋
46ad57b321

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/tinymce/skins/ui/oxide-dark/content.inline.min.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/tinymce/skins/ui/oxide-dark/content.min.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/tinymce/skins/ui/oxide/content.inline.min.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/tinymce/skins/ui/oxide/content.min.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/tinymce/skins/ui/oxide/skin.min.css


+ 4 - 0
src/views/monthlyReport/childrenPage/editReport/components/MrTable/Analysis.vue

@@ -532,4 +532,8 @@ export default {
   opacity: 0.5;
   background: #000;
 }
+.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before{
+  color: rgb(204 207 213)!important;
+  font-weight: 400!important;
+}
 </style>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.