fix: update favicon and color style

更新 icon 和颜色样式
This commit is contained in:
yanglbme 2019-12-28 16:25:30 +08:00
parent 6393c53d9a
commit 46a698965e
3 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,10 @@ section {
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
.el-tooltip {
cursor: pointer;
}
/*wechat code block*/ /*wechat code block*/
.rich_media_content .code-snippet *, .rich_media_content .code-snippet__fix * { .rich_media_content .code-snippet *, .rich_media_content .code-snippet__fix * {
max-width: 1000% !important; max-width: 1000% !important;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -182,6 +182,8 @@ let app = new Vue({
this.$confirm('此操作将丢失本地缓存的文本和自定义样式,是否继续?', '提示', { this.$confirm('此操作将丢失本地缓存的文本和自定义样式,是否继续?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
confirmButtonClass: 'el-button--success',
cancelButtonClass: 'el-button--success is-plain',
type: 'warning', type: 'warning',
center: true center: true
}).then(() => { }).then(() => {