fix(测试跟踪): 修复MD控件按钮样式问题

--bug=1015866 --user=宋昌昌 [测试跟踪]github #16952对每个用例进行评审时,点击添加图片链接 ,页面展示异常 https://www.tapd.cn/55049933/s/1230876
This commit is contained in:
song-cc-rock 2022-08-23 13:54:36 +08:00 committed by jianxing
parent 2af96c5948
commit df32e09ba7
1 changed files with 5 additions and 0 deletions

View File

@ -218,4 +218,9 @@ export default {
display: none;
}
/deep/ .v-note-op .v-left-item.transition .add-image-link-wrapper .add-image-link .op-btn.sure {
background: #783887;
}
</style>