Skip to content

Commit

Permalink
🔨 Refactor: improve others picbed config ui to support scroll (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: jiawei <jiawei@parim.net>
  • Loading branch information
eonie and jiawei committed Mar 1, 2021
1 parent 51d80a6 commit f9d6191
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/renderer/pages/picbeds/Others.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div id="others-view">
<el-row :gutter="16">
<el-row :gutter="16" class="setting-list">
<el-col :span="16" :offset="4">
<div class="view-title">
{{ picBedName }}设置
Expand Down Expand Up @@ -92,6 +92,10 @@ export default class extends Vue {
</script>
<style lang='stylus'>
#others-view
.setting-list
height 425px
overflow-y auto
overflow-x hidden
.el-form
label
line-height 22px
Expand Down

0 comments on commit f9d6191

Please sign in to comment.