feat(frontend):仪表板样式微调

This commit is contained in:
junjie 2021-04-14 15:18:53 +08:00
parent 7c98665ddc
commit 1276109f47
3 changed files with 10 additions and 6 deletions

View File

@ -228,8 +228,8 @@ export default {
float: right;
height: 35px;
line-height: 35px;
background: #fff;
border-bottom: 1px solid #ddd;
/*background: #fff;*/
/*border-bottom: 1px solid #ddd;*/
.canvas-config {
display: inline-block;

View File

@ -24,10 +24,11 @@
</el-form-item>
<el-form-item>
<el-upload
action="https://jsonplaceholder.typicode.com/posts/"
action="/posts/"
:multiple="false"
:show-file-list="false"
accept=".xls,.xlsx,.csv"
:on-success="uploadSuccess"
>
<el-button size="mini" type="primary">{{ $t('dataset.upload_file') }}</el-button>
</el-upload>
@ -117,6 +118,9 @@ export default {
// this.options = response.data
// })
// },
uploadSuccess(response, file, fileList) {
console.log(response)
},
save() {
// console.log(this.checkTableList);

View File

@ -118,10 +118,10 @@ export default {
}
.panel-design-head {
height: 40px;
background-color: white;
height: 35px;
/*background-color: white;*/
padding: 0 6px;
line-height: 40px;
line-height: 35px;
}
.panel-design-preview {