Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Conversation

@yue792069154
Copy link

1.default.css增加如下三个类样式:
.ke-plugin-symbol{
padding:20px;
}
.ke-plugin-symbol .ke-cell{
display:inline-block;width:30px;height:30px;
text-align: center;
line-height: 30px;
border: 1px solid white;
cursor: pointer;
}
.ke-plugin-symbol .ke-cell:hover{
border: 1px solid #5690D2;
background-color: #E9EFF6;
}
2.plugins增加symbol插件(特殊字符选择插件)
3.展示效果如下:
image

Yuewen added 2 commits March 27, 2018 17:12
1.default.css增加如下三个类样式:
.ke-plugin-symbol{
		padding:20px;
	}
	.ke-plugin-symbol .ke-cell{
		display:inline-block;width:30px;height:30px;
		text-align: center;
		line-height: 30px;
		border: 1px solid white;
		cursor: pointer;
	}
	.ke-plugin-symbol .ke-cell:hover{
		border: 1px solid #5690D2;
		background-color: #E9EFF6;
	}
2.plugins增加symbol插件(特殊字符选择插件)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant