Skip to content

Commit

Permalink
Merge pull request #2 from iresty/dev
Browse files Browse the repository at this point in the history
fix Plugin Dialog
  • Loading branch information
Shaoyao·琚 authored Jul 21, 2019
2 parents ebc8f99 + 8a5e281 commit 9127f92
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/PluginDialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,16 @@ export default class extends Vue {
}
</script>

<style lang="scss" scoped>
<style lang="scss">
.plugin-dialog {
.el-form {
.el-form-item {
.el-form-item__content {
.el-input {
width: 180px !important;
}
}
}
}
}
</style>

0 comments on commit 9127f92

Please sign in to comment.