forked from github/dataease
feat(frontend):仪表板样式微调
This commit is contained in:
parent
7c98665ddc
commit
1276109f47
@ -228,8 +228,8 @@ export default {
|
|||||||
float: right;
|
float: right;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
background: #fff;
|
/*background: #fff;*/
|
||||||
border-bottom: 1px solid #ddd;
|
/*border-bottom: 1px solid #ddd;*/
|
||||||
|
|
||||||
.canvas-config {
|
.canvas-config {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -24,10 +24,11 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-upload
|
<el-upload
|
||||||
action="https://jsonplaceholder.typicode.com/posts/"
|
action="/posts/"
|
||||||
:multiple="false"
|
:multiple="false"
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
accept=".xls,.xlsx,.csv"
|
accept=".xls,.xlsx,.csv"
|
||||||
|
:on-success="uploadSuccess"
|
||||||
>
|
>
|
||||||
<el-button size="mini" type="primary">{{ $t('dataset.upload_file') }}</el-button>
|
<el-button size="mini" type="primary">{{ $t('dataset.upload_file') }}</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
@ -117,6 +118,9 @@ export default {
|
|||||||
// this.options = response.data
|
// this.options = response.data
|
||||||
// })
|
// })
|
||||||
// },
|
// },
|
||||||
|
uploadSuccess(response, file, fileList) {
|
||||||
|
console.log(response)
|
||||||
|
},
|
||||||
|
|
||||||
save() {
|
save() {
|
||||||
// console.log(this.checkTableList);
|
// console.log(this.checkTableList);
|
||||||
|
@ -118,10 +118,10 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-design-head {
|
.panel-design-head {
|
||||||
height: 40px;
|
height: 35px;
|
||||||
background-color: white;
|
/*background-color: white;*/
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
line-height: 40px;
|
line-height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-design-preview {
|
.panel-design-preview {
|
||||||
|
Loading…
Reference in New Issue
Block a user