提交 6738c074 编写于 作者: 郭维嘉

fix

上级 34665141
此差异已折叠。
{ {
"name": "awesome-markdown-editor", "name": "awesome-markdown-editor",
"description": " A open source markdown editor of csdn codechina team contributed", "description": " A open source markdown editor of csdn codechina team contributed",
"version": "0.9.3", "version": "0.9.4",
"publisher": "guoweijia", "publisher": "guoweijia",
"scripts": { "scripts": {
"start": "webpack serve --mode=development", "start": "webpack serve --mode=development",
......
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
.flex-1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.md_link_desc { .md_link_desc {
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
......
...@@ -9,8 +9,8 @@ module.exports = { ...@@ -9,8 +9,8 @@ module.exports = {
devServer: { devServer: {
contentBase: path.resolve(__dirname, "dist"), contentBase: path.resolve(__dirname, "dist"),
host: "0.0.0.0", host: "0.0.0.0",
// port: 443, port: 443,
// https: true, https: true,
open: true open: true
}, },
resolve: { resolve: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册