Add upload css
parent
bd7647007d
commit
7d30e9d5c1
|
@ -10,9 +10,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.15.3",
|
"axios": "^0.15.3",
|
||||||
"element-ui": "^1.2.1",
|
"element-ui": "^1.2.2",
|
||||||
"vue": "^2.1.10",
|
"vue": "^2.1.10",
|
||||||
"vue-bulma-chartjs": "^1.0.4",
|
|
||||||
"vue-core-image-upload": "^2.0.5",
|
"vue-core-image-upload": "^2.0.5",
|
||||||
"vue-datasource": "^1.0.4",
|
"vue-datasource": "^1.0.4",
|
||||||
"vue-echarts-v3": "^1.0.3",
|
"vue-echarts-v3": "^1.0.3",
|
||||||
|
|
|
@ -97,4 +97,31 @@
|
||||||
.g-core-image-corp-container .info-aside{
|
.g-core-image-corp-container .info-aside{
|
||||||
height:45px;
|
height:45px;
|
||||||
}
|
}
|
||||||
|
.el-upload--text {
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px dashed #d9d9d9;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: 360px;
|
||||||
|
height: 180px;
|
||||||
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.el-upload--text .el-icon-upload {
|
||||||
|
font-size: 67px;
|
||||||
|
color: #97a8be;
|
||||||
|
margin: 40px 0 16px;
|
||||||
|
line-height: 50px;
|
||||||
|
}
|
||||||
|
.el-upload--text {
|
||||||
|
color: #97a8be;
|
||||||
|
font-size: 14px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.el-upload--text em {
|
||||||
|
color: #20a0ff;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue