🔨 Refactor: improve others picbed config ui to support scroll (#635)

Co-authored-by: jiawei <jiawei@parim.net>
This commit is contained in:
Eonie 2021-03-01 03:25:26 +00:00 committed by GitHub
parent 51d80a6a1d
commit f9d6191d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}设置
@ -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