Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jun 9, 2023
1 parent 7d2c060 commit fc71530
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href=./static/css/app.cf6b49520291848a03b965d8d83aaa16.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.fbc5ca8d71e18d664d59.js></script></body></html>
}</script><link href=./static/css/app.d8bc7763869cb9078b6ab70bcbd799da.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.379ae2fce8f07cd58181.js></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/js/app.379ae2fce8f07cd58181.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.fbc5ca8d71e18d664d59.js

This file was deleted.

8 changes: 6 additions & 2 deletions web_src/src/components/common/Editormd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@
.editormd-menu > li > a > .fa {
font-size: 13px;
}
/* 因跟fa 图标的样式冲突,这个按钮冒出来了。这里强制把它隐藏 */
.editormd-preview-close-btn{
display: none !important;
}
</style>
<script>
import BigImg from '@/components/common/BigImg'
Expand Down Expand Up @@ -202,13 +207,12 @@ export default {
'pagebreak',
'|',
'watch',
'preview',
'fullscreen',
'clear',
'search',
'|',
'help',
'info'
]
},
toolbarIconsClass: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
:keyword="keyword"
></Editormd>
</div>
<div v-if="emptyItem" class="empty-tips">
<div v-if="emptyItem && $lang == 'zh-cn'" class="empty-tips">
<div class="icon">
<i class="el-icon-warning"></i>
</div>
Expand Down

0 comments on commit fc71530

Please sign in to comment.