@wfrog/vc
Version:
`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。
45 lines (42 loc) • 1.03 kB
CSS
/* vue-style:D:\project\_my\vc\src\components\el-icon\index.vue?type=style&index=0&isModule=true */
._icon_1iurh_1 {
vertical-align: middle;
}
._icon_1iurh_1.el-icon {
font-size: 1em;
}
/* vue-style:D:\project\_my\vc\src\components\text-ellipsis\index.vue?type=style&index=0&isModule=true */
._main_eqh40_1 {
display: inline-block;
width: 100%;
vertical-align: bottom;
}
._ellipsis_eqh40_7 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
._text_eqh40_13 {
display: inline;
white-space: nowrap;
}
/* vue-style:D:\project\_my\vc\src\components\image\index.vue?type=style&index=0&isModule=true */
._text-wrapper_1toev_1 {
position: relative;
}
._text-wrapper_1toev_1 ._image_1toev_4 {
position: absolute;
}
._text-wrapper_1toev_1 ._text_1toev_1 {
display: flex;
align-items: center;
pointer-events: none;
}
._text-wrapper_1toev_1 ._icon_1toev_12 {
margin-right: 8px;
transform: scale(1.3);
transform-origin: left center;
}
._image-wrapper_1toev_18 {
vertical-align: middle;
}