Skip to content

Commit

Permalink
修改pc弹窗文件路径超长处理,增加已经发布页面的背景
Browse files Browse the repository at this point in the history
  • Loading branch information
tywei90 committed Nov 26, 2017
1 parent dcb677d commit 2c08da1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/main.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/components/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@
*{
box-sizing: content-box;
}
}
.ant-modal-content>.ant-modal-body .ant-confirm-content {
margin-left: 5px;
margin-top: 20px;
p {
word-wrap: break-word;
}
}
3 changes: 2 additions & 1 deletion views/common/docHead.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ mixin commonCSS
style.
body{
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background: url("http://i.imgur.com/zcKbXCs.png") left top repeat;
}

a{
Expand Down

0 comments on commit 2c08da1

Please sign in to comment.