Skip to content

Commit

Permalink
no empty style
Browse files Browse the repository at this point in the history
  • Loading branch information
szuprefix committed Nov 8, 2019
1 parent 449dc6f commit a84d90e
Show file tree
Hide file tree
Showing 20 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/components/creator/Importer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/form/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/form/FormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
computed: {}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/mobile/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/mobile/FormWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
computed: {}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/model/Relations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/model/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@
}
}
</script>
<style scoped></style>

1 change: 1 addition & 0 deletions src/components/model/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
icon: 'trash',
title: '删除',
do: this.toDeleteModel,
type: 'danger',
show: () => this.checkPermission('delete')
},
'removeFromParent': {
Expand Down
2 changes: 1 addition & 1 deletion src/components/rest/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/rest/FormTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/rest/ModelForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/sheets/Extractor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/sheets/SelectionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
computed: {}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/stats/MeasureGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/table/ColumnBind.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/table/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/table/RemoteTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/table/widgets/Decimal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
computed: {}
}
</script>
<style scoped></style>

2 changes: 1 addition & 1 deletion src/components/widgets/CsvInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@
}
}
</script>
<style scoped></style>

1 change: 0 additions & 1 deletion src/views/auth/change_password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@
computed: {}
}
</script>
<style scoped></style>

0 comments on commit a84d90e

Please sign in to comment.