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 2022-05-29 22:44:08 +08:00 committed by GitHub
parent 68c63edff0
commit ee09e4bf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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