forked from github/dataease
feat(frontend):仪表板样式微调
This commit is contained in:
parent
7c98665ddc
commit
1276109f47
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user