下拉树下拉框的长宽应该怎么设置呢

楼主
我是社区第379080位番薯,欢迎点我头像关注我哦~

近期使用到下拉树控件,但是由于组织层级比较复杂,下拉树的长宽有很小,不知道这个应该如何设置呢,宽度呢到时可以将下拉树的宽度控件拉长,但是长度确实不知道如何设置,请各位大佬解答一下。

分享扩散:

沙发
发表于 2025-2-5 15:55:52
"use document";

let style = document.createElement('style');

style.type = 'text/css';

style.appendChild(

document.createTextNode(`.bi-popup-view.bi-v{ width: auto !important;} `));

document.head.appendChild(style);
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

返回顶部 返回列表