@fecp/designer 5.5.64 → 5.5.65
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +92 -20
- package/es/packages/mobile/index.mjs +2 -0
- package/es/packages/mobile/src/components/all.mjs +2 -0
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.mjs +18 -4
- package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +21 -4
- package/es/packages/mobile/src/components/feedback/quickFilter/QuickFilter.vue.mjs +249 -0
- package/es/packages/mobile/src/components/feedback/quickFilter/index.mjs +10 -0
- package/es/packages/mobile/src/components/form/search/Search.vue.mjs +159 -15
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +3 -2
- package/es/packages/vue/src/components/forms/cascader/Cascader.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +92 -20
- package/lib/packages/mobile/index.js +74 -72
- package/lib/packages/mobile/src/components/all.js +74 -72
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/mobile/src/components/dataDisplay/cardList/CardList.vue.js +17 -3
- package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +20 -3
- package/lib/packages/mobile/src/components/feedback/quickFilter/QuickFilter.vue.js +249 -0
- package/lib/packages/mobile/src/components/feedback/quickFilter/index.js +10 -0
- package/lib/packages/mobile/src/components/form/search/Search.vue.js +158 -14
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +3 -2
- package/lib/packages/vue/src/components/forms/cascader/Cascader.vue.js +1 -1
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -6119,7 +6119,7 @@ body,
|
|
|
6119
6119
|
display: flex;
|
|
6120
6120
|
}
|
|
6121
6121
|
|
|
6122
|
-
.form-details-footer[data-v-
|
|
6122
|
+
.form-details-footer[data-v-deabd2d2] {
|
|
6123
6123
|
background-color: #fff;
|
|
6124
6124
|
height: 50px;
|
|
6125
6125
|
display: flex;
|
|
@@ -6130,7 +6130,7 @@ body,
|
|
|
6130
6130
|
padding: 0;
|
|
6131
6131
|
z-index: 1;
|
|
6132
6132
|
}
|
|
6133
|
-
.form-details-footer > .el-button[data-v-
|
|
6133
|
+
.form-details-footer > .el-button[data-v-deabd2d2] {
|
|
6134
6134
|
width: 80px;
|
|
6135
6135
|
font-size: var(--el-font-size-extra-small);
|
|
6136
6136
|
}
|
|
@@ -6864,6 +6864,11 @@ body,
|
|
|
6864
6864
|
}:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
|
|
6865
6865
|
:root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
|
|
6866
6866
|
.van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
|
|
6867
|
+
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6868
|
+
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6869
|
+
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6870
|
+
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6871
|
+
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6867
6872
|
|
|
6868
6873
|
.fec-card[data-v-dc24b95f] {
|
|
6869
6874
|
margin: 12px;
|
|
@@ -6872,11 +6877,6 @@ body,
|
|
|
6872
6877
|
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6873
6878
|
height: 100%;
|
|
6874
6879
|
}
|
|
6875
|
-
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6876
|
-
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6877
|
-
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6878
|
-
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6879
|
-
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6880
6880
|
:root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
|
|
6881
6881
|
|
|
6882
6882
|
.fec-collapse-container[data-v-6037566c] {
|
|
@@ -6889,24 +6889,24 @@ body,
|
|
|
6889
6889
|
:root,:host{--van-highlight-tag-color: var(--van-primary-color)}.van-highlight__tag{color:var(--van-highlight-tag-color)}
|
|
6890
6890
|
:root,:host{--van-list-text-color: var(--van-text-color-2);--van-list-text-font-size: var(--van-font-size-md);--van-list-text-line-height: 50px;--van-list-loading-icon-size: 16px}.van-list__loading,.van-list__finished-text,.van-list__error-text{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}
|
|
6891
6891
|
|
|
6892
|
-
.mTableContent[data-v-
|
|
6892
|
+
.mTableContent[data-v-6b4a4429] {
|
|
6893
6893
|
flex: 1;
|
|
6894
6894
|
height: 100%;
|
|
6895
6895
|
}
|
|
6896
|
-
.mTableContent.notAutoHeight[data-v-
|
|
6896
|
+
.mTableContent.notAutoHeight[data-v-6b4a4429] {
|
|
6897
6897
|
overflow: auto;
|
|
6898
6898
|
}
|
|
6899
|
-
.mTableContent[data-v-
|
|
6899
|
+
.mTableContent[data-v-6b4a4429] .fixedHead {
|
|
6900
6900
|
height: 100%;
|
|
6901
6901
|
overflow: hidden;
|
|
6902
6902
|
}
|
|
6903
|
-
.mTableContent.isCard[data-v-
|
|
6903
|
+
.mTableContent.isCard[data-v-6b4a4429] {
|
|
6904
6904
|
margin: 12px;
|
|
6905
6905
|
}
|
|
6906
|
-
.mTableContent.isShadow[data-v-
|
|
6906
|
+
.mTableContent.isShadow[data-v-6b4a4429] {
|
|
6907
6907
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
6908
6908
|
}
|
|
6909
|
-
.custom-loading[data-v-
|
|
6909
|
+
.custom-loading[data-v-6b4a4429] {
|
|
6910
6910
|
height: 100%;
|
|
6911
6911
|
width: 100%;
|
|
6912
6912
|
display: flex;
|
|
@@ -6914,16 +6914,16 @@ body,
|
|
|
6914
6914
|
align-items: center;
|
|
6915
6915
|
color: var(--van-blue);
|
|
6916
6916
|
}
|
|
6917
|
-
.custom-loading .van-loading__text[data-v-
|
|
6917
|
+
.custom-loading .van-loading__text[data-v-6b4a4429] {
|
|
6918
6918
|
color: var(--van-blue);
|
|
6919
6919
|
}
|
|
6920
|
-
.fec-table[data-v-
|
|
6920
|
+
.fec-table[data-v-6b4a4429] .fec-table-row-swipe {
|
|
6921
6921
|
display: table;
|
|
6922
6922
|
}
|
|
6923
|
-
.fec-table[data-v-
|
|
6923
|
+
.fec-table[data-v-6b4a4429] .fec-table-row-swipe .van-swipe-cell__wrapper {
|
|
6924
6924
|
display: table-row-group;
|
|
6925
6925
|
}
|
|
6926
|
-
.van-swipe-cell__wrapper[data-v-
|
|
6926
|
+
.van-swipe-cell__wrapper[data-v-6b4a4429] {
|
|
6927
6927
|
display: table-row-group;
|
|
6928
6928
|
}
|
|
6929
6929
|
:root,:host{--van-notice-bar-height: 40px;--van-notice-bar-padding: 0 var(--van-padding-md);--van-notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md);--van-notice-bar-text-color: var(--van-orange-dark);--van-notice-bar-font-size: var(--van-font-size-md);--van-notice-bar-line-height: 24px;--van-notice-bar-background: var(--van-orange-light);--van-notice-bar-icon-size: 16px;--van-notice-bar-icon-min-width: 24px}.van-notice-bar{position:relative;display:flex;align-items:center;height:var(--van-notice-bar-height);padding:var(--van-notice-bar-padding);color:var(--van-notice-bar-text-color);font-size:var(--van-notice-bar-font-size);line-height:var(--van-notice-bar-line-height);background:var(--van-notice-bar-background)}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:var(--van-notice-bar-icon-min-width);font-size:var(--van-notice-bar-icon-size)}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:flex;flex:1;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:var(--van-notice-bar-wrapable-padding)}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}
|
|
@@ -6936,11 +6936,11 @@ body,
|
|
|
6936
6936
|
.vue-render-container[data-v-91bc8b03] {
|
|
6937
6937
|
min-height: 200px;
|
|
6938
6938
|
}
|
|
6939
|
-
.fec-card-list[data-v-
|
|
6939
|
+
.fec-card-list[data-v-77da18e2] {
|
|
6940
6940
|
flex: 1;
|
|
6941
6941
|
overflow: auto;
|
|
6942
6942
|
}
|
|
6943
|
-
.fec-card-list[data-v-
|
|
6943
|
+
.fec-card-list[data-v-77da18e2] .fec-card {
|
|
6944
6944
|
min-height: 100px;
|
|
6945
6945
|
}:root,:host{--van-action-sheet-max-height: 80%;--van-action-sheet-header-height: 48px;--van-action-sheet-header-font-size: var(--van-font-size-lg);--van-action-sheet-description-color: var(--van-text-color-2);--van-action-sheet-description-font-size: var(--van-font-size-md);--van-action-sheet-description-line-height: var(--van-line-height-md);--van-action-sheet-item-background: var(--van-background-2);--van-action-sheet-item-font-size: var(--van-font-size-lg);--van-action-sheet-item-line-height: var(--van-line-height-lg);--van-action-sheet-item-text-color: var(--van-text-color);--van-action-sheet-item-disabled-text-color: var(--van-text-color-3);--van-action-sheet-item-icon-size: 18px;--van-action-sheet-item-icon-margin-right: var(--van-padding-xs);--van-action-sheet-subname-color: var(--van-text-color-2);--van-action-sheet-subname-font-size: var(--van-font-size-sm);--van-action-sheet-subname-line-height: var(--van-line-height-sm);--van-action-sheet-close-icon-size: 22px;--van-action-sheet-close-icon-color: var(--van-gray-5);--van-action-sheet-close-icon-padding: 0 var(--van-padding-md);--van-action-sheet-cancel-text-color: var(--van-gray-7);--van-action-sheet-cancel-padding-top: var(--van-padding-xs);--van-action-sheet-cancel-padding-color: var(--van-background);--van-action-sheet-loading-icon-size: 22px}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__item,.van-action-sheet__cancel{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:14px var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__item:active,.van-action-sheet__cancel:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--loading,.van-action-sheet__item--disabled{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--loading:active,.van-action-sheet__item--disabled:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__item-icon{font-size:var(--van-action-sheet-item-icon-size);margin-right:var(--van-action-sheet-item-icon-margin-right)}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{width:100%;margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height);overflow-wrap:break-word}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:20px var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}
|
|
6946
6946
|
:root,:host{--van-dropdown-menu-height: 48px;--van-dropdown-menu-background: var(--van-background-2);--van-dropdown-menu-shadow: 0 2px 12px rgba(100, 101, 102, .12);--van-dropdown-menu-title-font-size: 15px;--van-dropdown-menu-title-text-color: var(--van-text-color);--van-dropdown-menu-title-active-text-color: var(--van-primary-color);--van-dropdown-menu-title-disabled-text-color: var(--van-text-color-2);--van-dropdown-menu-title-padding: 0 var(--van-padding-xs);--van-dropdown-menu-title-line-height: var(--van-line-height-lg);--van-dropdown-menu-option-active-color: var(--van-primary-color);--van-dropdown-menu-option-disabled-color: var(--van-text-color-3);--van-dropdown-menu-content-max-height: 80%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:flex;height:var(--van-dropdown-menu-height);background:var(--van-dropdown-menu-background);box-shadow:var(--van-dropdown-menu-shadow)}.van-dropdown-menu__bar--opened{z-index:calc(var(--van-dropdown-item-z-index) + 1)}.van-dropdown-menu__bar--scrollable{padding-left:var(--van-padding-base);padding-right:var(--van-padding-xs);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-dropdown-menu__bar--scrollable::-webkit-scrollbar{display:none}.van-dropdown-menu__item{display:flex;flex:1;align-items:center;justify-content:center;min-width:0}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:var(--van-dropdown-menu-title-disabled-text-color)}.van-dropdown-menu__item--grow{flex:1 0 auto;padding-left:var(--van-padding-base);padding-right:var(--van-padding-sm)}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:var(--van-dropdown-menu-title-padding);color:var(--van-dropdown-menu-title-text-color);font-size:var(--van-dropdown-menu-title-font-size);line-height:var(--van-dropdown-menu-title-line-height)}.van-dropdown-menu__title:after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent var(--van-gray-4) var(--van-gray-4);transform:rotate(-45deg);opacity:.8;content:""}.van-dropdown-menu__title--active{color:var(--van-dropdown-menu-title-active-text-color)}.van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down:after{margin-top:-1px;transform:rotate(135deg)}
|
|
@@ -6986,7 +6986,79 @@ body,
|
|
|
6986
6986
|
font-size: var(--van-floating-bubble-icon-size);
|
|
6987
6987
|
}
|
|
6988
6988
|
:root,:host{--van-pull-refresh-head-height: 50px;--van-pull-refresh-head-font-size: var(--van-font-size-md);--van-pull-refresh-head-text-color: var(--van-text-color-2);--van-pull-refresh-loading-icon-size: 16px}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}
|
|
6989
|
-
.
|
|
6989
|
+
.fec-quick-filter[data-v-65884e09] {
|
|
6990
|
+
z-index: 100;
|
|
6991
|
+
pointer-events: all;
|
|
6992
|
+
}
|
|
6993
|
+
.fec-quick-filter[data-v-65884e09] .van-dropdown-menu__bar {
|
|
6994
|
+
height: 32px;
|
|
6995
|
+
box-shadow: none;
|
|
6996
|
+
}
|
|
6997
|
+
.fec-quick-filter[data-v-65884e09] .van-dropdown-menu__title {
|
|
6998
|
+
font-size: 12px;
|
|
6999
|
+
font-weight: 500;
|
|
7000
|
+
}
|
|
7001
|
+
.fec-quick-filter[data-v-65884e09] .dropdown-title {
|
|
7002
|
+
display: inline-flex;
|
|
7003
|
+
align-items: center;
|
|
7004
|
+
gap: 4px;
|
|
7005
|
+
}
|
|
7006
|
+
.fec-quick-filter[data-v-65884e09] .dropdown-title .title-badge {
|
|
7007
|
+
display: inline-flex;
|
|
7008
|
+
align-items: center;
|
|
7009
|
+
justify-content: center;
|
|
7010
|
+
min-width: 14px;
|
|
7011
|
+
height: 14px;
|
|
7012
|
+
padding: 0 2px;
|
|
7013
|
+
font-size: 10px;
|
|
7014
|
+
color: #fff;
|
|
7015
|
+
background: #c3c3c3;
|
|
7016
|
+
border-radius: 50%;
|
|
7017
|
+
font-weight: 300;
|
|
7018
|
+
}
|
|
7019
|
+
.filter-container[data-v-65884e09] {
|
|
7020
|
+
padding: 10px 16px 12px 16px;
|
|
7021
|
+
background: #fff;
|
|
7022
|
+
}
|
|
7023
|
+
.filter-group[data-v-65884e09] {
|
|
7024
|
+
margin-bottom: 16px;
|
|
7025
|
+
}
|
|
7026
|
+
.filter-group[data-v-65884e09]:last-child {
|
|
7027
|
+
margin-bottom: 0;
|
|
7028
|
+
}
|
|
7029
|
+
.group-title[data-v-65884e09] {
|
|
7030
|
+
font-size: 13px;
|
|
7031
|
+
font-weight: 500;
|
|
7032
|
+
color: #666;
|
|
7033
|
+
margin: 0 0 10px 0;
|
|
7034
|
+
}
|
|
7035
|
+
.tag-list[data-v-65884e09] {
|
|
7036
|
+
display: grid;
|
|
7037
|
+
grid-template-columns: repeat(4, 1fr);
|
|
7038
|
+
gap: 8px;
|
|
7039
|
+
}
|
|
7040
|
+
.tag-item[data-v-65884e09] {
|
|
7041
|
+
padding: 6px 0;
|
|
7042
|
+
text-align: center;
|
|
7043
|
+
background: #f7f8fa;
|
|
7044
|
+
border-radius: 4px;
|
|
7045
|
+
font-size: 12px;
|
|
7046
|
+
color: #666;
|
|
7047
|
+
cursor: pointer;
|
|
7048
|
+
transition: all 0.2s;
|
|
7049
|
+
}
|
|
7050
|
+
.tag-item.active[data-v-65884e09] {
|
|
7051
|
+
background: rgba(25, 137, 250, 0.15);
|
|
7052
|
+
color: var(--van-primary-color, #1989fa);
|
|
7053
|
+
}
|
|
7054
|
+
.filter-footer[data-v-65884e09] {
|
|
7055
|
+
display: flex;
|
|
7056
|
+
gap: 12px;
|
|
7057
|
+
margin-top: 16px;
|
|
7058
|
+
}
|
|
7059
|
+
.filter-footer .van-button[data-v-65884e09] {
|
|
7060
|
+
flex: 1;
|
|
7061
|
+
}.van-checkbox-group--horizontal{display:flex;flex-wrap:wrap}
|
|
6990
7062
|
:root,:host{--van-checkbox-size: 20px;--van-checkbox-border-color: var(--van-gray-5);--van-checkbox-duration: var(--van-duration-fast);--van-checkbox-label-margin: var(--van-padding-xs);--van-checkbox-label-color: var(--van-text-color);--van-checkbox-checked-icon-color: var(--van-primary-color);--van-checkbox-disabled-icon-color: var(--van-gray-5);--van-checkbox-disabled-label-color: var(--van-text-color-3);--van-checkbox-disabled-background: var(--van-border-color)}.van-checkbox{display:flex;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:var(--van-padding-sm)}.van-checkbox__icon{flex:none;height:1em;font-size:var(--van-checkbox-size);line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid var(--van-checkbox-border-color);transition-duration:var(--van-checkbox-duration);transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--indeterminate .van-icon{display:flex;align-items:center;justify-content:center;color:var(--van-white);border-color:var(--van-checkbox-checked-icon-color);background-color:var(--van-checkbox-checked-icon-color)}.van-checkbox__icon--checked .van-icon{color:var(--van-white);background-color:var(--van-checkbox-checked-icon-color);border-color:var(--van-checkbox-checked-icon-color)}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:var(--van-checkbox-disabled-background);border-color:var(--van-checkbox-disabled-icon-color)}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:var(--van-checkbox-disabled-icon-color)}.van-checkbox__label{margin-left:var(--van-checkbox-label-margin);color:var(--van-checkbox-label-color);line-height:var(--van-checkbox-size)}.van-checkbox__label--left{margin:0 var(--van-checkbox-label-margin) 0 0}.van-checkbox__label--disabled{color:var(--van-checkbox-disabled-label-color)}
|
|
6991
7063
|
|
|
6992
7064
|
/* .fec-m-checkbox:deep(.van-checkbox) {
|
|
@@ -32,42 +32,43 @@ const index$q = require("./src/components/feedback/floatingBubble/index.js");
|
|
|
32
32
|
const index$r = require("./src/components/feedback/loading/index.js");
|
|
33
33
|
const index$s = require("./src/components/feedback/pullRefresh/index.js");
|
|
34
34
|
const index$t = require("./src/components/feedback/swipeCell/index.js");
|
|
35
|
-
const index$u = require("./src/components/
|
|
36
|
-
const index$v = require("./src/components/form/
|
|
37
|
-
const index$w = require("./src/components/form/
|
|
38
|
-
const index$x = require("./src/components/form/
|
|
39
|
-
const index$y = require("./src/components/form/
|
|
40
|
-
const index$z = require("./src/components/form/
|
|
41
|
-
const index$A = require("./src/components/form/
|
|
42
|
-
const index$B = require("./src/components/form/
|
|
43
|
-
const index$C = require("./src/components/form/
|
|
44
|
-
const index$D = require("./src/components/form/
|
|
45
|
-
const index$E = require("./src/components/form/
|
|
46
|
-
const index$F = require("./src/components/form/
|
|
47
|
-
const index$G = require("./src/components/form/
|
|
48
|
-
const index$H = require("./src/components/form/
|
|
49
|
-
const index$I = require("./src/components/form/
|
|
50
|
-
const index$J = require("./src/components/form/
|
|
51
|
-
const index$K = require("./src/components/form/
|
|
52
|
-
const index$L = require("./src/components/form/
|
|
53
|
-
const index$M = require("./src/components/form/
|
|
54
|
-
const index$N = require("./src/components/form/
|
|
55
|
-
const index$O = require("./src/components/form/
|
|
56
|
-
const index$P = require("./src/components/
|
|
57
|
-
const index$Q = require("./src/components/navigation/
|
|
58
|
-
const index$R = require("./src/components/navigation/
|
|
59
|
-
const index$S = require("./src/components/navigation/
|
|
60
|
-
const index$T = require("./src/components/navigation/
|
|
61
|
-
const index$U = require("./src/components/navigation/
|
|
62
|
-
const index$V = require("./src/components/navigation/
|
|
63
|
-
const index$W = require("./src/components/navigation/
|
|
64
|
-
const index$X = require("./src/components/navigation/
|
|
65
|
-
const index$Y = require("./src/components/navigation/
|
|
66
|
-
const index$Z = require("./src/components/navigation/
|
|
67
|
-
const index$_ = require("./src/components/navigation/
|
|
68
|
-
const index$$ = require("./src/components/navigation/
|
|
69
|
-
const index$10 = require("./src/components/
|
|
70
|
-
const index$11 = require("./src/components/
|
|
35
|
+
const index$u = require("./src/components/feedback/quickFilter/index.js");
|
|
36
|
+
const index$v = require("./src/components/form/checkbox/index.js");
|
|
37
|
+
const index$w = require("./src/components/form/checkboxGroup/index.js");
|
|
38
|
+
const index$x = require("./src/components/form/field/index.js");
|
|
39
|
+
const index$y = require("./src/components/form/fieldPicker/index.js");
|
|
40
|
+
const index$z = require("./src/components/form/fieldCalendarPicker/index.js");
|
|
41
|
+
const index$A = require("./src/components/form/fieldDatePicker/index.js");
|
|
42
|
+
const index$B = require("./src/components/form/fieldTimePicker/index.js");
|
|
43
|
+
const index$C = require("./src/components/form/fieldDateTimePicker/index.js");
|
|
44
|
+
const index$D = require("./src/components/form/fieldCascaderPicker/index.js");
|
|
45
|
+
const index$E = require("./src/components/form/fieldCheckbox/index.js");
|
|
46
|
+
const index$F = require("./src/components/form/fieldRadio/index.js");
|
|
47
|
+
const index$G = require("./src/components/form/fieldArea/index.js");
|
|
48
|
+
const index$H = require("./src/components/form/fieldIndustry/index.js");
|
|
49
|
+
const index$I = require("./src/components/form/form/index.js");
|
|
50
|
+
const index$J = require("./src/components/form/formItem/index.js");
|
|
51
|
+
const index$K = require("./src/components/form/radioGroup/index.js");
|
|
52
|
+
const index$L = require("./src/components/form/search/index.js");
|
|
53
|
+
const index$M = require("./src/components/form/uploader/index.js");
|
|
54
|
+
const index$N = require("./src/components/form/fieldUploader/index.js");
|
|
55
|
+
const index$O = require("./src/components/form/submitButton/index.js");
|
|
56
|
+
const index$P = require("./src/components/form/fieldSubTitle/index.js");
|
|
57
|
+
const index$Q = require("./src/components/navigation/actionBar/index.js");
|
|
58
|
+
const index$R = require("./src/components/navigation/backTop/index.js");
|
|
59
|
+
const index$S = require("./src/components/navigation/grid/index.js");
|
|
60
|
+
const index$T = require("./src/components/navigation/indexBar/index.js");
|
|
61
|
+
const index$U = require("./src/components/navigation/indexAnchor/index.js");
|
|
62
|
+
const index$V = require("./src/components/navigation/navBar/index.js");
|
|
63
|
+
const index$W = require("./src/components/navigation/pagination/index.js");
|
|
64
|
+
const index$X = require("./src/components/navigation/sidebar/index.js");
|
|
65
|
+
const index$Y = require("./src/components/navigation/sidebarItem/index.js");
|
|
66
|
+
const index$Z = require("./src/components/navigation/tabs/index.js");
|
|
67
|
+
const index$_ = require("./src/components/navigation/tabbar/index.js");
|
|
68
|
+
const index$$ = require("./src/components/navigation/tabbarItem/index.js");
|
|
69
|
+
const index$10 = require("./src/components/navigation/treeSelect/index.js");
|
|
70
|
+
const index$11 = require("./src/components/layout/layout/index.js");
|
|
71
|
+
const index$12 = require("./src/components/custom/timeLineFilter/index.js");
|
|
71
72
|
const functionCall = require("./node_modules/vant/es/dialog/function-call.js");
|
|
72
73
|
const functionCall$1 = require("./node_modules/vant/es/image-preview/function-call.js");
|
|
73
74
|
const functionCall$2 = require("./node_modules/vant/es/notify/function-call.js");
|
|
@@ -108,42 +109,43 @@ exports.MobileFloatingBubble = index$q.MobileFloatingBubble;
|
|
|
108
109
|
exports.MobileLoading = index$r.MobileLoading;
|
|
109
110
|
exports.MobilePullRefresh = index$s.MobilePullRefresh;
|
|
110
111
|
exports.MobileSwipeCell = index$t.MobileSwipeCell;
|
|
111
|
-
exports.
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
118
|
-
exports.
|
|
119
|
-
exports.
|
|
120
|
-
exports.
|
|
121
|
-
exports.
|
|
122
|
-
exports.
|
|
123
|
-
exports.
|
|
124
|
-
exports.
|
|
125
|
-
exports.
|
|
126
|
-
exports.
|
|
127
|
-
exports.
|
|
128
|
-
exports.
|
|
129
|
-
exports.
|
|
130
|
-
exports.
|
|
131
|
-
exports.
|
|
132
|
-
exports.
|
|
133
|
-
exports.
|
|
134
|
-
exports.
|
|
135
|
-
exports.
|
|
136
|
-
exports.
|
|
137
|
-
exports.
|
|
138
|
-
exports.
|
|
139
|
-
exports.
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
143
|
-
exports.
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
146
|
-
exports.
|
|
112
|
+
exports.MobileQuickFilter = index$u.MobileQuickFilter;
|
|
113
|
+
exports.MobileCheckbox = index$v.MobileCheckbox;
|
|
114
|
+
exports.MobileCheckboxGroup = index$w.MobileCheckboxGroup;
|
|
115
|
+
exports.MobileField = index$x.MobileField;
|
|
116
|
+
exports.MobileFieldPicker = index$y.MobileFieldPicker;
|
|
117
|
+
exports.MobileFieldCalendarPicker = index$z.MobileFieldCalendarPicker;
|
|
118
|
+
exports.MobileFieldDatePicker = index$A.MobileFieldDatePicker;
|
|
119
|
+
exports.MobileFieldTimePicker = index$B.MobileFieldTimePicker;
|
|
120
|
+
exports.MobileFieldDateTimePicker = index$C.MobileFieldDateTimePicker;
|
|
121
|
+
exports.MobileFieldCascaderPicker = index$D.MobileFieldCascaderPicker;
|
|
122
|
+
exports.MobileFieldCheckbox = index$E.MobileFieldCheckbox;
|
|
123
|
+
exports.MobileFieldRadio = index$F.MobileFieldRadio;
|
|
124
|
+
exports.MobileFieldArea = index$G.MobileFieldArea;
|
|
125
|
+
exports.MobileFieldIndustry = index$H.MobileFieldIndustry;
|
|
126
|
+
exports.MobileForm = index$I.MobileForm;
|
|
127
|
+
exports.MobileFormItem = index$J.MobileFormItem;
|
|
128
|
+
exports.MobileRadioGroup = index$K.MobileRadioGroup;
|
|
129
|
+
exports.MobileSearch = index$L.MobileSearch;
|
|
130
|
+
exports.MobileUploader = index$M.MobileUploader;
|
|
131
|
+
exports.MobileFieldUploader = index$N.MobileFieldUploader;
|
|
132
|
+
exports.MobileSubmitButton = index$O.MobileSubmitButton;
|
|
133
|
+
exports.MobileFieldSubTitle = index$P.MobileFieldSubTitle;
|
|
134
|
+
exports.MobileActionBar = index$Q.MobileActionBar;
|
|
135
|
+
exports.MobileBackTop = index$R.MobileBackTop;
|
|
136
|
+
exports.MobileGrid = index$S.MobileGrid;
|
|
137
|
+
exports.MobileIndexBar = index$T.MobileIndexBar;
|
|
138
|
+
exports.MobileIndexAnchor = index$U.MobileIndexAnchor;
|
|
139
|
+
exports.MobileNavBar = index$V.MobileNavBar;
|
|
140
|
+
exports.MobilePagination = index$W.MobilePagination;
|
|
141
|
+
exports.MobileSidebar = index$X.MobileSidebar;
|
|
142
|
+
exports.MobileSidebarItem = index$Y.MobileSidebarItem;
|
|
143
|
+
exports.MobileTabs = index$Z.MobileTabs;
|
|
144
|
+
exports.MobileTabbar = index$_.MobileTabbar;
|
|
145
|
+
exports.MobileTabbarItem = index$$.MobileTabbarItem;
|
|
146
|
+
exports.MobileTreeSelect = index$10.MobileTreeSelect;
|
|
147
|
+
exports.MobileLayout = index$11.MobileLayout;
|
|
148
|
+
exports.MobileTimeLineFilter = index$12.MobileTimeLineFilter;
|
|
147
149
|
exports.closeDialog = functionCall.closeDialog;
|
|
148
150
|
exports.showConfirmDialog = functionCall.showConfirmDialog;
|
|
149
151
|
exports.showDialog = functionCall.showDialog;
|
|
@@ -29,42 +29,43 @@ const index$p = require("./feedback/floatingBubble/index.js");
|
|
|
29
29
|
const index$q = require("./feedback/loading/index.js");
|
|
30
30
|
const index$r = require("./feedback/pullRefresh/index.js");
|
|
31
31
|
const index$s = require("./feedback/swipeCell/index.js");
|
|
32
|
-
const index$t = require("./
|
|
33
|
-
const index$u = require("./form/
|
|
34
|
-
const index$v = require("./form/
|
|
35
|
-
const index$w = require("./form/
|
|
36
|
-
const index$x = require("./form/
|
|
37
|
-
const index$y = require("./form/
|
|
38
|
-
const index$z = require("./form/
|
|
39
|
-
const index$A = require("./form/
|
|
40
|
-
const index$B = require("./form/
|
|
41
|
-
const index$C = require("./form/
|
|
42
|
-
const index$D = require("./form/
|
|
43
|
-
const index$E = require("./form/
|
|
44
|
-
const index$F = require("./form/
|
|
45
|
-
const index$G = require("./form/
|
|
46
|
-
const index$H = require("./form/
|
|
47
|
-
const index$I = require("./form/
|
|
48
|
-
const index$J = require("./form/
|
|
49
|
-
const index$K = require("./form/
|
|
50
|
-
const index$L = require("./form/
|
|
51
|
-
const index$M = require("./form/
|
|
52
|
-
const index$N = require("./form/
|
|
53
|
-
const index$O = require("./
|
|
54
|
-
const index$P = require("./navigation/
|
|
55
|
-
const index$Q = require("./navigation/
|
|
56
|
-
const index$R = require("./navigation/
|
|
57
|
-
const index$S = require("./navigation/
|
|
58
|
-
const index$T = require("./navigation/
|
|
59
|
-
const index$U = require("./navigation/
|
|
60
|
-
const index$V = require("./navigation/
|
|
61
|
-
const index$W = require("./navigation/
|
|
62
|
-
const index$X = require("./navigation/
|
|
63
|
-
const index$Y = require("./navigation/
|
|
64
|
-
const index$Z = require("./navigation/
|
|
65
|
-
const index$_ = require("./navigation/
|
|
66
|
-
const index$$ = require("./
|
|
67
|
-
const index$10 = require("./
|
|
32
|
+
const index$t = require("./feedback/quickFilter/index.js");
|
|
33
|
+
const index$u = require("./form/checkbox/index.js");
|
|
34
|
+
const index$v = require("./form/checkboxGroup/index.js");
|
|
35
|
+
const index$w = require("./form/field/index.js");
|
|
36
|
+
const index$x = require("./form/fieldPicker/index.js");
|
|
37
|
+
const index$y = require("./form/fieldCalendarPicker/index.js");
|
|
38
|
+
const index$z = require("./form/fieldDatePicker/index.js");
|
|
39
|
+
const index$A = require("./form/fieldTimePicker/index.js");
|
|
40
|
+
const index$B = require("./form/fieldDateTimePicker/index.js");
|
|
41
|
+
const index$C = require("./form/fieldCascaderPicker/index.js");
|
|
42
|
+
const index$D = require("./form/fieldCheckbox/index.js");
|
|
43
|
+
const index$E = require("./form/fieldRadio/index.js");
|
|
44
|
+
const index$F = require("./form/fieldArea/index.js");
|
|
45
|
+
const index$G = require("./form/fieldIndustry/index.js");
|
|
46
|
+
const index$H = require("./form/form/index.js");
|
|
47
|
+
const index$I = require("./form/formItem/index.js");
|
|
48
|
+
const index$J = require("./form/radioGroup/index.js");
|
|
49
|
+
const index$K = require("./form/search/index.js");
|
|
50
|
+
const index$L = require("./form/uploader/index.js");
|
|
51
|
+
const index$M = require("./form/fieldUploader/index.js");
|
|
52
|
+
const index$N = require("./form/submitButton/index.js");
|
|
53
|
+
const index$O = require("./form/fieldSubTitle/index.js");
|
|
54
|
+
const index$P = require("./navigation/actionBar/index.js");
|
|
55
|
+
const index$Q = require("./navigation/backTop/index.js");
|
|
56
|
+
const index$R = require("./navigation/grid/index.js");
|
|
57
|
+
const index$S = require("./navigation/indexBar/index.js");
|
|
58
|
+
const index$T = require("./navigation/indexAnchor/index.js");
|
|
59
|
+
const index$U = require("./navigation/navBar/index.js");
|
|
60
|
+
const index$V = require("./navigation/pagination/index.js");
|
|
61
|
+
const index$W = require("./navigation/sidebar/index.js");
|
|
62
|
+
const index$X = require("./navigation/sidebarItem/index.js");
|
|
63
|
+
const index$Y = require("./navigation/tabs/index.js");
|
|
64
|
+
const index$Z = require("./navigation/tabbar/index.js");
|
|
65
|
+
const index$_ = require("./navigation/tabbarItem/index.js");
|
|
66
|
+
const index$$ = require("./navigation/treeSelect/index.js");
|
|
67
|
+
const index$10 = require("./layout/layout/index.js");
|
|
68
|
+
const index$11 = require("./custom/timeLineFilter/index.js");
|
|
68
69
|
exports.MobileButton = index.MobileButton;
|
|
69
70
|
exports.MobileIcon = index$1.MobileIcon;
|
|
70
71
|
exports.MobileCell = index$2.MobileCell;
|
|
@@ -94,39 +95,40 @@ exports.MobileFloatingBubble = index$p.MobileFloatingBubble;
|
|
|
94
95
|
exports.MobileLoading = index$q.MobileLoading;
|
|
95
96
|
exports.MobilePullRefresh = index$r.MobilePullRefresh;
|
|
96
97
|
exports.MobileSwipeCell = index$s.MobileSwipeCell;
|
|
97
|
-
exports.
|
|
98
|
-
exports.
|
|
99
|
-
exports.
|
|
100
|
-
exports.
|
|
101
|
-
exports.
|
|
102
|
-
exports.
|
|
103
|
-
exports.
|
|
104
|
-
exports.
|
|
105
|
-
exports.
|
|
106
|
-
exports.
|
|
107
|
-
exports.
|
|
108
|
-
exports.
|
|
109
|
-
exports.
|
|
110
|
-
exports.
|
|
111
|
-
exports.
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
118
|
-
exports.
|
|
119
|
-
exports.
|
|
120
|
-
exports.
|
|
121
|
-
exports.
|
|
122
|
-
exports.
|
|
123
|
-
exports.
|
|
124
|
-
exports.
|
|
125
|
-
exports.
|
|
126
|
-
exports.
|
|
127
|
-
exports.
|
|
128
|
-
exports.
|
|
129
|
-
exports.
|
|
130
|
-
exports.
|
|
131
|
-
exports.
|
|
132
|
-
exports.
|
|
98
|
+
exports.MobileQuickFilter = index$t.MobileQuickFilter;
|
|
99
|
+
exports.MobileCheckbox = index$u.MobileCheckbox;
|
|
100
|
+
exports.MobileCheckboxGroup = index$v.MobileCheckboxGroup;
|
|
101
|
+
exports.MobileField = index$w.MobileField;
|
|
102
|
+
exports.MobileFieldPicker = index$x.MobileFieldPicker;
|
|
103
|
+
exports.MobileFieldCalendarPicker = index$y.MobileFieldCalendarPicker;
|
|
104
|
+
exports.MobileFieldDatePicker = index$z.MobileFieldDatePicker;
|
|
105
|
+
exports.MobileFieldTimePicker = index$A.MobileFieldTimePicker;
|
|
106
|
+
exports.MobileFieldDateTimePicker = index$B.MobileFieldDateTimePicker;
|
|
107
|
+
exports.MobileFieldCascaderPicker = index$C.MobileFieldCascaderPicker;
|
|
108
|
+
exports.MobileFieldCheckbox = index$D.MobileFieldCheckbox;
|
|
109
|
+
exports.MobileFieldRadio = index$E.MobileFieldRadio;
|
|
110
|
+
exports.MobileFieldArea = index$F.MobileFieldArea;
|
|
111
|
+
exports.MobileFieldIndustry = index$G.MobileFieldIndustry;
|
|
112
|
+
exports.MobileForm = index$H.MobileForm;
|
|
113
|
+
exports.MobileFormItem = index$I.MobileFormItem;
|
|
114
|
+
exports.MobileRadioGroup = index$J.MobileRadioGroup;
|
|
115
|
+
exports.MobileSearch = index$K.MobileSearch;
|
|
116
|
+
exports.MobileUploader = index$L.MobileUploader;
|
|
117
|
+
exports.MobileFieldUploader = index$M.MobileFieldUploader;
|
|
118
|
+
exports.MobileSubmitButton = index$N.MobileSubmitButton;
|
|
119
|
+
exports.MobileFieldSubTitle = index$O.MobileFieldSubTitle;
|
|
120
|
+
exports.MobileActionBar = index$P.MobileActionBar;
|
|
121
|
+
exports.MobileBackTop = index$Q.MobileBackTop;
|
|
122
|
+
exports.MobileGrid = index$R.MobileGrid;
|
|
123
|
+
exports.MobileIndexBar = index$S.MobileIndexBar;
|
|
124
|
+
exports.MobileIndexAnchor = index$T.MobileIndexAnchor;
|
|
125
|
+
exports.MobileNavBar = index$U.MobileNavBar;
|
|
126
|
+
exports.MobilePagination = index$V.MobilePagination;
|
|
127
|
+
exports.MobileSidebar = index$W.MobileSidebar;
|
|
128
|
+
exports.MobileSidebarItem = index$X.MobileSidebarItem;
|
|
129
|
+
exports.MobileTabs = index$Y.MobileTabs;
|
|
130
|
+
exports.MobileTabbar = index$Z.MobileTabbar;
|
|
131
|
+
exports.MobileTabbarItem = index$_.MobileTabbarItem;
|
|
132
|
+
exports.MobileTreeSelect = index$$.MobileTreeSelect;
|
|
133
|
+
exports.MobileLayout = index$10.MobileLayout;
|
|
134
|
+
exports.MobileTimeLineFilter = index$11.MobileTimeLineFilter;
|
|
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
8
8
|
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
10
10
|
const Vue = require("vue");
|
|
11
|
-
;/* empty css */
|
|
12
|
-
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
13
11
|
;/* empty css */
|
|
14
12
|
;/* empty css */
|
|
15
13
|
;/* empty css */
|
|
16
14
|
;/* empty css */
|
|
17
15
|
;/* empty css */
|
|
16
|
+
;/* empty css */
|
|
17
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
18
18
|
const index$1 = require("../../../../node_modules/vant/es/swipe-cell/index.js");
|
|
19
19
|
const functionCall = require("../../../../node_modules/vant/es/dialog/function-call.js");
|
|
20
20
|
require("../../../../node_modules/vant/es/dialog/index.js");
|