Browse Source

fix: ui issue caused by too long parent category selection list in new category (#577)

* Update AttachmentTab.vue

* Update option.js

* Update src/views/system/optiontabs/AttachmentTab.vue

Co-authored-by: Ryan Wang <i@ryanc.cc>

* revert

* revert

* Add scroll bar when category tree is too large

Co-authored-by: Ryan Wang <i@ryanc.cc>
pull/580/head
SladeGranger 3 years ago committed by GitHub
parent
commit
ee09e4bf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/Category/CategorySelectTree.vue

1
src/components/Category/CategorySelectTree.vue

@ -7,6 +7,7 @@
placeholder="请选择上级目录,默认为顶级目录"
treeDefaultExpandAll
@change="handleChange"
:dropdown-style="{ overflow: 'auto' }"
>
</a-tree-select>
</template>

Loading…
Cancel
Save