fast-crud-ui3 1.5.12 → 1.5.13
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/fast-crud-ui3.cjs.js +7 -7
- package/lib/fast-crud-ui3.es.js +3385 -3116
- package/lib/fast-crud-ui3.umd.js +7 -7
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fc-checkbox-group[data-v-8b551dcc]{display:inline-block;margin-left:10px}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px #00000026;border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-dark{background:#282c34;white-space:nowrap;color:#fff;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-dark .jv-ellipsis{color:#f8f8f8;background-color:#2c3e50;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button,.jv-container.jv-dark .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-dark .jv-key{color:#fff;margin-right:4px}.jv-container.jv-dark .jv-item.jv-array{color:#111}.jv-container.jv-dark .jv-item.jv-array{color:#fff}.jv-container.jv-dark .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-function{color:#067bca}.jv-container.jv-dark .jv-item.jv-number{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-object{color:#fff}.jv-container.jv-dark .jv-item.jv-undefined{color:#e08331}.jv-container.jv-dark .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-dark .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-dark .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-dark .jv-code .jv-toggle:hover:before{background:#eee}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url("data:image/svg+xml,%3csvg%20height='16'%20width='8'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon%20points='0,0%208,8%200,16'%20style='fill:%23666;stroke:purple;stroke-width:0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;transition:transform .1s}.jv-container .jv-toggle.open{transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;transition:all .1s;transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0000 20%,#e6e6e64d);transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:linear-gradient(to bottom,#0000 20%,#e6e6e64d)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-array:last-of-type{margin-left:12px}.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-array:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-node:last-of-type{margin-left:0}.footer[data-v-2158782b]{display:flex;margin-top:10px}.footer .flex[data-v-2158782b]{flex:1}.fc-ellipsis[data-v-6005d337],.fc-ellipsis[data-v-6005d337] *{white-space:nowrap;overflow:hidden;overflow:clip;text-overflow:ellipsis;display:inline-block;width:100%}.fc-fast-upload[data-v-1ee55c85] .el-upload-list--picture-card{display:grid;grid-template-columns:repeat(auto-fill,48px);grid-gap:2px}.fc-fast-upload[data-v-1ee55c85] .el-upload-list--text .el-upload-list__item{margin:3px 0!important}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]{display:flex;align-items:center;justify-content:space-around}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]>*{margin:0!important}.fc-fast-upload .el-upload-list__item-actions>* i[data-v-1ee55c85]{font-size:14px}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]:after{display:none}.fc-fast-upload img[data-v-1ee55c85]{height:100%;object-fit:cover}.fc-fast-upload.fc-fast-upload__hidden[data-v-1ee55c85] .el-upload{display:none}.fc-fast-upload.fc-fast-upload__disable[data-v-1ee55c85]{border:none!important}.fc-quick-filter-form>.el-form-item{margin:0!important}.fc-quick-filter-form .fc-quick-filter-form-btns[data-v-69969c93]{margin-left:10px}.fc-quick-filter-form[data-v-69969c93] .el-form-item__content>*{flex:1}.fc-easy-filter[data-v-0b8cdecb]{display:flex}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb]{width:100px}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-select__wrapper,.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-input__wrapper{box-shadow:inset 0 1px #dcdfe6,inset 0 -1px #dcdfe6,inset 1px 0 #dcdfe6;border-top-right-radius:0;border-bottom-right-radius:0}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb]{width:280px}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb] .el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value.el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value .el-select__wrapper{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.fc-stored-filter-manager .fc-stored-filter-manager-btns[data-v-76f9cf62]{margin-bottom:20px}.fc-stored-filter-manager .fc-stored-filter-item[data-v-76f9cf62]{margin:10px 0}.fc-stored-filter-manager .fc-stored-filter-item[data-v-76f9cf62] .fc-stored-filter-item-header{display:flex;justify-content:space-between}.fc-stored-filter-manager .fc-stored-filter-item .fc-stored-filter-item-label[data-v-76f9cf62]{width:200px}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list[data-v-76f9cf62]{display:flex;flex-wrap:wrap;column-gap:5px;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns[data-v-76f9cf62]{display:flex;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-76f9cf62]{text-decoration:underline}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-76f9cf62]{visibility:visible}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-76f9cf62]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:15px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-76f9cf62]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-76f9cf62]{font-size:13px!important;margin-left:3px}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-76f9cf62]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-76f9cf62] .fc-checkbox-group,.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-76f9cf62] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-form[data-v-de5f484d]>*{margin-bottom:10px}.fc-dynamic-filter-form .title[data-v-de5f484d]{margin-bottom:5px;font-size:13px;display:flex;align-items:center;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-de5f484d],.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-de5f484d]{display:flex;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-de5f484d]>*,.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-de5f484d]>*{flex:1}.fc-dynamic-filter-form .fc-dynamic-filter-component-wrapper[data-v-de5f484d]{margin:20px 0}.fc-dynamic-filter-form .fc-dynamic-filter-distinct[data-v-de5f484d]{border:1px solid #e1e1e1;padding:10px;overflow:auto;max-height:300px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-de5f484d]{margin-top:10px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-de5f484d] .el-checkbox{display:block}.fc-dynamic-filter-form .fc-dynamic-filter-form-btn[data-v-de5f484d]{display:flex}.fc-dynamic-filter-list[data-v-3777d573]{display:flex;flex-wrap:wrap;column-gap:5px}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-3777d573]{text-decoration:underline}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-3777d573]{visibility:visible}.fc-dynamic-filter-list .strikethrough[data-v-3777d573]{text-decoration:line-through!important}.fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-3777d573]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-3777d573]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-3777d573]{font-size:13px!important;margin-left:3px}.component[data-v-3777d573]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.component[data-v-3777d573] .fc-checkbox-group,.component[data-v-3777d573] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-footer[data-v-3777d573]{display:flex;justify-content:center;margin-top:10px}.fc-table-edit-form-wrapper .fc-table-edit-form-btns[data-v-980f457a]{display:flex;justify-content:right}.fc-fast-table[data-v-874f5ee4]{height:100%;box-sizing:border-box;padding:10px;overflow:auto}.fc-fast-table .fc-fast-table-title[data-v-874f5ee4]{font-weight:700}.fc-fast-table .fc-quick-filter-wrapper[data-v-874f5ee4]{padding-bottom:10px;box-sizing:border-box;border-bottom:1px solid #dfdfdf;margin-bottom:10px}.fc-fast-table .fc-fast-table-divider[data-v-874f5ee4]{margin:0 0 10px}.fc-fast-table .fc-fast-table-operation-bar[data-v-874f5ee4]{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;position:relative}.fc-fast-table .fc-fast-table-operation-bar[data-v-874f5ee4] .el-button--default{padding-left:10px;padding-right:10px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-874f5ee4]{display:flex}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-874f5ee4]>:not(:first-child){margin-left:5px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter .fc-stored-btn-wrapper[data-v-874f5ee4],.fc-fast-table .fc-fast-table-operation-bar .fc-fast-table-operation-more[data-v-874f5ee4]{margin-left:10px}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] .el-table__cell{padding:0}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell{padding:0 10px}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component{width:100%}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__inner{padding:0 4px}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__decrease,.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__increase{width:15px}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__prefix{display:none}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component input{text-align:left}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item,.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card{width:auto;height:100%;aspect-ratio:1/1;line-height:100%;margin:0}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item .el-icon-plus,.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card .el-icon-plus{font-size:18px;width:18px;height:18px;margin-top:calc(50% - 9px)}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item{margin:0;line-height:1}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item>*{display:inline}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .fc-table-inline-edit-component.fc-valid-error{border:1px solid #F56C6C}.fc-fast-table .fc-fast-table-wrapper[data-v-874f5ee4] td.fc-table-column>.cell .el-upload-list__item{transition:none!important}.fc-fast-table .fc-pagination-wrapper[data-v-874f5ee4]{display:flex;margin-top:3px;justify-content:space-between}.fc-table-column-head-cell[data-v-f65c5a37]{display:flex;align-items:center;justify-content:center;white-space:nowrap;height:38px;line-height:38px;margin:0 10px}.fc-table-column-head-cell.filter[data-v-f65c5a37]{cursor:pointer}.sort-icon[data-v-f65c5a37]{color:#409eff}.img-list[data-v-c680920f]{display:flex;flex-wrap:wrap;padding:3px 0}img[data-v-c680920f]{object-fit:cover}.fc-fast-upload-file[data-v-046d9cc0]{display:flex;flex-direction:column;justify-content:center}.fc-dynamic-dialog .el-dialog__body{padding:15px}
|
|
1
|
+
.fc-checkbox-group[data-v-8b551dcc]{display:inline-block;margin-left:10px}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px #00000026;border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-dark{background:#282c34;white-space:nowrap;color:#fff;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-dark .jv-ellipsis{color:#f8f8f8;background-color:#2c3e50;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button,.jv-container.jv-dark .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-dark .jv-key{color:#fff;margin-right:4px}.jv-container.jv-dark .jv-item.jv-array{color:#111}.jv-container.jv-dark .jv-item.jv-array{color:#fff}.jv-container.jv-dark .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-function{color:#067bca}.jv-container.jv-dark .jv-item.jv-number{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-object{color:#fff}.jv-container.jv-dark .jv-item.jv-undefined{color:#e08331}.jv-container.jv-dark .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-dark .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-dark .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-dark .jv-code .jv-toggle:hover:before{background:#eee}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url("data:image/svg+xml,%3csvg%20height='16'%20width='8'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon%20points='0,0%208,8%200,16'%20style='fill:%23666;stroke:purple;stroke-width:0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;transition:transform .1s}.jv-container .jv-toggle.open{transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;transition:all .1s;transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0000 20%,#e6e6e64d);transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:linear-gradient(to bottom,#0000 20%,#e6e6e64d)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-array:last-of-type{margin-left:12px}.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-array:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-node:last-of-type{margin-left:0}.footer[data-v-2158782b]{display:flex;margin-top:10px}.footer .flex[data-v-2158782b]{flex:1}.fc-ellipsis[data-v-6005d337],.fc-ellipsis[data-v-6005d337] *{white-space:nowrap;overflow:hidden;overflow:clip;text-overflow:ellipsis;display:inline-block;width:100%}.fc-fast-upload[data-v-1ee55c85] .el-upload-list--picture-card{display:grid;grid-template-columns:repeat(auto-fill,48px);grid-gap:2px}.fc-fast-upload[data-v-1ee55c85] .el-upload-list--text .el-upload-list__item{margin:3px 0!important}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]{display:flex;align-items:center;justify-content:space-around}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]>*{margin:0!important}.fc-fast-upload .el-upload-list__item-actions>* i[data-v-1ee55c85]{font-size:14px}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]:after{display:none}.fc-fast-upload img[data-v-1ee55c85]{height:100%;object-fit:cover}.fc-fast-upload.fc-fast-upload__hidden[data-v-1ee55c85] .el-upload{display:none}.fc-fast-upload.fc-fast-upload__disable[data-v-1ee55c85]{border:none!important}.fc-quick-filter-form>.el-form-item{margin:0!important}.fc-quick-filter-form .fc-quick-filter-form-btns[data-v-69969c93]{margin-left:10px}.fc-quick-filter-form[data-v-69969c93] .el-form-item__content>*{flex:1}.fc-easy-filter[data-v-0b8cdecb]{display:flex}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb]{width:100px}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-select__wrapper,.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-input__wrapper{box-shadow:inset 0 1px #dcdfe6,inset 0 -1px #dcdfe6,inset 1px 0 #dcdfe6;border-top-right-radius:0;border-bottom-right-radius:0}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb]{width:280px}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb] .el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value.el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value .el-select__wrapper{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.fc-stored-filter-manager .fc-stored-filter-manager-btns[data-v-76f9cf62]{margin-bottom:20px}.fc-stored-filter-manager .fc-stored-filter-item[data-v-76f9cf62]{margin:10px 0}.fc-stored-filter-manager .fc-stored-filter-item[data-v-76f9cf62] .fc-stored-filter-item-header{display:flex;justify-content:space-between}.fc-stored-filter-manager .fc-stored-filter-item .fc-stored-filter-item-label[data-v-76f9cf62]{width:200px}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list[data-v-76f9cf62]{display:flex;flex-wrap:wrap;column-gap:5px;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns[data-v-76f9cf62]{display:flex;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-76f9cf62]{text-decoration:underline}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-76f9cf62]{visibility:visible}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-76f9cf62]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:15px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-76f9cf62]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-76f9cf62]{font-size:13px!important;margin-left:3px}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-76f9cf62]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-76f9cf62] .fc-checkbox-group,.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-76f9cf62] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-form[data-v-de5f484d]>*{margin-bottom:10px}.fc-dynamic-filter-form .title[data-v-de5f484d]{margin-bottom:5px;font-size:13px;display:flex;align-items:center;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-de5f484d],.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-de5f484d]{display:flex;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-de5f484d]>*,.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-de5f484d]>*{flex:1}.fc-dynamic-filter-form .fc-dynamic-filter-component-wrapper[data-v-de5f484d]{margin:20px 0}.fc-dynamic-filter-form .fc-dynamic-filter-distinct[data-v-de5f484d]{border:1px solid #e1e1e1;padding:10px;overflow:auto;max-height:300px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-de5f484d]{margin-top:10px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-de5f484d] .el-checkbox{display:block}.fc-dynamic-filter-form .fc-dynamic-filter-form-btn[data-v-de5f484d]{display:flex}.fc-dynamic-filter-list[data-v-3777d573]{display:flex;flex-wrap:wrap;column-gap:5px}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-3777d573]{text-decoration:underline}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-3777d573]{visibility:visible}.fc-dynamic-filter-list .strikethrough[data-v-3777d573]{text-decoration:line-through!important}.fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-3777d573]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-3777d573]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-3777d573]{font-size:13px!important;margin-left:3px}.component[data-v-3777d573]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.component[data-v-3777d573] .fc-checkbox-group,.component[data-v-3777d573] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-footer[data-v-3777d573]{display:flex;justify-content:center;margin-top:10px}.fc-table-edit-form-wrapper .fc-table-edit-form-btns[data-v-980f457a]{display:flex;justify-content:right}.fc-fast-table[data-v-310da2de]{height:100%;box-sizing:border-box;padding:10px;overflow:auto}.fc-fast-table .fc-fast-table-title[data-v-310da2de]{font-weight:700}.fc-fast-table .fc-quick-filter-wrapper[data-v-310da2de]{padding-bottom:10px;box-sizing:border-box;border-bottom:1px solid #dfdfdf;margin-bottom:10px}.fc-fast-table .fc-fast-table-divider[data-v-310da2de]{margin:0 0 10px}.fc-fast-table .fc-fast-table-operation-bar[data-v-310da2de]{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;position:relative}.fc-fast-table .fc-fast-table-operation-bar[data-v-310da2de] .el-button--default{padding-left:10px;padding-right:10px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-310da2de]{display:flex}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-310da2de]>:not(:first-child){margin-left:5px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter .fc-stored-btn-wrapper[data-v-310da2de],.fc-fast-table .fc-fast-table-operation-bar .fc-fast-table-operation-more[data-v-310da2de]{margin-left:10px}.fc-fast-table[data-v-310da2de] .el-table__cell{padding:0}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell{padding:0 10px}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component{width:100%}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__inner{padding:0 4px}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__decrease,.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__increase{width:15px}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__prefix{display:none}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component input{text-align:left}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item,.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card{width:auto;height:100%;aspect-ratio:1/1;line-height:100%;margin:0}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item .el-icon-plus,.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card .el-icon-plus{font-size:18px;width:18px;height:18px;margin-top:calc(50% - 9px)}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item{margin:0;line-height:1}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item>*{display:inline}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .fc-table-inline-edit-component.fc-valid-error{border:1px dashed #F56C6C}.fc-fast-table[data-v-310da2de] td.fc-table-column>.cell .el-upload-list__item{transition:none!important}.fc-fast-table .fc-pagination-wrapper[data-v-310da2de]{display:flex;margin-top:3px;justify-content:space-between}.fc-fast-table .fc-pagination-wrapper .fc-footer-wrapper[data-v-310da2de]{display:flex;align-items:center}.fc-fast-table .fc-pagination-wrapper .fc-footer-wrapper .fc-check-tip[data-v-310da2de]{display:flex;margin-right:10px}.fc-table-column-head-cell[data-v-f65c5a37]{display:flex;align-items:center;justify-content:center;white-space:nowrap;height:38px;line-height:38px;margin:0 10px}.fc-table-column-head-cell.filter[data-v-f65c5a37]{cursor:pointer}.sort-icon[data-v-f65c5a37]{color:#409eff}.img-list[data-v-c680920f]{display:flex;flex-wrap:wrap;padding:3px 0}img[data-v-c680920f]{object-fit:cover}.fc-fast-upload-file[data-v-046d9cc0]{display:flex;flex-direction:column;justify-content:center}.fc-dynamic-dialog .el-dialog__body{padding:15px}
|