@wfrog/vc
Version:
`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。
148 lines (142 loc) • 3.4 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\svg-icon\index.vue?type=style&index=0&isModule=true */
._icon_15t6e_1 {
width: 1em;
height: 1em;
overflow: hidden;
font-size: 1em;
vertical-align: -0.15em;
fill: currentcolor;
}
/* vue-style:D:\project\_my\vc\src\components\icon\index.vue?type=style&index=0&isModule=true */
._box_1wvpk_1 {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1em;
height: 1em;
vertical-align: middle;
}
/* vue-style:D:\project\_my\vc\src\components\button\index.vue?type=style&index=0&isModule=true */
._button_1dzv7_1 > span > * + * {
margin-left: 0.5em;
}
._popper_1dzv7_5 {
width: auto ;
min-width: 150px;
max-width: 300px;
}
/* vue-style:D:\project\_my\vc\src\components\dialog\index.vue?type=style&index=0&isModule=true */
._main_um8p3_1 {
display: flex;
flex-direction: column;
}
._main_um8p3_1 .el-dialog__header {
padding: 12px 16px;
margin-right: 0;
border-bottom: 1px solid var(--el-border-color-light);
}
._main_um8p3_1 .el-dialog__body {
flex-grow: 1;
padding: 16px;
}
._main_um8p3_1 .el-dialog__footer {
padding: 12px 16px;
border-top: 1px solid var(--el-border-color-light);
}
._header_um8p3_19 {
display: flex;
flex-direction: row;
justify-content: space-between;
}
._header_um8p3_19 h4 {
padding: 0;
margin: 0 ;
}
._title_um8p3_29 {
display: flex;
align-items: center;
}
._scrollbar_um8p3_34 > .el-scrollbar__wrap {
display: flex;
flex-direction: column;
}
._scrollbar_um8p3_34 > .el-scrollbar__wrap > .el-scrollbar__view {
flex-grow: 1;
min-height: 100px;
}
._scrollbar_um8p3_34._flex_um8p3_42 > .el-scrollbar__wrap > .el-scrollbar__view {
display: flex;
flex-direction: column;
}
._buttons_um8p3_47 button {
padding: 8px;
border: 0;
}
/* vue-style:D:\project\_my\vc\src\components\dialog-upload-images\index.vue?type=style&index=0&isModule=true */
._dialog_16nlm_1 .el-dialog__body {
max-height: 470px;
overflow-y: auto;
}
._dialog_16nlm_1.is-fullscreen .el-dialog__body {
max-height: initial;
}
._upload_16nlm_9 {
display: inline-flex;
margin: 0 5px 5px 0;
line-height: 0;
}
._upload_16nlm_9 .el-upload {
position: relative;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
width: 200px;
height: 150px;
overflow: hidden;
cursor: pointer;
border: 1px dashed var(--el-border-color);
border-radius: 6px;
transition: var(--el-transition-duration-fast);
}
._upload_16nlm_9 .el-upload:hover {
border-color: var(--el-color-primary);
}
._upload_16nlm_9 .el-upload .el-icon {
margin-top: 0;
font-size: 32px;
}
._opration_16nlm_36 {
display: flex;
align-items: center;
justify-content: center;
font-size: 32px ;
}
._opration_16nlm_36 i {
cursor: pointer;
}
._opration_16nlm_36 > i + i {
margin-left: 15px;
}
div._draggable_16nlm_49 {
display: flex;
flex-wrap: wrap;
}
div._draggable_16nlm_49 .el-upload-list__item {
width: 200px;
height: 150px;
margin: 0 5px 5px 0;
}
div._draggable_16nlm_49 .el-upload-list__item:nth-of-type(3n) {
margin-right: 0;
}
div._draggable_16nlm_49 .el-upload-list__item-thumbnail {
object-fit: contain;
}