UNPKG

@wfrog/vc

Version:

`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。

56 lines (54 loc) 1.25 kB
/* vue-style:D:\project\_my\vc\src\components\select\index.vue?type=style&index=0&isModule=true */ ._select_19zt8_1 { width: unset; min-width: var(--6712b8ad-myWidth); } ._select_19zt8_1._block_19zt8_5 { display: block; width: var(--6712b8ad-myWidth); } /* vue-style:D:\project\_my\vc\src\components\tree-picker\index.vue?type=style&index=0&isModule=true */ ._popover_8h79y_1 { width: auto !important; min-width: 80px !important; } ._wrapper_8h79y_6 { display: flex; } ._wrapper_8h79y_6 .el-cascader-menu { min-width: 80px; } ._select_8h79y_13 .el-tag .el-icon { display: none; } ._is-active_8h79y_17 .el-input__inner { border-color: var(--color-primary); } ._is-active_8h79y_17 .el-icon { transform: rotateZ(-180deg) !important; } ._selected_8h79y_24 { box-sizing: border-box; flex: 1 1 180px; min-width: 180px; height: 206px; margin-right: 8px; border: 1px solid #e4e7ed; border-radius: 4px; } ._selected_8h79y_24 .el-scrollbar { height: 100%; } ._selected_8h79y_24 .el-tree { height: 100%; margin: 6px 20px 6px 0; } ._selected_8h79y_24 .el-scrollbar__wrap { overflow-x: hidden; } ._selected_8h79y_24 .el-tree__empty-block { transform: translateX(10px); } ._popover-select_8h79y_47 { display: none; }