首页 |  我的博客 |  查看该博主内容分类 | 

ByteMD去除github

css

/* 通用写法 */
/deep/.bytemd-toolbar-right div:last-child{
	display:none;
}
/* scss */
/deep/.bytemd-toolbar-right{
	& div:last-child{
		display:none;
	}
}
posted @ 2023-08-28 16:02  Z哎呀  阅读(76)  评论(0)    收藏  举报