iov-pro-components 0.0.120 → 0.0.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/iov-pro-components.css +1 -1
- package/lib/iov-pro-components.min.js +244 -42
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.iov-pro-back-top{align-items:center;background:#fff;box-shadow:0px 2px 6px 0px rgba(0,0,0,.12);box-sizing:border-box;border-radius:19px;border:1px solid #e5e6eb;cursor:pointer;display:flex;flex-direction:column;width:38px;height:55px;opacity:0;padding:6px 0 8px;position:absolute;pointer-events:none;justify-content:center;transition:opacity .3s ease}.iov-pro-back-top i{color:#494b53;display:block;font-size:22px;width:22px;height:22px;line-height:22px}.iov-pro-back-top__text{color:#65677a;font-weight:bold;font-size:9px;line-height:18px;position:relative}.iov-pro-back-top__text:before{background-color:#d2d5df;content:"";display:block;position:absolute;width:12px;height:1px;top:-1px;left:4px}.iov-pro-back-top.is-show{opacity:1;pointer-events:inherit}.iov-pro-color{background:#fff;box-shadow:0px 2px 8px 0px rgba(73,75,83,.12);border-radius:4px;border:1px solid #dcdfe6;width:150px}.iov-pro-color__content{column-gap:6px;display:flex;flex-wrap:wrap;padding:12px;gap:6px;position:relative}.iov-pro-color__content:after{background-color:#edeff3;bottom:0;content:"";display:block;width:126px;height:1px;left:12px;position:absolute}.iov-pro-color__block{background:var(--color, #FFFFFF);border-radius:2px;box-sizing:border-box;cursor:pointer;display:block;width:16px;height:16px}.iov-pro-color__block.border{border:1px solid #edeff3}.iov-pro-color__link{align-items:center;border-radius:2px;cursor:pointer;display:flex;height:32px;padding:0 12px;position:relative;z-index:0}.iov-pro-color__link-icon{background:conic-gradient(from 90deg at 50% 50%, #D91AD9 12.62%, #722ED1 24.49%, #3F57FF 37.28%, #40A6FF 49.82%, #42C170 61.44%, #F7BA1E 75.11%, #FF7D00 86.33%, #F53F3F 100%);border-radius:50%;width:16px;height:16px}.iov-pro-color__link-text{color:#212026;font-size:13px;flex:1;padding-left:8px}.iov-pro-color__link-panel{background:#fff;box-shadow:0px 2px 8px 0px rgba(73,75,83,.12);border-radius:4px;border:1px solid #dcdfe6;cursor:default;display:none;width:240px;height:276px;position:absolute;left:152px;top:-63px;z-index:1}.iov-pro-color__link-panel-content{padding:12px 12px 0}.iov-pro-color__link-panel-slider{padding:12px 0;position:relative}.iov-pro-color__link-panel-slider .iov-pro-color-hue-slider{margin-bottom:6px}.iov-pro-color__link-panel-slider .iov-pro-color-alpha-slider{margin-bottom:8px}.iov-pro-color__link-panel--preview{border-radius:4px;width:20px;height:20px;position:absolute;top:13px;right:0}.iov-pro-color__link-panel-operation{align-items:center;border-top:1px solid #edeff3;box-sizing:border-box;display:flex;height:50px;justify-content:flex-end;padding:0 12px}.iov-pro-color__link .iov-icon-page-right{color:#777d87;font-size:14px}.iov-pro-color__link:after{background-color:#fff;bottom:5px;content:"";left:4px;position:absolute;right:4px;top:5px;transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1);z-index:-1}.iov-pro-color__link:hover .iov-pro-color__link-panel{display:block}.iov-pro-color__link:hover:after{background-color:#f6f7f8}.iov-pro-color-predefine{display:flex;font-size:12px;width:126px}.iov-pro-color-predefine__colors{display:flex;flex:1;flex-wrap:wrap;gap:6px}.iov-pro-color-predefine__color-selector{border-radius:2px;box-sizing:border-box;cursor:pointer;width:16px;height:16px}.iov-pro-color-predefine__color-selector.border{border:1px solid #edeff3}.iov-pro-color-predefine__color-selector.transparent{border:1px solid #edeff3;background:linear-gradient(45deg, transparent calc(50% - 0.5px), #F53F3F calc(50% - 0.5px), #F53F3F calc(50% + 0.5px), transparent calc(50% + 0.5px));overflow:hidden}.iov-pro-color-predefine__color-selector>div{display:flex;height:100%;border-radius:3px}.iov-pro-color-svpanel{border-radius:2px;overflow:hidden;position:relative;height:120px}.iov-pro-color-svpanel .iov-pro-color-svpanel__black,.iov-pro-color-svpanel .iov-pro-color-svpanel__white{bottom:0;position:absolute;top:0;left:0;right:0}.iov-pro-color-svpanel__white{background:linear-gradient(to right, #fff, rgba(255, 255, 255, 0))}.iov-pro-color-svpanel__black{background:linear-gradient(to top, #000, rgba(0, 0, 0, 0))}.iov-pro-color-svpanel__cursor{position:absolute}.iov-pro-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px, -2px)}.iov-pro-color-hue-slider{background-color:red;box-sizing:border-box;position:relative;width:188px;height:8px;padding:0 2px}.iov-pro-color-hue-slider__bar{background:linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);position:relative;height:100%}.iov-pro-color-hue-slider__thumb{background:rgba(0,0,0,0);box-shadow:0px 2px 8px 0px rgba(73,75,83,.19);box-sizing:border-box;border:2px solid #fff;border-radius:50%;cursor:pointer;position:absolute;left:0;top:0;height:8px;width:8px;z-index:1}.iov-pro-color-alpha-slider{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);box-sizing:border-box;position:relative;width:188px;height:8px}.iov-pro-color-alpha-slider__bar{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);position:relative;height:100%}.iov-pro-color-alpha-slider__thumb{background:rgba(0,0,0,0);box-shadow:0px 2px 8px 0px rgba(73,75,83,.19);box-sizing:border-box;border:2px solid #fff;border-radius:50%;box-sizing:border-box;cursor:pointer;left:0;position:absolute;top:0;height:8px;width:8px;z-index:1}.iov-pro-color-input{display:flex;gap:4px}.iov-pro-color-input__item{color:#a2a3aa;font-weight:400;font-size:12px;line-height:17px;text-align:center}.iov-pro-color-input__item .el-input--mini .el-input__inner{height:20px;padding:0;text-align:center}.iov-pro-color-input__item .el-input--mini .el-input-group--suffix{height:20px}.iov-pro-color-input__item .el-input--mini .el-input-group__suffix-label{height:18px;line-height:18px}.iov-pro-color-input__item.w-64{width:64px}.iov-pro-color-input__item.w-34{width:34px}.iov-pro-column-tooltip__container{line-height:17px;padding:2px;overflow-x:hidden;position:relative}.iov-pro-column-tooltip__container.ellipsis:after{bottom:0;content:"...";display:block;position:absolute;right:-1px}.iov-pro-column-tooltip__text{height:23px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.iov-pro-description__col{display:flex;font-size:13px;line-height:18px}.iov-pro-description__label{box-sizing:border-box;color:#65677a;flex-shrink:0;width:144px;white-space:nowrap;overflow:hidden;padding-right:24px}.iov-pro-description__label.left{text-align:left}.iov-pro-description__label.right{text-align:right}.iov-pro-description__value{color:#212026;flex:1;width:0;word-break:break-all}.iov-pro-description__value.left{text-align:left}.iov-pro-description__value.right{text-align:right}.iov-pro-description__value.right .iov-pro-space.horizontal{justify-content:flex-end}.iov-pro-description__value .iov-pro-editor-viewer{padding:0}.iov-pro-description__link.el-link.el-link--primary{color:#212026;margin-left:24px}.iov-pro-description__link.el-link.el-link--primary:hover{border-color:#2f48ff;color:#2f48ff}.iov-pro-description__link.el-link.el-link--primary.has-icon{margin-left:24px}.iov-pro-description__link-icon{font-size:20px;width:20px;height:20px;margin-right:4px;margin-left:-24px;vertical-align:bottom}.iov-pro-description__link-group .iov-pro-space{flex-wrap:wrap}.iov-pro-text__content{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-break:break-all}.iov-pro-text.is-single{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iov-pro-dialog-items-select__content{display:flex}.iov-pro-dialog-items-select__unselect{flex:1;width:0;position:relative}.iov-pro-dialog-items-select__unselect .el-input{width:calc(100% - 24px)}.iov-pro-dialog-items-select__unselect .el-scrollbar{height:456px}.iov-pro-dialog-items-select__unselect .el-scrollbar__wrap{overflow-x:hidden}.iov-pro-dialog-items-select__unselect .el-scrollbar__view{padding:12px 24px 8px 0}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox{align-items:center;border-radius:4px;display:flex;height:40px;margin-right:0;padding:0 4px;transition:background-color 300ms ease}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#d2d5df}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox:hover{background-color:#f6f7f8}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox:hover .el-checkbox__inner{border-color:#d2d5df}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox:hover .el-checkbox__inner:hover{border-color:#3f57ff}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox.is-checked .el-checkbox__inner.iov-icon-success{border-color:#3f57ff}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox__label{max-width:calc(100% - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.iov-pro-dialog-items-select__unselect .el-empty{padding-top:128px}.iov-pro-dialog-items-select__unselect:after{background-color:#edeff3;bottom:0;content:"";display:block;position:absolute;right:0;top:-16px;width:1px}.iov-pro-dialog-items-select__selected{width:438px;padding-left:24px}.iov-pro-dialog-items-select__selected-title{color:#3d4158;font-weight:500;font-size:13px;line-height:18px}.iov-pro-dialog-items-select__selected .el-scrollbar{height:468px}.iov-pro-dialog-items-select__selected .el-scrollbar__wrap{overflow-x:hidden}.iov-pro-dialog-items-select__selected .el-scrollbar__view{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:12px;gap:8px;row-gap:8px}.iov-pro-dialog-items-select__selected .el-scrollbar__view .el-tag{color:#3d4158;height:34px;line-height:34px;max-width:100%}.iov-pro-dialog-items-select__selected .el-scrollbar__view .el-tag__text{font-size:14px}.iov-pro-dialog-items-select__selected .el-scrollbar__view .el-tag .iov-icon-close-mini{color:#777d87;font-size:10px;height:10px;line-height:10px}.iov-pro-dialog-items-select__selected .el-empty{padding-top:140px;margin:0 auto}.iov-pro-dialog-items-select.shadow .el-dialog__footer{box-shadow:0px 0px 12px 0px rgba(196,198,207,.21)}.iov-pro-dialog-select__table{min-height:255px}.iov-pro-dialog-select__filter{margin-bottom:12px;width:40%}.iov-pro-dialog-select .el-tabs{width:100%}.iov-pro-dialog-select .iov-pro-form{margin-bottom:12px}.iov-pro-dialog-select .search-table .iov-pro-form{margin-bottom:0}.iov-pro-dialog-select .el-form-item__label{display:none}.iov-pro-dialog-select .search-table__module{padding:0}.iov-pro-editor{border-radius:4px;min-height:132px}.iov-pro-editor.border{border:1px solid #dcdfe6}.iov-pro-editor-viewer{padding:6px 12px}.iov-pro-editor-viewer .mce-content__file{cursor:pointer !important}.iov-pro-table-selector{display:flex;flex-direction:column;padding:12px 12px 8px;gap:4px;width:fit-content}.iov-pro-table-selector__row{display:flex;gap:4px;width:fit-content}.iov-pro-table-selector__column{background-color:#f2f3f5;border-radius:1px;border:1px solid #dcdfe6;box-sizing:border-box;cursor:pointer;width:16px;height:16px}.iov-pro-table-selector__column.is-hover{background-color:#f0f4fd;border-color:#9eb3ff}.iov-pro-table-selector__selection{color:#a2a3aa;font-weight:500;font-size:10px;line-height:14px;margin-top:4px;text-align:center}.el-form-item.is-error .iov-pro-editor .tox .tox-sidebar-wrap{border-color:#f53f3f}.iov-pro-fixed-button-group{height:68px}.iov-pro-fixed-button-group__content{align-items:center;background-color:#fff;box-shadow:0px 0px 12px 0px rgba(196,198,207,.21);bottom:0;border-radius:0px 0px 8px 8px;display:flex;position:fixed;height:68px;left:252px;right:16px;z-index:1000}.iov-pro-fixed-button-group__content.center{justify-content:center}.iov-pro-fixed-button-group__content.left{justify-content:flex-start}.iov-pro-fixed-button-group__content.right{justify-content:flex-end}.iov-pro-form__form-item.override.important{margin-bottom:0}.iov-pro-form .iov-pro-form__form-item.important.override{margin-bottom:0}.iov-pro-form--width-fill{box-sizing:border-box;width:100%}.iov-pro-guide{display:inline-block;width:fit-content}.iov-pro-guide__slot{border:1px dashed #fff;border-radius:4px;box-sizing:border-box;display:inline-block;width:fit-content;padding:4px}.iov-pro-guide__slot.outline{position:relative;z-index:100}.iov-pro-guide__slot-content{background-color:#fff;border-radius:4px;display:inline-block;width:fit-content}.iov-pro-guide__content{background:#fff;border-radius:8px;box-sizing:border-box;padding:24px;position:fixed}.iov-pro-guide__content.top-start .iov-pro-guide__bar,.iov-pro-guide__content.top .iov-pro-guide__bar,.iov-pro-guide__content.top-end .iov-pro-guide__bar{bottom:-26px}.iov-pro-guide__content.top-start .iov-pro-guide__bar:before,.iov-pro-guide__content.top .iov-pro-guide__bar:before,.iov-pro-guide__content.top-end .iov-pro-guide__bar:before{transform:translate(-50%, 18px)}.iov-pro-guide__content.top-start .iov-pro-guide__bar:after,.iov-pro-guide__content.top .iov-pro-guide__bar:after,.iov-pro-guide__content.top-end .iov-pro-guide__bar:after{transform:translate(-50%, 21px)}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar,.iov-pro-guide__content.bottom .iov-pro-guide__bar,.iov-pro-guide__content.bottom-end .iov-pro-guide__bar{top:-26px}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar:before,.iov-pro-guide__content.bottom .iov-pro-guide__bar:before,.iov-pro-guide__content.bottom-end .iov-pro-guide__bar:before{transform:translate(-50%, -50%)}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar:after,.iov-pro-guide__content.bottom .iov-pro-guide__bar:after,.iov-pro-guide__content.bottom-end .iov-pro-guide__bar:after{transform:translate(-50%, -50%)}.iov-pro-guide__content.top-start .iov-pro-guide__bar{left:75px}.iov-pro-guide__content.top .iov-pro-guide__bar{left:calc(50% - 6px)}.iov-pro-guide__content.top-end .iov-pro-guide__bar{right:75px}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar{left:75px;top:-26px}.iov-pro-guide__content.bottom .iov-pro-guide__bar{left:calc(50% - 6px);top:-26px}.iov-pro-guide__content.bottom-end .iov-pro-guide__bar{right:75px;top:-26px}.iov-pro-guide__content.left .iov-pro-guide__bar{right:-26px;top:50%;width:26px;height:1px}.iov-pro-guide__content.left .iov-pro-guide__bar:after{transform:translate(21px, -50%)}.iov-pro-guide__content.left .iov-pro-guide__bar:before{transform:translate(18px, -50%)}.iov-pro-guide__content.right .iov-pro-guide__bar{left:-26px;top:50%;width:26px;height:1px}.iov-pro-guide__content.right .iov-pro-guide__bar:after{transform:translate(-3px, -50%)}.iov-pro-guide__content.right .iov-pro-guide__bar:before{transform:translate(-6px, -50%)}.iov-pro-guide__title{color:#212026;font-weight:500;font-size:16px;line-height:22px}.iov-pro-guide__message{color:#3d4158;font-weight:400;font-size:13px;line-height:18px;margin-top:8px}.iov-pro-guide__operation{text-align:right;margin-top:16px}.iov-pro-guide__bar{background-color:#fff;position:absolute;width:1px;height:26px}.iov-pro-guide__bar:before{background-color:rgba(255,255,255,.5);border-radius:6px;content:"";display:block;width:12px;height:12px;position:absolute}.iov-pro-guide__bar:after{background-color:#fff;border-radius:3px;content:"";display:block;width:6px;height:6px;position:absolute}.iov-pro-guide .v-modal{background-color:rgba(0,0,0,.6);opacity:1;z-index:99}.iov-pro-link-group .el-link,.iov-pro-link-group .el-dropdown{display:block}.iov-pro-link-group__more.iov-icon-vertical-more{color:#2f48ff;cursor:pointer;display:block;width:14px;height:14px;line-height:14px}.iov-pro-link-group__dropdown-menu{padding:4px}.iov-pro-link-group__dropdown-menu .el-dropdown-menu__item{font-size:13px;font-weight:400;line-height:32px;padding:0 12px}.iov-pro-link-group__dropdown-menu .el-dropdown-menu__item:hover{background-color:#f6f7f8}.iov-pro-link-group__dropdown-menu .popper__arrow{display:none}.iov-pro-link-group .iov-pro-space__item{position:relative}.iov-pro-link-group .iov-pro-space__item:after{background:#dcdfe6;content:"";display:block;top:50%;right:calc(var(--link-group-gap)*-0.5);transform:translateY(-50%);width:1px;height:12px;position:absolute}.iov-pro-link-group .iov-pro-space__item:last-child:after{display:none}.iov-pro-link-group .iov-pro-space__item:empty{display:none}.iov-pro-link-group .iov-pro-space__item .trigger-dialog{display:block}.iov-pro-link-group .iov-pro-space__item .trigger-dialog__trigger{display:block}.iov-pro-page-detail{padding:16px;background:#fff;border-radius:8px;position:relative}.iov-pro-page-detail.no-padding{padding:0}.iov-pro-page-detail.no-padding .iov-pro-page-detail__help{top:0;right:0}.iov-pro-page-detail__head{display:flex}.iov-pro-page-detail__body{margin-top:16px}.iov-pro-page-detail__body .iov-pro-page-module{padding:0}.iov-pro-page-detail__icon{margin-right:12px;width:44px;height:44px;background-position:0 0;background-repeat:no-repeat;background-size:contain;font-style:normal}.iov-pro-page-detail__head-info{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;width:0;flex:1}.iov-pro-page-detail__name{align-items:center;display:flex;margin-bottom:4px;width:100%;height:22px;line-height:22px}.iov-pro-page-detail__name .name{margin-right:8px;font-weight:600;font-size:16px;color:#212026;max-width:calc(100% - 320px)}.iov-pro-page-detail__name .name.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iov-pro-page-detail__desc{height:18px;line-height:18px;font-weight:400;font-size:12px;color:#65677a}.iov-pro-page-detail__desc .desc-item{margin-right:16px}.iov-pro-page-detail__help{position:absolute;top:16px;right:16px}.iov-pro-page-detail__help .help-item{margin-left:16px;font-weight:400;font-size:12px;color:#a2a3aa}.iov-pro-page-module{padding:16px;background:#fff;border-radius:8px}.iov-pro-page-module.is-sub .iov-pro-page-module__name-text{font-size:14px;color:#212026}.iov-pro-page-module.no-padding{padding:0}.iov-pro-page-module.is-collapse .iov-pro-page-module__head{margin-bottom:0}.iov-pro-page-module__back{border-radius:4px;cursor:pointer;font-size:18px;color:#494b53;width:22px;height:22px;margin-right:8px;text-align:center;line-height:22px;transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.iov-pro-page-module__back:hover{background-color:#f6f7f8}.iov-pro-page-module__head{align-items:center;border-radius:8px;display:flex;margin-bottom:6px;justify-content:space-between;height:36px;position:relative}.iov-pro-page-module__head.is-collapse{transition:background-color .3s;cursor:pointer}.iov-pro-page-module__head.is-collapse:hover{background-color:rgba(240,244,253,.5)}.iov-pro-page-module__head.is-collapse:hover .iov-pro-page-module__collapse-status{opacity:1}.iov-pro-page-module__head.position-left{margin-left:-3px}.iov-pro-page-module__suffix{color:#a2a3aa;font-size:12px;margin-left:8px}.iov-pro-page-module__suffix .el-button{margin-left:-4px}.iov-pro-page-module__name{display:flex;align-items:center}.iov-pro-page-module__name-text{font-family:PingFangSC,PingFang SC;font-weight:600;font-size:16px;color:#0d1722}.iov-pro-page-module__name .iov-icon-arrow-up,.iov-pro-page-module__name .iov-icon-arrow-down{border-radius:4px;cursor:pointer;color:#212026;display:inline-block;font-size:14px;width:20px;height:20px;line-height:20px;transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1);text-align:center}.iov-pro-page-module__name .iov-icon-arrow-up:hover,.iov-pro-page-module__name .iov-icon-arrow-down:hover{background-color:#f6f7f8}.iov-pro-page-module__name .iov-icon-arrow-up.is-left,.iov-pro-page-module__name .iov-icon-arrow-down.is-left{margin-right:3px}.iov-pro-page-module__name .iov-icon-arrow-up.is-right,.iov-pro-page-module__name .iov-icon-arrow-down.is-right{margin-left:3px}.iov-pro-page-module__name .iov-icon-arrow-up.is-right+.iov-pro-page-module__suffix,.iov-pro-page-module__name .iov-icon-arrow-down.is-right+.iov-pro-page-module__suffix{margin-left:5px}.iov-pro-page-module__collapse-status{bottom:0;color:rgba(61,65,88,.7);font-size:11px;line-height:36px;opacity:0;position:absolute;top:0;right:20px;transition:opacity .3s}.image-viewer .is-disabled{width:32px;height:32px;background-color:rgba(255,255,255,.3) !important}.image-viewer .is-disabled-right{width:32px;height:32px;transform:rotate(180deg);background-color:rgba(255,255,255,.3) !important}.image-viewer .el-image-viewer__prev{width:32px;height:32px;background-color:rgba(255,255,255,.3)}.image-viewer .el-image-viewer__prev:hover{width:32px;height:32px;background-color:rgba(255,255,255,.6)}.image-viewer .is-disabled-icon{opacity:.2}.image-viewer .el-image-viewer__next{width:32px;height:32px;-webkit-transform:rotate(180deg);transform:rotate(180deg);right:40px;text-indent:2px;background-color:rgba(255,255,255,.3)}.image-viewer .el-image-viewer__next:hover{width:32px;height:32px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background-color:rgba(255,255,255,.6)}.image-viewer .el-image-view__tools{position:absolute;right:16px;bottom:30px;line-height:20px;background:rgba(255,255,255,.2);border-radius:20px;text-align:center;font-size:10px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#494b53;padding:3px 13px}.image-viewer .el-image-view__tools :nth-child(2){padding:0 5px;font-weight:600}.image-viewer__close{font-size:20px}.iov-pro-resize-box{position:relative}.iov-pro-resize-box__drag{background-color:rgba(0,0,0,0);position:absolute;z-index:1001}.iov-pro-resize-box__drag-left{bottom:0;cursor:col-resize;top:0;left:0px;width:2px}.iov-pro-resize-box__drag-right{bottom:0;cursor:col-resize;top:0;right:0px;width:2px}.iov-pro-resize-box__drag-top{cursor:row-resize;top:0px;left:0;right:0;height:2px}.iov-pro-resize-box__drag-bottom{cursor:row-resize;bottom:0px;left:0;right:0;height:2px}.search-table__title-main{line-height:22px;margin-bottom:12px}.search-table__title{color:#0d1722;font-family:PingFangSC,PingFang SC;font-weight:600;font-size:16px}.search-table__sub-title{margin-left:8px;color:#a2a3aa;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:12px}.search-table__module{background:#fff;border-radius:8px;margin-bottom:10px;padding:16px}.search-table__module .iov-pro-form .iov-pro-form__form-item>label{overflow:hidden;padding:0;white-space:nowrap}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item{position:relative;line-height:1}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item:after{background:#dcdfe6;content:"";display:block;top:50%;right:-6px;transform:translateY(-50%);width:1px;height:12px;position:absolute}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item:last-child:after{display:none}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item .el-link{font-size:13px}.search-table__module:last-child{margin-bottom:0}.search-table__toolbar{align-items:center;display:flex}.search-table__bar{display:flex;justify-content:space-between;margin-bottom:12px}.search-table__toggle-status{align-items:center;color:#0d1722;cursor:pointer;display:flex;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:12px;height:30px;padding:0 4px}.search-table__toggle-status .iov-icon-arrow-down,.search-table__toggle-status .iov-icon-arrow-up{font-size:14px;margin-top:2px}.search-table__row{position:relative}.search-table__row .search-table__action-bar{align-items:center;bottom:0;display:flex;top:0;right:0;position:absolute}.search-table.no-padding.is-simple .search-table__module{padding:0}.search-table.no-padding.is-simple .search-table__module:first-child{padding-bottom:0}.search-table.no-padding .search-table__module{padding:16px 0}.search-table.no-padding .search-table__module:first-child{padding:0 0 16px}.search-table.no-module .search-table__module{padding:8px 16px;margin-bottom:0}.search-table.no-module .search-table__module:first-child{padding-top:16px}.search-table.no-module .search-table__module:last-child{padding-bottom:16px}.search-table.no-form .search-table__title-main{margin-bottom:0}.search-table.no-form .search-table__module:first-child{border-radius:8px 8px 0 0;padding-bottom:6px}.search-table.no-form .search-table__module:last-child{border-radius:0 0 8px 8px;padding-top:6px}.inner-tabs__title-main{line-height:22px;margin-bottom:12px}.inner-tabs__title{color:#0d1722;font-family:PingFangSC,PingFang SC;font-weight:600;font-size:16px}.inner-tabs__sub-title{margin-left:8px;color:#a2a3aa;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:12px}.inner-tabs__module{background:#fff;border-radius:8px;margin-bottom:10px;padding:16px}.inner-tabs__module .iov-pro-form .iov-pro-form__form-item>label{overflow:hidden;padding:0;white-space:nowrap}.inner-tabs__module .el-tabs .el-tabs__nav{border:none !important}.inner-tabs__module .el-tabs .el-tabs__header .el-tabs__item{background:#f6f7f8;border-radius:4px 4px 0px 0px;border-left:1px solid #e9ebf0 !important;border-right:1px solid #e9ebf0 !important;border-top:1px solid #e9ebf0 !important;border-bottom-color:rgba(0,0,0,0);color:#6b707a;font-size:13px;font-weight:400;padding:0 16px !important;margin-right:6px;height:30px;line-height:30px}.inner-tabs__module .el-tabs .el-tabs__header .el-tabs__item.is-active{background:linear-gradient(180deg, #F0F4FD 0%, #FFFFFF 100%);border-top:none !important;border-bottom:none;color:#3f57ff;font-weight:600;outline:none;position:relative}.inner-tabs__module .el-tabs .el-tabs__header .el-tabs__item.is-active:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABIBAMAAAANAGjIAAAAKlBMVEUAAAA/Vv8/V/8/V/8/V/8/V/8/V/9BWf89Vf9AVf8qVf8/Vv8+Wf8/V//3fmOTAAAADXRSTlMAkm3589XUKyoMBr1CxUdJxQAAAD9JREFUKM9jYGAoDLkLBAwMC4EkiMG1F8pgvAtl1N5N6mQAAVkjBggIPgBlODFAQQKMoQBjNMAYExhGwSjADwC0VhuDywNOfgAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABIAQMAAADF4Oe4AAAABlBMVEUAAAA/V/9SqD98AAAAAXRSTlMAQObYZgAAAA9JREFUCNdj+P8fgYYRAACKogf5+x8cIAAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABIBAMAAAANAGjIAAAALVBMVEUAAAA/V/8/V/8/V/9AVv8+V/9AV/8+WP9BWf89Vf9AVf8qVf8/Vv8+Wf8/V/9Mw9oEAAAADnRSTlMA89XUlI9waysqDAa9QkOQHV4AAAA/SURBVCjPY3gHBEIRDAxABgh4wxhvNkAZ7xwYQGBl8rsXDBBQ+BTK4BVigAnBGMwwBhuMwQljcDGMglGAAwAASmoc2AEfAyMAAAAASUVORK5CYII=);background-repeat:no-repeat,no-repeat,no-repeat;background-position:left,center,right;background-size:8px 100%,calc(100% - 12px) 100%,8px 100%;content:"";left:0;position:absolute;top:0;width:100%;height:36px}.inner-tabs__module .search-table__module{padding:0}.inner-tabs__module .search-table__action-bar{bottom:12px;top:auto}.inner-tabs__module:last-child{margin-bottom:0}.inner-tabs__bar{display:flex;justify-content:space-between;margin-bottom:14px}.outer-tabs__tabs .el-tabs__header{background:#fff;margin:0 16px;position:relative}.outer-tabs__tabs .el-tabs__header:before{background-color:#fff;border-radius:8px 0 0 0;bottom:-2px;content:"";display:block;width:16px;left:-16px;top:0px;position:absolute}.outer-tabs__tabs .el-tabs__header:after{background-color:#fff;border-radius:0 8px 0 0;bottom:-2px;content:"";display:block;width:16px;right:-16px;top:0px;position:absolute}.outer-tabs__tabs .search-table__module:first-child{border-radius:0 0 8px 8px}.outer-tabs__tabs .search-table__title-main{display:none}.outer-tabs__tabs.is-card .el-tabs__header.is-top{padding-top:16px}.outer-tabs .search-table__title-main{background-color:#fff;border-radius:8px 8px 0 0;padding:16px 16px 0;margin-bottom:-4px}.iov-pro-space{display:flex}.iov-pro-space.horizontal{flex-direction:row}.iov-pro-space.horizontal.is-wrap{flex-wrap:wrap}.iov-pro-space.vertical{flex-direction:column}.iov-pro-space__item{flex-shrink:0}.iov-pro-sub-title{margin-bottom:12px;font-family:PingFangSC,PingFang SC;display:flex;align-items:center}.iov-pro-sub-title__prefix{margin-right:8px}.iov-pro-sub-title__icon{margin-right:8px;width:18px;height:18px;background-position:0 0;background-repeat:no-repeat;background-size:contain}.iov-pro-sub-title__icon.line{background-color:#777d87;width:3px;height:12px}.iov-pro-sub-title__name{font-weight:600;font-size:13px;color:#3d4158}.iov-pro-sub-title__desc{margin-left:8px;font-size:12px;color:#a2a3aa}.iov-pro-sub-title__desc:has(>.el-link),.iov-pro-sub-title__desc:has(>.el-button){margin-left:-4px}.iov-pro-sub-title__prefix{margin-left:8px}.iov-pro-sub-title__help{margin-left:4px}.iov-pro-sub-title__help .el-link{margin-right:8px;font-size:13px;height:26px;color:#2f48ff;line-height:26px;padding:0 4px;border-radius:4px;transition:all .2s ease}.iov-pro-sub-title__help .el-link .iconfont{font-size:12px;margin-right:4px}.iov-pro-sub-title__help .el-link:not(.is-disabled):hover{background:rgba(42,104,255,.08)}.iov-pro-submit-module{padding:16px 0 20px;border-radius:0px 0px 8px 8px;position:fixed;left:252px;right:16px;bottom:0;z-index:9;font-size:0;background:#fff;text-align:center;box-shadow:0 0 12px 0 rgba(196,198,207,.2)}.iov-pro-table__table .is-right .iov-pro-space.horizontal{justify-content:flex-end}.iov-pro-table__table .is-center .iov-pro-space.horizontal{justify-content:center}.iov-pro-table__image{border:1px solid #edeff3;border-radius:4px;width:40px;height:40px}.iov-pro-table__image-error{background-image:url(https://prod-common-public.obs-helf.cucloud.cn/user/05d51000000000173230005);background-size:24px 24px;background-repeat:no-repeat;background-position:center center;background-color:#f2f3f5;width:100%;height:100%}.iov-pro-table__image:has(>.iov-pro-table__image-error){border:none}.iov-pro-table__pagination{text-align:right;padding:12px 0 0}.iov-pro-table-filter__icon{border-radius:2px;color:#abafb5;cursor:pointer;display:block;font-size:14px;width:20px;height:20px;line-height:20px;text-align:center}.iov-pro-table-filter__icon.is-actived{color:#2f48ff}.iov-pro-table-filter__icon.is-actived:hover{color:#2f48ff}.iov-pro-table-filter__icon:hover{background-color:#e5e6eb;color:#777d87}.iov-pro-table-filter__operation{border-top:1px solid #edeff3;text-align:right;padding:8px}.iov-pro-table-filter__operation.is-center{text-align:center}.iov-pro-table-filter__checkbox-group{padding:4px}.iov-pro-table-filter__checkbox{align-items:center;box-sizing:border-box;border-radius:2px;display:flex;line-height:32px;height:32px;padding:0 12px;width:100%}.iov-pro-table-filter__checkbox:hover{background-color:#f6f7f8}.iov-pro-table-filter__checkbox:hover .el-checkbox__inner{border-color:#d2d5df}.iov-pro-table-filter__checkbox:hover .el-checkbox__inner:hover{border-color:#3f57ff !important}.iov-pro-table-filter__checkbox:hover .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#3f57ff}.iov-pro-table-filter__checkbox .el-checkbox__input{display:block;width:16px;height:16px}.iov-pro-table-filter__checkbox .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#d2d5df}.iov-pro-table-filter__checkbox .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#3f57ff}.iov-pro-table-filter__checkbox .el-checkbox__label{display:block;font-size:13px;line-height:16px;height:16px}.iov-pro-table-filter__popper[x-placement^=bottom]{border:.5px solid #dcdfe6;margin-top:4px;padding:0;min-width:120px;width:fit-content !important}.iov-pro-table-filter__popper[x-placement^=bottom] .popper__arrow{display:none}.iov-pro-table-search__icon{border-radius:2px;color:#abafb5;cursor:pointer;display:inline-block;font-size:14px;width:20px;height:20px;line-height:20px;text-align:center}.iov-pro-table-search__icon.is-actived{color:#2f48ff}.iov-pro-table-search__icon.is-actived:hover{color:#2f48ff}.iov-pro-table-search__icon:hover{background-color:#e5e6eb;color:#777d87}.iov-pro-table-search__operation{padding:8px;text-align:right}.iov-pro-table-search__input-wrapper{padding:8px 8px 0}.iov-pro-table-search__popper{border:.5px solid #dcdfe6;margin-top:4px;padding:0;transform:translate(20px, -8px)}.iov-pro-table-search__popper .popper__arrow{display:none}.iov-pro-table-sort{border-radius:2px;box-sizing:border-box;color:#abafb5;cursor:pointer;display:flex;flex-direction:column;width:20px;height:20px;padding:3px}.iov-pro-table-sort .iovprofont{display:block;height:50%}.iov-pro-table-sort .iovprofont.iov-icon-sort-up{line-height:14px}.iov-pro-table-sort .iovprofont.iov-icon-sort-down{line-height:2px}.iov-pro-table-sort.ascending .iov-icon-sort-up{color:#2f48ff}.iov-pro-table-sort.descending .iov-icon-sort-down{color:#2f48ff}.iov-pro-table-sort:hover{background-color:#e5e6eb;color:#777d87}.iov-pro-table.fixed-header .el-table{overflow:visible}.iov-pro-table.fixed-header .el-table__header-wrapper{position:sticky;top:var(--fixed-header-top);z-index:2}.iov-pro-table.fixed-header .el-table__header-wrapper .is-hidden{background:#f6f7f8;overflow:visible;position:sticky;z-index:2}.iov-pro-table.fixed-header .el-table__header-wrapper .is-hidden .cell{visibility:visible}.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-left) .is-fixed-left-end:after,.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-none) .is-fixed-left-end:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-right) .is-fixed-right-start:after,.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-none) .is-fixed-right-start:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__body-wrapper .is-hidden{background:#fff;overflow:visible;position:sticky;z-index:1}.iov-pro-table.fixed-header .el-table__body-wrapper .is-hidden .cell{visibility:visible}.iov-pro-table.fixed-header .el-table__body-wrapper .hover-row .is-hidden{background-color:#f6f7f8}.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-left .is-fixed-left-end:after,.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-none .is-fixed-left-end:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-right .is-fixed-right-start:after,.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-none .is-fixed-right-start:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__fixed,.iov-pro-table.fixed-header .el-table__fixed-right{display:none}.iov-pro-table.fixed-header .el-table .is-fixed-left-end:after{bottom:-1px;box-shadow:inset 10px 0 8px -8px rgba(0,0,0,.12);content:"";top:0;right:-60px;position:absolute;pointer-events:none;width:30px;transform:translateX(-100%) rotateX(180deg);transition:box-shadow .3s}.iov-pro-table.fixed-header .el-table .is-fixed-right-start:after{bottom:-1px;box-shadow:inset -10px 0 8px -8px rgba(0,0,0,.12);content:"";top:0;left:0;position:absolute;pointer-events:none;width:30px;transform:translateX(-100%);transition:box-shadow .3s}.iov-pro-tabs{border-radius:8px 8px 0 0;overflow:hidden;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/39081000000000144927284) repeat-x 0 0/50px 50px;position:relative}.iov-pro-tabs:before,.iov-pro-tabs:after{content:"";width:12px;height:50px;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/b5901000000000144927351) no-repeat 0 0/12px 50px;position:absolute;left:0;top:0}.iov-pro-tabs:after{left:auto;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/c0f31000000000144937229) no-repeat 0 0/12px 50px;right:0}.iov-pro-tabs__head{display:flex;align-items:center}.iov-pro-tabs__item{padding:0 20px 0 21px;position:relative;cursor:pointer}.iov-pro-tabs__item.active{background:#fff}.iov-pro-tabs__item.active .iov-pro-tabs__name{color:#212026;opacity:1}.iov-pro-tabs__item.active:before,.iov-pro-tabs__item.active:after{content:"";width:35px;height:50px;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/52851000000000144927564) no-repeat 0 0/35px 50px;position:absolute;left:-15px;top:0;z-index:2}.iov-pro-tabs__item.active:after{left:auto;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/cc6b1000000000144927626) no-repeat 0 0/35px 50px;right:-15px}.iov-pro-tabs__item:first-child{padding-left:12px}.iov-pro-tabs__item:first-child .iov-pro-tabs__data:before{display:none}.iov-pro-tabs__item:first-child.active:before{display:none}.iov-pro-tabs__data{align-items:center;display:flex;padding:0 4px;height:50px;position:relative}.iov-pro-tabs__data:before{content:"";width:1px;height:20px;background:#e2e7f2;overflow:hidden;position:absolute;left:-21px;top:50%;transform:translateY(-50%)}.iov-pro-tabs__icon{margin-right:4px;width:24px;height:24px}.iov-pro-tabs__name{color:#3d4158;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:16px;opacity:.6;transition:all .3s easy}.iov-pro-tabs__content{background-color:#fff;border-radius:0 0 8px 8px;padding:12px 16px 16px}.iov-pro-toolbar{align-items:center;display:flex}.iov-pro-toolbar__icon{background-color:#f2f3f5;background-position:center center;background-repeat:no-repeat;background-size:16px 16px;border-radius:4px;cursor:pointer;color:#212026;display:block;font-size:16px;width:26px;height:26px;text-align:center;line-height:26px}.iov-pro-toolbar__icon img{width:16px;height:16px;vertical-align:middle}.iov-pro-toolbar__icon:hover{color:#2f48ff}.iov-pro-toolbar__icon:active,.iov-pro-toolbar__icon.is-active{color:#1d2cd2}.iov-pro-toolbar__dropdown-menu{padding:4px}.iov-pro-toolbar__dropdown-menu .el-dropdown-menu__item{font-size:13px;line-height:32px;padding:0 12px}.iov-pro-toolbar__dropdown-menu .el-dropdown-menu__item:hover{background-color:#f6f7f8;color:#212026}.iov-pro-toolbar__dropdown-menu .el-dropdown-menu__item:active{font-weight:600}.iov-pro-toolbar__setting-popper{padding:0}.iov-pro-toolbar__setting-header{align-items:center;border-bottom:1px solid #edeff3;display:flex;padding:0 16px;height:42px;justify-content:space-between}.iov-pro-toolbar__setting-header .el-checkbox__label{font-size:13px}.iov-pro-toolbar__setting-reset{font-size:12px}.iov-pro-toolbar__setting-body{overflow:auto;padding:4px;max-height:190px}.iov-pro-toolbar__setting-item{align-items:center;border-radius:2px;display:flex;height:32px;justify-content:space-between;padding:0 12px}.iov-pro-toolbar__setting-item:hover{background:#f6f7f8}.iov-pro-toolbar__setting-item--drag{color:#777d87;cursor:grab;font-size:16px}.iov-pro-toolbar__setting-item--drag.undraggable{cursor:not-allowed}.iov-pro-toolbar__setting-item .el-checkbox{align-items:center;display:flex}.iov-pro-toolbar__setting-item .el-checkbox .el-checkbox__input{height:16px}.iov-pro-toolbar__setting-item .el-checkbox .el-checkbox__label{font-size:13px;max-width:102px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iov-pro-toolbar__setting-item .el-checkbox.is-disabled .el-checkbox__label{color:#0d1722}.iov-pro-toolbar__setting-footer{align-items:center;border-top:1px solid #edeff3;display:flex;padding:0 8px;height:42px;justify-content:flex-end}.trigger-dialog{display:inline-block}.trigger-dialog__trigger{display:inline-block}.iov-pro-uploader__template-tip{color:#65677a;font-size:12px;line-height:18px}.iov-pro-uploader__button{display:block}.iov-pro-uploader .el-upload--drag .iov-pro-uploader__button{display:inline-block}.iov-pro-uploader .el-upload--drag .el-upload__icon{height:30px}
|
|
1
|
+
.iov-pro-back-top{align-items:center;background:#fff;box-shadow:0px 2px 6px 0px rgba(0,0,0,.12);box-sizing:border-box;border-radius:19px;border:1px solid #e5e6eb;cursor:pointer;display:flex;flex-direction:column;width:38px;height:55px;opacity:0;padding:6px 0 8px;position:absolute;pointer-events:none;justify-content:center;transition:opacity .3s ease}.iov-pro-back-top i{color:#494b53;display:block;font-size:22px;width:22px;height:22px;line-height:22px}.iov-pro-back-top__text{color:#65677a;font-weight:bold;font-size:9px;line-height:18px;position:relative}.iov-pro-back-top__text:before{background-color:#d2d5df;content:"";display:block;position:absolute;width:12px;height:1px;top:-1px;left:4px}.iov-pro-back-top.is-show{opacity:1;pointer-events:inherit}.iov-pro-color{background:#fff;box-shadow:0px 2px 8px 0px rgba(73,75,83,.12);border-radius:4px;border:1px solid #dcdfe6;width:150px}.iov-pro-color__content{column-gap:6px;display:flex;flex-wrap:wrap;padding:12px;gap:6px;position:relative}.iov-pro-color__content:after{background-color:#edeff3;bottom:0;content:"";display:block;width:126px;height:1px;left:12px;position:absolute}.iov-pro-color__block{background:var(--color, #FFFFFF);border-radius:2px;box-sizing:border-box;cursor:pointer;display:block;width:16px;height:16px}.iov-pro-color__block.border{border:1px solid #edeff3}.iov-pro-color__link{align-items:center;border-radius:2px;cursor:pointer;display:flex;height:32px;padding:0 12px;position:relative;z-index:0}.iov-pro-color__link-icon{background:conic-gradient(from 90deg at 50% 50%, #D91AD9 12.62%, #722ED1 24.49%, #3F57FF 37.28%, #40A6FF 49.82%, #42C170 61.44%, #F7BA1E 75.11%, #FF7D00 86.33%, #F53F3F 100%);border-radius:50%;width:16px;height:16px}.iov-pro-color__link-text{color:#212026;font-size:13px;flex:1;padding-left:8px}.iov-pro-color__link-panel{background:#fff;box-shadow:0px 2px 8px 0px rgba(73,75,83,.12);border-radius:4px;border:1px solid #dcdfe6;cursor:default;display:none;width:240px;height:276px;position:absolute;left:152px;top:-63px;z-index:1}.iov-pro-color__link-panel-content{padding:12px 12px 0}.iov-pro-color__link-panel-slider{padding:12px 0;position:relative}.iov-pro-color__link-panel-slider .iov-pro-color-hue-slider{margin-bottom:6px}.iov-pro-color__link-panel-slider .iov-pro-color-alpha-slider{margin-bottom:8px}.iov-pro-color__link-panel--preview{border-radius:4px;width:20px;height:20px;position:absolute;top:13px;right:0}.iov-pro-color__link-panel-operation{align-items:center;border-top:1px solid #edeff3;box-sizing:border-box;display:flex;height:50px;justify-content:flex-end;padding:0 12px}.iov-pro-color__link .iov-icon-page-right{color:#777d87;font-size:14px}.iov-pro-color__link:after{background-color:#fff;bottom:5px;content:"";left:4px;position:absolute;right:4px;top:5px;transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1);z-index:-1}.iov-pro-color__link:hover .iov-pro-color__link-panel{display:block}.iov-pro-color__link:hover:after{background-color:#f6f7f8}.iov-pro-color-predefine{display:flex;font-size:12px;width:126px}.iov-pro-color-predefine__colors{display:flex;flex:1;flex-wrap:wrap;gap:6px}.iov-pro-color-predefine__color-selector{border-radius:2px;box-sizing:border-box;cursor:pointer;width:16px;height:16px}.iov-pro-color-predefine__color-selector.border{border:1px solid #edeff3}.iov-pro-color-predefine__color-selector.transparent{border:1px solid #edeff3;background:linear-gradient(45deg, transparent calc(50% - 0.5px), #F53F3F calc(50% - 0.5px), #F53F3F calc(50% + 0.5px), transparent calc(50% + 0.5px));overflow:hidden}.iov-pro-color-predefine__color-selector>div{display:flex;height:100%;border-radius:3px}.iov-pro-color-svpanel{border-radius:2px;overflow:hidden;position:relative;height:120px}.iov-pro-color-svpanel .iov-pro-color-svpanel__black,.iov-pro-color-svpanel .iov-pro-color-svpanel__white{bottom:0;position:absolute;top:0;left:0;right:0}.iov-pro-color-svpanel__white{background:linear-gradient(to right, #fff, rgba(255, 255, 255, 0))}.iov-pro-color-svpanel__black{background:linear-gradient(to top, #000, rgba(0, 0, 0, 0))}.iov-pro-color-svpanel__cursor{position:absolute}.iov-pro-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px, -2px)}.iov-pro-color-hue-slider{background-color:red;box-sizing:border-box;position:relative;width:188px;height:8px;padding:0 2px}.iov-pro-color-hue-slider__bar{background:linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);position:relative;height:100%}.iov-pro-color-hue-slider__thumb{background:rgba(0,0,0,0);box-shadow:0px 2px 8px 0px rgba(73,75,83,.19);box-sizing:border-box;border:2px solid #fff;border-radius:50%;cursor:pointer;position:absolute;left:0;top:0;height:8px;width:8px;z-index:1}.iov-pro-color-alpha-slider{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);box-sizing:border-box;position:relative;width:188px;height:8px}.iov-pro-color-alpha-slider__bar{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);position:relative;height:100%}.iov-pro-color-alpha-slider__thumb{background:rgba(0,0,0,0);box-shadow:0px 2px 8px 0px rgba(73,75,83,.19);box-sizing:border-box;border:2px solid #fff;border-radius:50%;box-sizing:border-box;cursor:pointer;left:0;position:absolute;top:0;height:8px;width:8px;z-index:1}.iov-pro-color-input{display:flex;gap:4px}.iov-pro-color-input__item{color:#a2a3aa;font-weight:400;font-size:12px;line-height:17px;text-align:center}.iov-pro-color-input__item .el-input--mini .el-input__inner{height:20px;padding:0;text-align:center}.iov-pro-color-input__item .el-input--mini .el-input-group--suffix{height:20px}.iov-pro-color-input__item .el-input--mini .el-input-group__suffix-label{height:18px;line-height:18px}.iov-pro-color-input__item.w-64{width:64px}.iov-pro-color-input__item.w-34{width:34px}.iov-pro-column-tooltip__container{line-height:17px;padding:2px;overflow-x:hidden;position:relative}.iov-pro-column-tooltip__container.ellipsis:after{bottom:0;content:"...";display:block;position:absolute;right:-1px}.iov-pro-column-tooltip__text{height:23px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.iov-pro-description__col{display:flex;font-size:13px;line-height:18px}.iov-pro-description__label{box-sizing:border-box;color:#65677a;flex-shrink:0;width:144px;white-space:nowrap;overflow:hidden;padding-right:24px}.iov-pro-description__label.left{text-align:left}.iov-pro-description__label.right{text-align:right}.iov-pro-description__value{color:#212026;flex:1;width:0;word-break:break-all}.iov-pro-description__value.left{text-align:left}.iov-pro-description__value.right{text-align:right}.iov-pro-description__value.right .iov-pro-space.horizontal{justify-content:flex-end}.iov-pro-description__value .iov-pro-editor-viewer{padding:0}.iov-pro-description__link.el-link.el-link--primary{color:#212026;margin-left:24px}.iov-pro-description__link.el-link.el-link--primary:hover{border-color:#2f48ff;color:#2f48ff}.iov-pro-description__link.el-link.el-link--primary.has-icon{margin-left:24px}.iov-pro-description__link-icon{font-size:20px;width:20px;height:20px;margin-right:4px;margin-left:-24px;vertical-align:bottom}.iov-pro-description__link-group .iov-pro-space{flex-wrap:wrap}.iov-pro-text__content{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-break:break-all}.iov-pro-text.is-single{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iov-pro-dialog-items-select__content{display:flex}.iov-pro-dialog-items-select__unselect{flex:1;width:0;position:relative}.iov-pro-dialog-items-select__unselect .el-input{width:calc(100% - 24px)}.iov-pro-dialog-items-select__unselect .el-scrollbar{height:456px}.iov-pro-dialog-items-select__unselect .el-scrollbar__wrap{overflow-x:hidden}.iov-pro-dialog-items-select__unselect .el-scrollbar__view{padding:12px 24px 8px 0}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox{align-items:center;border-radius:4px;display:flex;height:40px;margin-right:0;padding:0 4px;transition:background-color 300ms ease}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#d2d5df}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox:hover{background-color:#f6f7f8}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox:hover .el-checkbox__inner{border-color:#d2d5df}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox:hover .el-checkbox__inner:hover{border-color:#3f57ff}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox.is-checked .el-checkbox__inner.iov-icon-success{border-color:#3f57ff}.iov-pro-dialog-items-select__unselect .el-scrollbar__view .el-checkbox__label{max-width:calc(100% - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.iov-pro-dialog-items-select__unselect .el-empty{padding-top:128px}.iov-pro-dialog-items-select__unselect:after{background-color:#edeff3;bottom:0;content:"";display:block;position:absolute;right:0;top:-16px;width:1px}.iov-pro-dialog-items-select__selected{width:438px;padding-left:24px}.iov-pro-dialog-items-select__selected-title{color:#3d4158;font-weight:500;font-size:13px;line-height:18px}.iov-pro-dialog-items-select__selected .el-scrollbar{height:468px}.iov-pro-dialog-items-select__selected .el-scrollbar__wrap{overflow-x:hidden}.iov-pro-dialog-items-select__selected .el-scrollbar__view{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:12px;gap:8px;row-gap:8px}.iov-pro-dialog-items-select__selected .el-scrollbar__view .el-tag{color:#3d4158;height:34px;line-height:34px;max-width:100%}.iov-pro-dialog-items-select__selected .el-scrollbar__view .el-tag__text{font-size:14px}.iov-pro-dialog-items-select__selected .el-scrollbar__view .el-tag .iov-icon-close-mini{color:#777d87;font-size:10px;height:10px;line-height:10px}.iov-pro-dialog-items-select__selected .el-empty{padding-top:140px;margin:0 auto}.iov-pro-dialog-items-select.shadow .el-dialog__footer{box-shadow:0px 0px 12px 0px rgba(196,198,207,.21)}.iov-pro-dialog-select__table{min-height:255px}.iov-pro-dialog-select__filter{margin-bottom:12px;width:40%}.iov-pro-dialog-select .el-tabs{width:100%}.iov-pro-dialog-select .iov-pro-form{margin-bottom:12px}.iov-pro-dialog-select .search-table .iov-pro-form{margin-bottom:0}.iov-pro-dialog-select .el-form-item__label{display:none}.iov-pro-dialog-select .search-table__module{padding:0}.iov-pro-editor{border-radius:4px;min-height:132px}.iov-pro-editor.border{border:1px solid #dcdfe6}.iov-pro-editor-viewer{padding:6px 12px}.iov-pro-editor-viewer .mce-content__file{cursor:pointer !important}.iov-pro-table-selector{display:flex;flex-direction:column;padding:12px 12px 8px;gap:4px;width:fit-content}.iov-pro-table-selector__row{display:flex;gap:4px;width:fit-content}.iov-pro-table-selector__column{background-color:#f2f3f5;border-radius:1px;border:1px solid #dcdfe6;box-sizing:border-box;cursor:pointer;width:16px;height:16px}.iov-pro-table-selector__column.is-hover{background-color:#f0f4fd;border-color:#9eb3ff}.iov-pro-table-selector__selection{color:#a2a3aa;font-weight:500;font-size:10px;line-height:14px;margin-top:4px;text-align:center}.el-form-item.is-error .iov-pro-editor .tox .tox-sidebar-wrap{border-color:#f53f3f}.iov-pro-fixed-button-group{height:68px}.iov-pro-fixed-button-group__content{align-items:center;background-color:#fff;box-shadow:0px 0px 12px 0px rgba(196,198,207,.21);bottom:0;border-radius:0px 0px 8px 8px;display:flex;position:fixed;height:68px;left:252px;right:16px;z-index:1000}.iov-pro-fixed-button-group__content.center{justify-content:center}.iov-pro-fixed-button-group__content.left{justify-content:flex-start}.iov-pro-fixed-button-group__content.right{justify-content:flex-end}.iov-pro-form__form-item.override.important{margin-bottom:0}.iov-pro-form .iov-pro-form__form-item.important.override{margin-bottom:0}.iov-pro-form--width-fill{box-sizing:border-box;width:100%}.iov-pro-guide{display:inline-block;width:fit-content}.iov-pro-guide__slot{border:1px dashed #fff;border-radius:4px;box-sizing:border-box;display:inline-block;width:fit-content;padding:4px}.iov-pro-guide__slot.outline{position:relative;z-index:100}.iov-pro-guide__slot-content{background-color:#fff;border-radius:4px;display:inline-block;width:fit-content}.iov-pro-guide__content{background:#fff;border-radius:8px;box-sizing:border-box;padding:24px;position:fixed}.iov-pro-guide__content.top-start .iov-pro-guide__bar,.iov-pro-guide__content.top .iov-pro-guide__bar,.iov-pro-guide__content.top-end .iov-pro-guide__bar{bottom:-26px}.iov-pro-guide__content.top-start .iov-pro-guide__bar:before,.iov-pro-guide__content.top .iov-pro-guide__bar:before,.iov-pro-guide__content.top-end .iov-pro-guide__bar:before{transform:translate(-50%, 18px)}.iov-pro-guide__content.top-start .iov-pro-guide__bar:after,.iov-pro-guide__content.top .iov-pro-guide__bar:after,.iov-pro-guide__content.top-end .iov-pro-guide__bar:after{transform:translate(-50%, 21px)}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar,.iov-pro-guide__content.bottom .iov-pro-guide__bar,.iov-pro-guide__content.bottom-end .iov-pro-guide__bar{top:-26px}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar:before,.iov-pro-guide__content.bottom .iov-pro-guide__bar:before,.iov-pro-guide__content.bottom-end .iov-pro-guide__bar:before{transform:translate(-50%, -50%)}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar:after,.iov-pro-guide__content.bottom .iov-pro-guide__bar:after,.iov-pro-guide__content.bottom-end .iov-pro-guide__bar:after{transform:translate(-50%, -50%)}.iov-pro-guide__content.top-start .iov-pro-guide__bar{left:75px}.iov-pro-guide__content.top .iov-pro-guide__bar{left:calc(50% - 6px)}.iov-pro-guide__content.top-end .iov-pro-guide__bar{right:75px}.iov-pro-guide__content.bottom-start .iov-pro-guide__bar{left:75px;top:-26px}.iov-pro-guide__content.bottom .iov-pro-guide__bar{left:calc(50% - 6px);top:-26px}.iov-pro-guide__content.bottom-end .iov-pro-guide__bar{right:75px;top:-26px}.iov-pro-guide__content.left .iov-pro-guide__bar{right:-26px;top:50%;width:26px;height:1px}.iov-pro-guide__content.left .iov-pro-guide__bar:after{transform:translate(21px, -50%)}.iov-pro-guide__content.left .iov-pro-guide__bar:before{transform:translate(18px, -50%)}.iov-pro-guide__content.right .iov-pro-guide__bar{left:-26px;top:50%;width:26px;height:1px}.iov-pro-guide__content.right .iov-pro-guide__bar:after{transform:translate(-3px, -50%)}.iov-pro-guide__content.right .iov-pro-guide__bar:before{transform:translate(-6px, -50%)}.iov-pro-guide__title{color:#212026;font-weight:500;font-size:16px;line-height:22px}.iov-pro-guide__message{color:#3d4158;font-weight:400;font-size:13px;line-height:18px;margin-top:8px}.iov-pro-guide__operation{text-align:right;margin-top:16px}.iov-pro-guide__bar{background-color:#fff;position:absolute;width:1px;height:26px}.iov-pro-guide__bar:before{background-color:rgba(255,255,255,.5);border-radius:6px;content:"";display:block;width:12px;height:12px;position:absolute}.iov-pro-guide__bar:after{background-color:#fff;border-radius:3px;content:"";display:block;width:6px;height:6px;position:absolute}.iov-pro-guide .v-modal{background-color:rgba(0,0,0,.6);opacity:1;z-index:99}.iov-pro-link-group .el-link,.iov-pro-link-group .el-dropdown{display:block}.iov-pro-link-group__more.iov-icon-vertical-more{color:#2f48ff;cursor:pointer;display:block;width:14px;height:14px;line-height:14px}.iov-pro-link-group__dropdown-menu{padding:4px}.iov-pro-link-group__dropdown-menu .el-dropdown-menu__item{font-size:13px;font-weight:400;line-height:32px;padding:0 12px}.iov-pro-link-group__dropdown-menu .el-dropdown-menu__item:hover{background-color:#f6f7f8}.iov-pro-link-group__dropdown-menu .popper__arrow{display:none}.iov-pro-link-group .iov-pro-space__item{position:relative}.iov-pro-link-group .iov-pro-space__item:after{background:#dcdfe6;content:"";display:block;top:50%;right:calc(var(--link-group-gap)*-0.5);transform:translateY(-50%);width:1px;height:12px;position:absolute}.iov-pro-link-group .iov-pro-space__item:last-child:after{display:none}.iov-pro-link-group .iov-pro-space__item:empty{display:none}.iov-pro-link-group .iov-pro-space__item .trigger-dialog{display:block}.iov-pro-link-group .iov-pro-space__item .trigger-dialog__trigger{display:block}.iov-pro-page-detail{padding:16px;background:#fff;border-radius:8px;position:relative}.iov-pro-page-detail.no-padding{padding:0}.iov-pro-page-detail.no-padding .iov-pro-page-detail__help{top:0;right:0}.iov-pro-page-detail__head{display:flex}.iov-pro-page-detail__body{margin-top:16px}.iov-pro-page-detail__body .iov-pro-page-module{padding:0}.iov-pro-page-detail__icon{margin-right:12px;width:44px;height:44px;background-position:0 0;background-repeat:no-repeat;background-size:contain;font-style:normal}.iov-pro-page-detail__head-info{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;width:0;flex:1}.iov-pro-page-detail__name{align-items:center;display:flex;margin-bottom:4px;width:100%;height:22px;line-height:22px}.iov-pro-page-detail__name .name{margin-right:8px;font-weight:600;font-size:16px;color:#212026;max-width:calc(100% - 320px)}.iov-pro-page-detail__name .name.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iov-pro-page-detail__desc{height:18px;line-height:18px;font-weight:400;font-size:12px;color:#65677a}.iov-pro-page-detail__desc .desc-item{margin-right:16px}.iov-pro-page-detail__help{position:absolute;top:16px;right:16px}.iov-pro-page-detail__help .help-item{margin-left:16px;font-weight:400;font-size:12px;color:#a2a3aa}.iov-pro-page-module{padding:16px;background:#fff;border-radius:8px}.iov-pro-page-module.is-sub .iov-pro-page-module__name-text{font-size:14px;color:#212026}.iov-pro-page-module.no-padding{padding:0}.iov-pro-page-module.is-collapse .iov-pro-page-module__head{margin-bottom:0}.iov-pro-page-module__back{border-radius:4px;cursor:pointer;font-size:18px;color:#494b53;width:22px;height:22px;margin-right:8px;text-align:center;line-height:22px;transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.iov-pro-page-module__back:hover{background-color:#f6f7f8}.iov-pro-page-module__head{align-items:center;border-radius:8px;display:flex;margin-bottom:6px;justify-content:space-between;position:relative}.iov-pro-page-module__head.is-collapse{cursor:pointer;transition:background-color .3s;height:36px}.iov-pro-page-module__head.is-collapse:hover{background-color:rgba(240,244,253,.5)}.iov-pro-page-module__head.is-collapse:hover .iov-pro-page-module__collapse-status{opacity:1}.iov-pro-page-module__head.position-left{margin-left:-3px}.iov-pro-page-module__suffix{color:#a2a3aa;font-size:12px;margin-left:8px}.iov-pro-page-module__suffix .el-button{margin-left:-4px}.iov-pro-page-module__name{display:flex;align-items:center}.iov-pro-page-module__name-text{font-family:PingFangSC,PingFang SC;font-weight:600;font-size:16px;color:#0d1722}.iov-pro-page-module__name .iov-icon-arrow-up,.iov-pro-page-module__name .iov-icon-arrow-down{border-radius:4px;cursor:pointer;color:#212026;display:inline-block;font-size:14px;width:20px;height:20px;line-height:20px;transition:background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1);text-align:center}.iov-pro-page-module__name .iov-icon-arrow-up:hover,.iov-pro-page-module__name .iov-icon-arrow-down:hover{background-color:#f6f7f8}.iov-pro-page-module__name .iov-icon-arrow-up.is-left,.iov-pro-page-module__name .iov-icon-arrow-down.is-left{margin-right:3px}.iov-pro-page-module__name .iov-icon-arrow-up.is-right,.iov-pro-page-module__name .iov-icon-arrow-down.is-right{margin-left:3px}.iov-pro-page-module__name .iov-icon-arrow-up.is-right+.iov-pro-page-module__suffix,.iov-pro-page-module__name .iov-icon-arrow-down.is-right+.iov-pro-page-module__suffix{margin-left:5px}.iov-pro-page-module__collapse-status{bottom:0;color:rgba(61,65,88,.7);font-size:11px;line-height:36px;opacity:0;position:absolute;top:0;right:20px;transition:opacity .3s}.image-viewer .is-disabled{width:32px;height:32px;background-color:rgba(255,255,255,.3) !important}.image-viewer .is-disabled-right{width:32px;height:32px;transform:rotate(180deg);background-color:rgba(255,255,255,.3) !important}.image-viewer .el-image-viewer__prev{width:32px;height:32px;background-color:rgba(255,255,255,.3)}.image-viewer .el-image-viewer__prev:hover{width:32px;height:32px;background-color:rgba(255,255,255,.6)}.image-viewer .is-disabled-icon{opacity:.2}.image-viewer .el-image-viewer__next{width:32px;height:32px;-webkit-transform:rotate(180deg);transform:rotate(180deg);right:40px;text-indent:2px;background-color:rgba(255,255,255,.3)}.image-viewer .el-image-viewer__next:hover{width:32px;height:32px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background-color:rgba(255,255,255,.6)}.image-viewer .el-image-view__tools{position:absolute;right:16px;bottom:30px;line-height:20px;background:rgba(255,255,255,.2);border-radius:20px;text-align:center;font-size:10px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#494b53;padding:3px 13px}.image-viewer .el-image-view__tools :nth-child(2){padding:0 5px;font-weight:600}.image-viewer__close{font-size:20px}.iov-pro-resize-box{position:relative}.iov-pro-resize-box__drag{background-color:rgba(0,0,0,0);position:absolute;z-index:1001}.iov-pro-resize-box__drag-left{bottom:0;cursor:col-resize;top:0;left:0px;width:2px}.iov-pro-resize-box__drag-right{bottom:0;cursor:col-resize;top:0;right:0px;width:2px}.iov-pro-resize-box__drag-top{cursor:row-resize;top:0px;left:0;right:0;height:2px}.iov-pro-resize-box__drag-bottom{cursor:row-resize;bottom:0px;left:0;right:0;height:2px}.search-table__title-main{line-height:22px;margin-bottom:12px}.search-table__title{color:#0d1722;font-family:PingFangSC,PingFang SC;font-weight:600;font-size:16px}.search-table__sub-title{margin-left:8px;color:#a2a3aa;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:12px}.search-table__module{background:#fff;border-radius:8px;margin-bottom:10px;padding:16px}.search-table__module .iov-pro-form .iov-pro-form__form-item>label{overflow:hidden;padding:0;white-space:nowrap}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item{position:relative;line-height:1}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item:after{background:#dcdfe6;content:"";display:block;top:50%;right:-6px;transform:translateY(-50%);width:1px;height:12px;position:absolute}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item:last-child:after{display:none}.search-table__module .iov-pro-table .iov-pro-link-group .iov-pro-space__item .el-link{font-size:13px}.search-table__module:last-child{margin-bottom:0}.search-table__toolbar{align-items:center;display:flex}.search-table__bar{display:flex;justify-content:space-between;margin-bottom:12px}.search-table__toggle-status{align-items:center;color:#0d1722;cursor:pointer;display:flex;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:12px;height:30px;padding:0 4px}.search-table__toggle-status .iov-icon-arrow-down,.search-table__toggle-status .iov-icon-arrow-up{font-size:14px;margin-top:2px}.search-table__row{position:relative}.search-table__row .search-table__action-bar{align-items:center;bottom:0;display:flex;top:0;right:0;position:absolute}.search-table.no-padding.is-simple .search-table__module{padding:0}.search-table.no-padding.is-simple .search-table__module:first-child{padding-bottom:0}.search-table.no-padding .search-table__module{padding:16px 0}.search-table.no-padding .search-table__module:first-child{padding:0 0 16px}.search-table.no-module .search-table__module{padding:8px 16px;margin-bottom:0}.search-table.no-module .search-table__module:first-child{padding-top:16px}.search-table.no-module .search-table__module:last-child{padding-bottom:16px}.search-table.no-form .search-table__title-main{margin-bottom:0}.search-table.no-form .search-table__module:first-child{border-radius:8px 8px 0 0;padding-bottom:6px}.search-table.no-form .search-table__module:last-child{border-radius:0 0 8px 8px;padding-top:6px}.inner-tabs__title-main{line-height:22px;margin-bottom:12px}.inner-tabs__title{color:#0d1722;font-family:PingFangSC,PingFang SC;font-weight:600;font-size:16px}.inner-tabs__sub-title{margin-left:8px;color:#a2a3aa;font-family:PingFangSC,PingFang SC;font-weight:400;font-size:12px}.inner-tabs__module{background:#fff;border-radius:8px;margin-bottom:10px;padding:16px}.inner-tabs__module .iov-pro-form .iov-pro-form__form-item>label{overflow:hidden;padding:0;white-space:nowrap}.inner-tabs__module .el-tabs .el-tabs__nav{border:none !important}.inner-tabs__module .el-tabs .el-tabs__header .el-tabs__item{background:#f6f7f8;border-radius:4px 4px 0px 0px;border-left:1px solid #e9ebf0 !important;border-right:1px solid #e9ebf0 !important;border-top:1px solid #e9ebf0 !important;border-bottom-color:rgba(0,0,0,0);color:#6b707a;font-size:13px;font-weight:400;padding:0 16px !important;margin-right:6px;height:30px;line-height:30px}.inner-tabs__module .el-tabs .el-tabs__header .el-tabs__item.is-active{background:linear-gradient(180deg, #F0F4FD 0%, #FFFFFF 100%);border-top:none !important;border-bottom:none;color:#3f57ff;font-weight:600;outline:none;position:relative}.inner-tabs__module .el-tabs .el-tabs__header .el-tabs__item.is-active:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABIBAMAAAANAGjIAAAAKlBMVEUAAAA/Vv8/V/8/V/8/V/8/V/8/V/9BWf89Vf9AVf8qVf8/Vv8+Wf8/V//3fmOTAAAADXRSTlMAkm3589XUKyoMBr1CxUdJxQAAAD9JREFUKM9jYGAoDLkLBAwMC4EkiMG1F8pgvAtl1N5N6mQAAVkjBggIPgBlODFAQQKMoQBjNMAYExhGwSjADwC0VhuDywNOfgAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABIAQMAAADF4Oe4AAAABlBMVEUAAAA/V/9SqD98AAAAAXRSTlMAQObYZgAAAA9JREFUCNdj+P8fgYYRAACKogf5+x8cIAAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABIBAMAAAANAGjIAAAALVBMVEUAAAA/V/8/V/8/V/9AVv8+V/9AV/8+WP9BWf89Vf9AVf8qVf8/Vv8+Wf8/V/9Mw9oEAAAADnRSTlMA89XUlI9waysqDAa9QkOQHV4AAAA/SURBVCjPY3gHBEIRDAxABgh4wxhvNkAZ7xwYQGBl8rsXDBBQ+BTK4BVigAnBGMwwBhuMwQljcDGMglGAAwAASmoc2AEfAyMAAAAASUVORK5CYII=);background-repeat:no-repeat,no-repeat,no-repeat;background-position:left,center,right;background-size:8px 100%,calc(100% - 12px) 100%,8px 100%;content:"";left:0;position:absolute;top:0;width:100%;height:36px}.inner-tabs__module .search-table__module{padding:0}.inner-tabs__module .search-table__action-bar{bottom:12px;top:auto}.inner-tabs__module:last-child{margin-bottom:0}.inner-tabs__bar{display:flex;justify-content:space-between;margin-bottom:14px}.outer-tabs__tabs .el-tabs__header{background:#fff;margin:0 16px;position:relative}.outer-tabs__tabs .el-tabs__header:before{background-color:#fff;border-radius:8px 0 0 0;bottom:-2px;content:"";display:block;width:16px;left:-16px;top:0px;position:absolute}.outer-tabs__tabs .el-tabs__header:after{background-color:#fff;border-radius:0 8px 0 0;bottom:-2px;content:"";display:block;width:16px;right:-16px;top:0px;position:absolute}.outer-tabs__tabs .search-table__module:first-child{border-radius:0 0 8px 8px}.outer-tabs__tabs .search-table__title-main{display:none}.outer-tabs__tabs.is-card .el-tabs__header.is-top{padding-top:16px}.outer-tabs .search-table__title-main{background-color:#fff;border-radius:8px 8px 0 0;padding:16px 16px 0;margin-bottom:-4px}.iov-pro-space{display:flex}.iov-pro-space.horizontal{flex-direction:row}.iov-pro-space.horizontal.is-wrap{flex-wrap:wrap}.iov-pro-space.vertical{flex-direction:column}.iov-pro-space__item{flex-shrink:0}.iov-pro-sub-title{margin-bottom:12px;font-family:PingFangSC,PingFang SC;display:flex;align-items:center}.iov-pro-sub-title__prefix{margin-right:8px}.iov-pro-sub-title__icon{margin-right:8px;width:18px;height:18px;background-position:0 0;background-repeat:no-repeat;background-size:contain}.iov-pro-sub-title__icon.line{background-color:#777d87;width:3px;height:12px}.iov-pro-sub-title__name{font-weight:600;font-size:13px;color:#3d4158}.iov-pro-sub-title__desc{margin-left:8px;font-size:12px;color:#a2a3aa}.iov-pro-sub-title__desc:has(>.el-link),.iov-pro-sub-title__desc:has(>.el-button){margin-left:-4px}.iov-pro-sub-title__prefix{margin-left:8px}.iov-pro-sub-title__help{margin-left:4px}.iov-pro-sub-title__help .el-link{margin-right:8px;font-size:13px;height:26px;color:#2f48ff;line-height:26px;padding:0 4px;border-radius:4px;transition:all .2s ease}.iov-pro-sub-title__help .el-link .iconfont{font-size:12px;margin-right:4px}.iov-pro-sub-title__help .el-link:not(.is-disabled):hover{background:rgba(42,104,255,.08)}.iov-pro-submit-module{padding:16px 0 20px;border-radius:0px 0px 8px 8px;position:fixed;left:252px;right:16px;bottom:0;z-index:9;font-size:0;background:#fff;text-align:center;box-shadow:0 0 12px 0 rgba(196,198,207,.2)}.iov-pro-table__table .is-right .iov-pro-space.horizontal{justify-content:flex-end}.iov-pro-table__table .is-center .iov-pro-space.horizontal{justify-content:center}.iov-pro-table__image{border:1px solid #edeff3;border-radius:4px;width:40px;height:40px}.iov-pro-table__image-error{background-image:url(https://prod-common-public.obs-helf.cucloud.cn/user/05d51000000000173230005);background-size:24px 24px;background-repeat:no-repeat;background-position:center center;background-color:#f2f3f5;width:100%;height:100%}.iov-pro-table__image:has(>.iov-pro-table__image-error){border:none}.iov-pro-table__pagination{text-align:right;padding:12px 0 0}.iov-pro-table-filter__icon{border-radius:2px;color:#abafb5;cursor:pointer;display:block;font-size:14px;width:20px;height:20px;line-height:20px;text-align:center}.iov-pro-table-filter__icon.is-actived{color:#2f48ff}.iov-pro-table-filter__icon.is-actived:hover{color:#2f48ff}.iov-pro-table-filter__icon:hover{background-color:#e5e6eb;color:#777d87}.iov-pro-table-filter__operation{border-top:1px solid #edeff3;text-align:right;padding:8px}.iov-pro-table-filter__operation.is-center{text-align:center}.iov-pro-table-filter__checkbox-group{padding:4px}.iov-pro-table-filter__checkbox{align-items:center;box-sizing:border-box;border-radius:2px;display:flex;line-height:32px;height:32px;padding:0 12px;width:100%}.iov-pro-table-filter__checkbox:hover{background-color:#f6f7f8}.iov-pro-table-filter__checkbox:hover .el-checkbox__inner{border-color:#d2d5df}.iov-pro-table-filter__checkbox:hover .el-checkbox__inner:hover{border-color:#3f57ff !important}.iov-pro-table-filter__checkbox:hover .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#3f57ff}.iov-pro-table-filter__checkbox .el-checkbox__input{display:block;width:16px;height:16px}.iov-pro-table-filter__checkbox .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#d2d5df}.iov-pro-table-filter__checkbox .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#3f57ff}.iov-pro-table-filter__checkbox .el-checkbox__label{display:block;font-size:13px;line-height:16px;height:16px}.iov-pro-table-filter__popper[x-placement^=bottom]{border:.5px solid #dcdfe6;margin-top:4px;padding:0;min-width:120px;width:fit-content !important}.iov-pro-table-filter__popper[x-placement^=bottom] .popper__arrow{display:none}.iov-pro-table-search__icon{border-radius:2px;color:#abafb5;cursor:pointer;display:inline-block;font-size:14px;width:20px;height:20px;line-height:20px;text-align:center}.iov-pro-table-search__icon.is-actived{color:#2f48ff}.iov-pro-table-search__icon.is-actived:hover{color:#2f48ff}.iov-pro-table-search__icon:hover{background-color:#e5e6eb;color:#777d87}.iov-pro-table-search__operation{padding:8px;text-align:right}.iov-pro-table-search__input-wrapper{padding:8px 8px 0}.iov-pro-table-search__popper{border:.5px solid #dcdfe6;margin-top:4px;padding:0;transform:translate(20px, -8px)}.iov-pro-table-search__popper .popper__arrow{display:none}.iov-pro-table-sort{border-radius:2px;box-sizing:border-box;color:#abafb5;cursor:pointer;display:flex;flex-direction:column;width:20px;height:20px;padding:3px}.iov-pro-table-sort .iovprofont{display:block;height:50%}.iov-pro-table-sort .iovprofont.iov-icon-sort-up{line-height:14px}.iov-pro-table-sort .iovprofont.iov-icon-sort-down{line-height:2px}.iov-pro-table-sort.ascending .iov-icon-sort-up{color:#2f48ff}.iov-pro-table-sort.descending .iov-icon-sort-down{color:#2f48ff}.iov-pro-table-sort:hover{background-color:#e5e6eb;color:#777d87}.iov-pro-table.fixed-header .el-table{overflow:visible}.iov-pro-table.fixed-header .el-table__header-wrapper{position:sticky;top:var(--fixed-header-top);z-index:2}.iov-pro-table.fixed-header .el-table__header-wrapper .is-hidden{background:#f6f7f8;overflow:visible;position:sticky;z-index:2}.iov-pro-table.fixed-header .el-table__header-wrapper .is-hidden .cell{visibility:visible}.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-left) .is-fixed-left-end:after,.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-none) .is-fixed-left-end:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-right) .is-fixed-right-start:after,.iov-pro-table.fixed-header .el-table__header-wrapper:has(+.is-scrolling-none) .is-fixed-right-start:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__body-wrapper .is-hidden{background:#fff;overflow:visible;position:sticky;z-index:1}.iov-pro-table.fixed-header .el-table__body-wrapper .is-hidden .cell{visibility:visible}.iov-pro-table.fixed-header .el-table__body-wrapper .hover-row .is-hidden{background-color:#f6f7f8}.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-left .is-fixed-left-end:after,.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-none .is-fixed-left-end:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-right .is-fixed-right-start:after,.iov-pro-table.fixed-header .el-table__body-wrapper.is-scrolling-none .is-fixed-right-start:after{box-shadow:none}.iov-pro-table.fixed-header .el-table__fixed,.iov-pro-table.fixed-header .el-table__fixed-right{display:none}.iov-pro-table.fixed-header .el-table .is-fixed-left-end:after{bottom:-1px;box-shadow:inset 10px 0 8px -8px rgba(0,0,0,.12);content:"";top:0;right:-60px;position:absolute;pointer-events:none;width:30px;transform:translateX(-100%) rotateX(180deg);transition:box-shadow .3s}.iov-pro-table.fixed-header .el-table .is-fixed-right-start:after{bottom:-1px;box-shadow:inset -10px 0 8px -8px rgba(0,0,0,.12);content:"";top:0;left:0;position:absolute;pointer-events:none;width:30px;transform:translateX(-100%);transition:box-shadow .3s}.iov-pro-tabs{border-radius:8px 8px 0 0;overflow:hidden;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/39081000000000144927284) repeat-x 0 0/50px 50px;position:relative}.iov-pro-tabs:before,.iov-pro-tabs:after{content:"";width:12px;height:50px;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/b5901000000000144927351) no-repeat 0 0/12px 50px;position:absolute;left:0;top:0}.iov-pro-tabs:after{left:auto;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/c0f31000000000144937229) no-repeat 0 0/12px 50px;right:0}.iov-pro-tabs__head{display:flex;align-items:center}.iov-pro-tabs__item{padding:0 20px 0 21px;position:relative;cursor:pointer}.iov-pro-tabs__item.active{background:#fff}.iov-pro-tabs__item.active .iov-pro-tabs__name{color:#212026;opacity:1}.iov-pro-tabs__item.active:before,.iov-pro-tabs__item.active:after{content:"";width:35px;height:50px;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/52851000000000144927564) no-repeat 0 0/35px 50px;position:absolute;left:-15px;top:0;z-index:2}.iov-pro-tabs__item.active:after{left:auto;background:url(https://prod-common-public.obs-helf.cucloud.cn/user/cc6b1000000000144927626) no-repeat 0 0/35px 50px;right:-15px}.iov-pro-tabs__item:first-child{padding-left:12px}.iov-pro-tabs__item:first-child .iov-pro-tabs__data:before{display:none}.iov-pro-tabs__item:first-child.active:before{display:none}.iov-pro-tabs__data{align-items:center;display:flex;padding:0 4px;height:50px;position:relative}.iov-pro-tabs__data:before{content:"";width:1px;height:20px;background:#e2e7f2;overflow:hidden;position:absolute;left:-21px;top:50%;transform:translateY(-50%)}.iov-pro-tabs__icon{margin-right:4px;width:24px;height:24px}.iov-pro-tabs__name{color:#3d4158;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:16px;opacity:.6;transition:all .3s easy}.iov-pro-tabs__content{background-color:#fff;border-radius:0 0 8px 8px;padding:12px 16px 16px}.iov-pro-toolbar{align-items:center;display:flex}.iov-pro-toolbar__icon{background-color:#f2f3f5;background-position:center center;background-repeat:no-repeat;background-size:16px 16px;border-radius:4px;cursor:pointer;color:#212026;display:block;font-size:16px;width:26px;height:26px;text-align:center;line-height:26px}.iov-pro-toolbar__icon img{width:16px;height:16px;vertical-align:middle}.iov-pro-toolbar__icon:hover{color:#2f48ff}.iov-pro-toolbar__icon:active,.iov-pro-toolbar__icon.is-active{color:#1d2cd2}.iov-pro-toolbar__dropdown-menu{padding:4px}.iov-pro-toolbar__dropdown-menu .el-dropdown-menu__item{font-size:13px;line-height:32px;padding:0 12px}.iov-pro-toolbar__dropdown-menu .el-dropdown-menu__item:hover{background-color:#f6f7f8;color:#212026}.iov-pro-toolbar__dropdown-menu .el-dropdown-menu__item:active{font-weight:600}.iov-pro-toolbar__setting-popper{padding:0}.iov-pro-toolbar__setting-header{align-items:center;border-bottom:1px solid #edeff3;display:flex;padding:0 16px;height:42px;justify-content:space-between}.iov-pro-toolbar__setting-header .el-checkbox__label{font-size:13px}.iov-pro-toolbar__setting-reset{font-size:12px}.iov-pro-toolbar__setting-body{overflow:auto;padding:4px;max-height:190px}.iov-pro-toolbar__setting-item{align-items:center;border-radius:2px;display:flex;height:32px;justify-content:space-between;padding:0 12px}.iov-pro-toolbar__setting-item:hover{background:#f6f7f8}.iov-pro-toolbar__setting-item--drag{color:#777d87;cursor:grab;font-size:16px}.iov-pro-toolbar__setting-item--drag.undraggable{cursor:not-allowed}.iov-pro-toolbar__setting-item .el-checkbox{align-items:center;display:flex}.iov-pro-toolbar__setting-item .el-checkbox .el-checkbox__input{height:16px}.iov-pro-toolbar__setting-item .el-checkbox .el-checkbox__label{font-size:13px;max-width:102px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iov-pro-toolbar__setting-item .el-checkbox.is-disabled .el-checkbox__label{color:#0d1722}.iov-pro-toolbar__setting-footer{align-items:center;border-top:1px solid #edeff3;display:flex;padding:0 8px;height:42px;justify-content:flex-end}.trigger-dialog{display:inline-block}.trigger-dialog__trigger{display:inline-block}.iov-pro-uploader__template-tip{color:#65677a;font-size:12px;line-height:18px}.iov-pro-uploader__button{display:block}.iov-pro-uploader .el-upload--drag .iov-pro-uploader__button{display:inline-block}.iov-pro-uploader .el-upload--drag .el-upload__icon{height:30px}
|
|
@@ -25598,6 +25598,10 @@ var script$c = {
|
|
|
25598
25598
|
table: {
|
|
25599
25599
|
type: [Object, Function],
|
|
25600
25600
|
default: null
|
|
25601
|
+
},
|
|
25602
|
+
config: {
|
|
25603
|
+
type: Object,
|
|
25604
|
+
default: null
|
|
25601
25605
|
}
|
|
25602
25606
|
},
|
|
25603
25607
|
data: function data() {
|
|
@@ -25613,11 +25617,86 @@ var script$c = {
|
|
|
25613
25617
|
checkedColumns: []
|
|
25614
25618
|
};
|
|
25615
25619
|
},
|
|
25620
|
+
computed: {
|
|
25621
|
+
// 是否需要缓存
|
|
25622
|
+
isNeedCached: function isNeedCached() {
|
|
25623
|
+
var _this$config;
|
|
25624
|
+
return ((_this$config = this.config) === null || _this$config === void 0 ? void 0 : _this$config.cache) || false;
|
|
25625
|
+
},
|
|
25626
|
+
// 缓存key
|
|
25627
|
+
cacheKey: function cacheKey() {
|
|
25628
|
+
var _this$config2;
|
|
25629
|
+
return (_this$config2 = this.config) === null || _this$config2 === void 0 ? void 0 : _this$config2.cacheKey;
|
|
25630
|
+
}
|
|
25631
|
+
},
|
|
25616
25632
|
mounted: function mounted() {
|
|
25617
25633
|
// 初始化表头列
|
|
25618
25634
|
this.initTableColumns();
|
|
25635
|
+
// 获取缓存数据
|
|
25636
|
+
this.onGetCache();
|
|
25619
25637
|
},
|
|
25620
25638
|
methods: {
|
|
25639
|
+
/**
|
|
25640
|
+
* 获取缓存的数据
|
|
25641
|
+
* @time 2026-05-26 14:28:59
|
|
25642
|
+
*/
|
|
25643
|
+
getCache: function getCache() {
|
|
25644
|
+
// 如果当前不需要缓存,则直接返回
|
|
25645
|
+
if (!this.isNeedCached) {
|
|
25646
|
+
return null;
|
|
25647
|
+
}
|
|
25648
|
+
// 如果当前没有缓存key,则直接返回
|
|
25649
|
+
if (!this.cacheKey) {
|
|
25650
|
+
return null;
|
|
25651
|
+
}
|
|
25652
|
+
// 从缓存中获取数据
|
|
25653
|
+
try {
|
|
25654
|
+
return JSON.parse(localStorage.getItem("iov-pro-toolbar-setting:".concat(this.cacheKey)) || '[]');
|
|
25655
|
+
} catch (error) {
|
|
25656
|
+
console.error('获取缓存数据失败:', error);
|
|
25657
|
+
}
|
|
25658
|
+
return null;
|
|
25659
|
+
},
|
|
25660
|
+
/**
|
|
25661
|
+
* 设置缓存的数据
|
|
25662
|
+
* @time 2026-05-26 14:28:59
|
|
25663
|
+
*/
|
|
25664
|
+
setCache: function setCache(data) {
|
|
25665
|
+
// 如果当前不需要缓存,则直接返回
|
|
25666
|
+
if (!this.isNeedCached) {
|
|
25667
|
+
return;
|
|
25668
|
+
}
|
|
25669
|
+
// 如果当前没有缓存key,则直接返回
|
|
25670
|
+
if (!this.cacheKey) {
|
|
25671
|
+
return;
|
|
25672
|
+
}
|
|
25673
|
+
// 从缓存中获取数据
|
|
25674
|
+
try {
|
|
25675
|
+
localStorage.setItem("iov-pro-toolbar-setting:".concat(this.cacheKey), JSON.stringify(data));
|
|
25676
|
+
} catch (error) {
|
|
25677
|
+
console.error('设置缓存数据失败:', error);
|
|
25678
|
+
}
|
|
25679
|
+
},
|
|
25680
|
+
/**
|
|
25681
|
+
* 重置缓存数据
|
|
25682
|
+
* @time 2026-05-26 14:28:59
|
|
25683
|
+
*/
|
|
25684
|
+
resetCache: function resetCache() {
|
|
25685
|
+
// 如果当前不需要缓存,则直接返回
|
|
25686
|
+
if (!this.isNeedCached) {
|
|
25687
|
+
return;
|
|
25688
|
+
}
|
|
25689
|
+
// 如果当前没有缓存key,则直接返回
|
|
25690
|
+
if (!this.cacheKey) {
|
|
25691
|
+
return;
|
|
25692
|
+
}
|
|
25693
|
+
// 从缓存中获取数据
|
|
25694
|
+
try {
|
|
25695
|
+
localStorage.removeItem("iov-pro-toolbar-setting:".concat(this.cacheKey));
|
|
25696
|
+
} catch (error) {
|
|
25697
|
+
console.error('重置缓存数据失败:', error);
|
|
25698
|
+
}
|
|
25699
|
+
},
|
|
25621
25700
|
/**
|
|
25622
25701
|
* 获取表格列数据
|
|
25623
25702
|
* @time 2024-11-27 16:18:44
|
|
@@ -25630,9 +25709,9 @@ var script$c = {
|
|
|
25630
25709
|
// 需要选中的列
|
|
25631
25710
|
var checkedColumns = [];
|
|
25632
25711
|
// 遍历表格的列数据
|
|
25633
|
-
iovProTable.columns.forEach(function (column) {
|
|
25712
|
+
iovProTable.columns.forEach(function (column, index) {
|
|
25634
25713
|
// 当前选中的数据
|
|
25635
|
-
var value =
|
|
25714
|
+
var value = column.prop ? "column_".concat(index, "_").concat(column.prop) : "column_".concat(index);
|
|
25636
25715
|
// 非隐藏状态的字段不选中
|
|
25637
25716
|
if (!column.hidden) {
|
|
25638
25717
|
checkedColumns.push(value);
|
|
@@ -25661,14 +25740,54 @@ var script$c = {
|
|
|
25661
25740
|
checked: _toConsumableArray$1(this.checkedColumns)
|
|
25662
25741
|
};
|
|
25663
25742
|
},
|
|
25743
|
+
/**
|
|
25744
|
+
* 获取缓存
|
|
25745
|
+
* @time 2026-05-26 14:52:00
|
|
25746
|
+
*/
|
|
25747
|
+
onGetCache: function onGetCache() {
|
|
25748
|
+
var _this = this;
|
|
25749
|
+
// 获取缓存数据
|
|
25750
|
+
var cacheData = this.getCache();
|
|
25751
|
+
// 如果当前没有缓存数据,则直接返回
|
|
25752
|
+
if (!cacheData || cacheData.length === 0) {
|
|
25753
|
+
return;
|
|
25754
|
+
}
|
|
25755
|
+
// 设置当前选中的值
|
|
25756
|
+
var allCacheColumns = cacheData.map(function (data) {
|
|
25757
|
+
// 找到最后一个冒号的位置
|
|
25758
|
+
var lastColonIndex = data.lastIndexOf(':');
|
|
25759
|
+
// 当前所有缓存的字段
|
|
25760
|
+
return [data.slice(0, lastColonIndex), data.slice(lastColonIndex + 1)];
|
|
25761
|
+
});
|
|
25762
|
+
// 开始排序
|
|
25763
|
+
this.tableColumnsForRender.sort(function (a, b) {
|
|
25764
|
+
return allCacheColumns.findIndex(function (c) {
|
|
25765
|
+
return c[0] === a.value;
|
|
25766
|
+
}) - allCacheColumns.findIndex(function (c) {
|
|
25767
|
+
return c[0] === b.value;
|
|
25768
|
+
});
|
|
25769
|
+
});
|
|
25770
|
+
// 设置选中的字段
|
|
25771
|
+
this.onCheckboxSelected(this.tableColumns.filter(function (column) {
|
|
25772
|
+
return column.disabled || allCacheColumns.some(function (c) {
|
|
25773
|
+
return c[0] === column.value && +c[1] === 1;
|
|
25774
|
+
});
|
|
25775
|
+
}).map(function (column) {
|
|
25776
|
+
return column.value;
|
|
25777
|
+
}));
|
|
25778
|
+
// 等页面渲染完成后,再调用确认方法
|
|
25779
|
+
this.$nextTick(function () {
|
|
25780
|
+
return _this.onConfirm();
|
|
25781
|
+
});
|
|
25782
|
+
},
|
|
25664
25783
|
/**
|
|
25665
25784
|
* 重新布局
|
|
25666
25785
|
* @time 2025-08-20 16:38:29
|
|
25667
25786
|
*/
|
|
25668
25787
|
doLayout: function doLayout() {
|
|
25669
|
-
var
|
|
25788
|
+
var _this2 = this;
|
|
25670
25789
|
this.$nextTick(function () {
|
|
25671
|
-
return
|
|
25790
|
+
return _this2.initTableColumns();
|
|
25672
25791
|
});
|
|
25673
25792
|
},
|
|
25674
25793
|
/**
|
|
@@ -25722,13 +25841,15 @@ var script$c = {
|
|
|
25722
25841
|
}));
|
|
25723
25842
|
// 关闭弹出框
|
|
25724
25843
|
this.settingVisible = false;
|
|
25844
|
+
// 重置缓存数据
|
|
25845
|
+
this.resetCache();
|
|
25725
25846
|
},
|
|
25726
25847
|
/**
|
|
25727
25848
|
* 确认用户选择的表头
|
|
25728
25849
|
* @time 2024-11-27 18:47:11
|
|
25729
25850
|
*/
|
|
25730
25851
|
onConfirm: function onConfirm() {
|
|
25731
|
-
var
|
|
25852
|
+
var _this3 = this;
|
|
25732
25853
|
// 需要默认选中的列
|
|
25733
25854
|
var defaultCheckedColumns = this.tableColumns.filter(function (column) {
|
|
25734
25855
|
return column.disabled;
|
|
@@ -25744,7 +25865,7 @@ var script$c = {
|
|
|
25744
25865
|
// 遍历数据
|
|
25745
25866
|
this.tableColumnsForRender.forEach(function (column) {
|
|
25746
25867
|
// 如果当前是选中的数据
|
|
25747
|
-
if (
|
|
25868
|
+
if (_this3.checkedColumns.includes(column.value)) {
|
|
25748
25869
|
displayColumns.push(column.target);
|
|
25749
25870
|
}
|
|
25750
25871
|
});
|
|
@@ -25769,26 +25890,30 @@ var script$c = {
|
|
|
25769
25890
|
};
|
|
25770
25891
|
// 关闭弹框
|
|
25771
25892
|
this.settingVisible = false;
|
|
25893
|
+
// 缓存当前选中的数据
|
|
25894
|
+
this.setCache(this.tableColumnsForRender.map(function (column) {
|
|
25895
|
+
return "".concat(column.value, ":").concat(_this3.checkedColumns.includes(column.value) ? 1 : 0);
|
|
25896
|
+
}));
|
|
25772
25897
|
},
|
|
25773
25898
|
/**
|
|
25774
25899
|
* 点击取消方法
|
|
25775
25900
|
* @time 2024-11-27 18:49:10
|
|
25776
25901
|
*/
|
|
25777
25902
|
onCancel: function onCancel() {
|
|
25778
|
-
var
|
|
25903
|
+
var _this4 = this;
|
|
25779
25904
|
// 关闭弹框
|
|
25780
25905
|
this.settingVisible = false;
|
|
25781
25906
|
// 等弹框关闭了再恢复之前的数据
|
|
25782
25907
|
this.$nextTick(function () {
|
|
25783
25908
|
// 还原胡乱排序的表头
|
|
25784
|
-
|
|
25909
|
+
_this4.tableColumns = _toConsumableArray$1(_this4.prevState.columns);
|
|
25785
25910
|
// 设置当前选中的值
|
|
25786
|
-
|
|
25911
|
+
_this4.onCheckboxSelected(_toConsumableArray$1(_this4.prevState.checked));
|
|
25787
25912
|
});
|
|
25788
25913
|
}
|
|
25789
25914
|
},
|
|
25790
25915
|
render: function render() {
|
|
25791
|
-
var
|
|
25916
|
+
var _this5 = this;
|
|
25792
25917
|
var h = arguments[0];
|
|
25793
25918
|
var _getComponentNames = getComponentNames(['tooltip', 'popover', 'checkbox', 'link', 'button', 'checkbox-group']),
|
|
25794
25919
|
_getComponentNames2 = _slicedToArray(_getComponentNames, 6),
|
|
@@ -25812,7 +25937,7 @@ var script$c = {
|
|
|
25812
25937
|
},
|
|
25813
25938
|
"on": {
|
|
25814
25939
|
"input": function input(val) {
|
|
25815
|
-
return
|
|
25940
|
+
return _this5.settingVisible = val;
|
|
25816
25941
|
}
|
|
25817
25942
|
}
|
|
25818
25943
|
}, [h(Tooltip, {
|
|
@@ -26141,6 +26266,44 @@ var script$9 = {
|
|
|
26141
26266
|
checkedColumns: []
|
|
26142
26267
|
};
|
|
26143
26268
|
},
|
|
26269
|
+
computed: {
|
|
26270
|
+
/**
|
|
26271
|
+
* 标准化配置数据
|
|
26272
|
+
* @time 2026-05-26 13:52:08
|
|
26273
|
+
*/
|
|
26274
|
+
normalizedConfig: function normalizedConfig() {
|
|
26275
|
+
var _this$config;
|
|
26276
|
+
// 标准化配置数据
|
|
26277
|
+
return (_this$config = this.config) === null || _this$config === void 0 ? void 0 : _this$config.map(function (c) {
|
|
26278
|
+
// 如果当前是字符串,则直接返回
|
|
26279
|
+
if (typeof c === 'string') {
|
|
26280
|
+
return {
|
|
26281
|
+
name: c,
|
|
26282
|
+
type: 'setting',
|
|
26283
|
+
config: ['setting'].includes(c) ? {
|
|
26284
|
+
cache: false
|
|
26285
|
+
} : {},
|
|
26286
|
+
label: CONFIG_NAME[c]
|
|
26287
|
+
};
|
|
26288
|
+
}
|
|
26289
|
+
// 如果当前是对象,则直接返回
|
|
26290
|
+
if (_typeof$1(c) === 'object') {
|
|
26291
|
+
// 如果name是setting、style、refresh、zoom中的一个,则直接返回
|
|
26292
|
+
if (['style', 'refresh', 'zoom', 'setting'].includes(c.name)) {
|
|
26293
|
+
return _objectSpread2(_objectSpread2({}, c), {}, {
|
|
26294
|
+
config: ['setting'].includes(c.name) ? _objectSpread2({
|
|
26295
|
+
cache: false
|
|
26296
|
+
}, c.config || {}) : {},
|
|
26297
|
+
type: 'setting',
|
|
26298
|
+
label: CONFIG_NAME[c.name]
|
|
26299
|
+
});
|
|
26300
|
+
}
|
|
26301
|
+
}
|
|
26302
|
+
// 直接返回
|
|
26303
|
+
return c;
|
|
26304
|
+
});
|
|
26305
|
+
}
|
|
26306
|
+
},
|
|
26144
26307
|
methods: {
|
|
26145
26308
|
/**
|
|
26146
26309
|
* 重新布局
|
|
@@ -26176,7 +26339,7 @@ var script$9 = {
|
|
|
26176
26339
|
}
|
|
26177
26340
|
},
|
|
26178
26341
|
render: function render() {
|
|
26179
|
-
var _this$
|
|
26342
|
+
var _this$normalizedConfi,
|
|
26180
26343
|
_this2 = this;
|
|
26181
26344
|
var h = arguments[0];
|
|
26182
26345
|
var _getComponentNames = getComponentNames(['tooltip']),
|
|
@@ -26189,9 +26352,9 @@ var script$9 = {
|
|
|
26189
26352
|
"direction": 'horizontal',
|
|
26190
26353
|
"space": '8px'
|
|
26191
26354
|
}
|
|
26192
|
-
}, [(_this$
|
|
26355
|
+
}, [(_this$normalizedConfi = this.normalizedConfig) === null || _this$normalizedConfi === void 0 ? void 0 : _this$normalizedConfi.map(function (item) {
|
|
26193
26356
|
// 如果当前是调整密度
|
|
26194
|
-
if (['style'].includes(item)) {
|
|
26357
|
+
if (['style'].includes(item.name) && item.type === 'setting') {
|
|
26195
26358
|
return h(__vue_component__$a, {
|
|
26196
26359
|
"attrs": {
|
|
26197
26360
|
"placement": _this2.placement,
|
|
@@ -26200,11 +26363,11 @@ var script$9 = {
|
|
|
26200
26363
|
});
|
|
26201
26364
|
}
|
|
26202
26365
|
// 如果当前是刷新
|
|
26203
|
-
if (['refresh'].includes(item)) {
|
|
26366
|
+
if (['refresh'].includes(item.name) && item.type === 'setting') {
|
|
26204
26367
|
return h(Tooltip, {
|
|
26205
26368
|
"attrs": {
|
|
26206
26369
|
"effect": 'dark',
|
|
26207
|
-
"content":
|
|
26370
|
+
"content": item.label,
|
|
26208
26371
|
"placement": _this2.placement
|
|
26209
26372
|
}
|
|
26210
26373
|
}, [h("i", {
|
|
@@ -26215,7 +26378,7 @@ var script$9 = {
|
|
|
26215
26378
|
})]);
|
|
26216
26379
|
}
|
|
26217
26380
|
// 如果当前是调整密度
|
|
26218
|
-
if (['zoom'].includes(item)) {
|
|
26381
|
+
if (['zoom'].includes(item.name) && item.type === 'setting') {
|
|
26219
26382
|
return h(__vue_component__$b, {
|
|
26220
26383
|
"attrs": {
|
|
26221
26384
|
"placement": _this2.placement,
|
|
@@ -26223,23 +26386,24 @@ var script$9 = {
|
|
|
26223
26386
|
}
|
|
26224
26387
|
});
|
|
26225
26388
|
} // 如果当前是设置表头字段
|
|
26226
|
-
if (['setting'].includes(item)) {
|
|
26389
|
+
if (['setting'].includes(item.name) && item.type === 'setting') {
|
|
26227
26390
|
return h(__vue_component__$c, {
|
|
26228
26391
|
"ref": 'setting',
|
|
26229
26392
|
"attrs": {
|
|
26230
26393
|
"placement": _this2.placement,
|
|
26231
|
-
"table": _this2.table
|
|
26394
|
+
"table": _this2.table,
|
|
26395
|
+
"config": item.config
|
|
26232
26396
|
}
|
|
26233
26397
|
});
|
|
26234
26398
|
}
|
|
26235
26399
|
// 如果是自定义配置
|
|
26236
26400
|
// 如果当前是icon字体图标
|
|
26237
|
-
if (item.icon) {
|
|
26401
|
+
if (item.type === 'icon') {
|
|
26238
26402
|
return h(Tooltip, {
|
|
26239
26403
|
"attrs": {
|
|
26240
26404
|
"effect": 'dark',
|
|
26241
|
-
"disabled": !item.
|
|
26242
|
-
"content": item.
|
|
26405
|
+
"disabled": !item.label,
|
|
26406
|
+
"content": item.label,
|
|
26243
26407
|
"placement": _this2.placement
|
|
26244
26408
|
}
|
|
26245
26409
|
}, [h("i", {
|
|
@@ -26249,23 +26413,27 @@ var script$9 = {
|
|
|
26249
26413
|
}
|
|
26250
26414
|
})]);
|
|
26251
26415
|
}
|
|
26252
|
-
|
|
26253
|
-
|
|
26254
|
-
|
|
26255
|
-
"
|
|
26256
|
-
|
|
26257
|
-
|
|
26258
|
-
|
|
26259
|
-
|
|
26260
|
-
|
|
26261
|
-
"
|
|
26262
|
-
"
|
|
26263
|
-
|
|
26264
|
-
|
|
26265
|
-
|
|
26266
|
-
|
|
26267
|
-
|
|
26268
|
-
|
|
26416
|
+
// 如果是自定义图片
|
|
26417
|
+
if (item.type === 'image') {
|
|
26418
|
+
return h(Tooltip, {
|
|
26419
|
+
"attrs": {
|
|
26420
|
+
"effect": 'dark',
|
|
26421
|
+
"disabled": !item.label,
|
|
26422
|
+
"content": item.label,
|
|
26423
|
+
"placement": _this2.placement
|
|
26424
|
+
}
|
|
26425
|
+
}, [h("i", {
|
|
26426
|
+
"class": 'iov-pro-toolbar__icon',
|
|
26427
|
+
"on": {
|
|
26428
|
+
"click": _this2.onClickToolbar.bind(_this2, item)
|
|
26429
|
+
}
|
|
26430
|
+
}, [h("img", {
|
|
26431
|
+
"attrs": {
|
|
26432
|
+
"src": item.url
|
|
26433
|
+
}
|
|
26434
|
+
})])]);
|
|
26435
|
+
}
|
|
26436
|
+
return null;
|
|
26269
26437
|
})])]);
|
|
26270
26438
|
}
|
|
26271
26439
|
};
|
|
@@ -26355,6 +26523,11 @@ var script$8 = {
|
|
|
26355
26523
|
noPadding: {
|
|
26356
26524
|
type: Boolean,
|
|
26357
26525
|
default: false
|
|
26526
|
+
},
|
|
26527
|
+
// 唯一key,用于缓存数据
|
|
26528
|
+
uniqueKey: {
|
|
26529
|
+
type: String,
|
|
26530
|
+
default: ''
|
|
26358
26531
|
}
|
|
26359
26532
|
},
|
|
26360
26533
|
data: function data() {
|
|
@@ -26368,6 +26541,7 @@ var script$8 = {
|
|
|
26368
26541
|
normalizedFormConfig: {},
|
|
26369
26542
|
normalizedTableConfig: {},
|
|
26370
26543
|
normalizedButtonConfig: {},
|
|
26544
|
+
normalizedToolbarConfig: [],
|
|
26371
26545
|
tableAdvanceData: {},
|
|
26372
26546
|
isModule: true,
|
|
26373
26547
|
cachedData: {
|
|
@@ -26651,7 +26825,8 @@ var script$8 = {
|
|
|
26651
26825
|
button = _ref.button,
|
|
26652
26826
|
form = _ref.form,
|
|
26653
26827
|
table = _ref.table,
|
|
26654
|
-
pagination = _ref.pagination
|
|
26828
|
+
pagination = _ref.pagination,
|
|
26829
|
+
toolbar = _ref.toolbar;
|
|
26655
26830
|
// 表单配置信息
|
|
26656
26831
|
this.normalizedFormConfig = _objectSpread2({
|
|
26657
26832
|
grid: true,
|
|
@@ -26684,6 +26859,14 @@ var script$8 = {
|
|
|
26684
26859
|
plain: false
|
|
26685
26860
|
}, (button === null || button === void 0 ? void 0 : button.reset) || {})
|
|
26686
26861
|
};
|
|
26862
|
+
// 标准化操作栏配置
|
|
26863
|
+
this.normalizedToolbarConfig = toolbar || ['style', 'refresh', 'zoom', {
|
|
26864
|
+
name: 'setting',
|
|
26865
|
+
config: {
|
|
26866
|
+
cache: false,
|
|
26867
|
+
cacheKey: this.uniqueKey || location.pathname
|
|
26868
|
+
}
|
|
26869
|
+
}];
|
|
26687
26870
|
// 是否需要模块化展示
|
|
26688
26871
|
this.isModule = typeof module === 'boolean' ? module : this.formItems.length > 0;
|
|
26689
26872
|
},
|
|
@@ -27044,7 +27227,7 @@ var script$8 = {
|
|
|
27044
27227
|
}, [h(__vue_component__$9, {
|
|
27045
27228
|
"ref": 'toolbar',
|
|
27046
27229
|
"attrs": {
|
|
27047
|
-
"config": this.
|
|
27230
|
+
"config": this.normalizedToolbarConfig,
|
|
27048
27231
|
"table": function table() {
|
|
27049
27232
|
return _this8.$refs.table;
|
|
27050
27233
|
}
|
|
@@ -27409,6 +27592,25 @@ var script$6 = {
|
|
|
27409
27592
|
tabName: 'tab-0'
|
|
27410
27593
|
};
|
|
27411
27594
|
},
|
|
27595
|
+
mounted: function mounted() {
|
|
27596
|
+
// 遍历子组件
|
|
27597
|
+
this.$slots.default.forEach(function (_ref, index) {
|
|
27598
|
+
var _componentInstance$co;
|
|
27599
|
+
var componentInstance = _ref.componentInstance;
|
|
27600
|
+
// 如果没有配置了toolbar
|
|
27601
|
+
if (componentInstance && !((_componentInstance$co = componentInstance.config) !== null && _componentInstance$co !== void 0 && _componentInstance$co.toolbar)) {
|
|
27602
|
+
// 给设置的cacheKey增加tab字段
|
|
27603
|
+
componentInstance.normalizedToolbarConfig.forEach(function (c) {
|
|
27604
|
+
var _c$config;
|
|
27605
|
+
// 如果是setting组件
|
|
27606
|
+
if (c.name === 'setting' && (_c$config = c.config) !== null && _c$config !== void 0 && _c$config.cacheKey) {
|
|
27607
|
+
// 给cacheKey增加tab字段
|
|
27608
|
+
c.config.cacheKey = "".concat(c.cacheKey, "-inner").concat(index);
|
|
27609
|
+
}
|
|
27610
|
+
});
|
|
27611
|
+
}
|
|
27612
|
+
});
|
|
27613
|
+
},
|
|
27412
27614
|
render: function render() {
|
|
27413
27615
|
var _this = this;
|
|
27414
27616
|
var h = arguments[0];
|
|
@@ -29271,7 +29473,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
29271
29473
|
};
|
|
29272
29474
|
var index = {
|
|
29273
29475
|
install: install,
|
|
29274
|
-
version: '0.0.
|
|
29476
|
+
version: '0.0.121',
|
|
29275
29477
|
BackTop: __vue_component__$K,
|
|
29276
29478
|
ColorPicker: __vue_component__$E,
|
|
29277
29479
|
ColumnTooltip: __vue_component__$D,
|