UNPKG

@wfrog/vc

Version:

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

25 lines (24 loc) 852 B
/* vue-style:D:\project\_my\vc\src\components\input-number\index.vue?type=style&index=0&isModule=true */ ._input-number_199yu_1 { display: inline-flex; width: auto; padding: 0; } ._input-number_199yu_1.el-input-group--prepend :not(.el-select) .el-input__wrapper { border-top-left-radius: 0; border-bottom-left-radius: 0; } ._input-number_199yu_1.el-input-group--prepend div.el-select .el-input__wrapper { border-radius: var(--el-input-border-radius, var(--el-border-radius-base)) 0 0 var(--el-input-border-radius, var(--el-border-radius-base)); box-shadow: 0 0 0 0; } ._input-number_199yu_1.input-with-select .el-input-group__prepend { background-color: var(--el-fill-color-blank); } ._el-input-number_199yu_18 { width: auto; line-height: 10px; } ._el-input-number_199yu_18 .el-input__inner { width: var(--82b20fc6-inputWidth); }