add && remove

This commit is contained in:
Pan
2017-04-23 19:50:32 +08:00
parent 3e3819cae3
commit a7b09a2a01
18 changed files with 421 additions and 20169 deletions

View File

@@ -59,3 +59,25 @@
margin: 0 auto;
}
//文章页textarea修改样式
.article-textarea {
textarea {
padding-right: 40px;
resize: none;
border: none;
border-radius: 0px;
border-bottom: 1px solid #bfcbd9;
}
}
//element ui upload
.upload-container {
.el-upload {
width: 100%;
.el-upload-dragger {
width: 100%;
height: 200px;
}
}
}