element-assits 0.0.82 → 0.0.83
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/style.css +1 -1
- package/lib/style.scss +160 -167
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ea-select{display:inline-block;position:relative}.ea-select .el-select{width:100%}.ea-select .async-loading.el-icon-loading{position:absolute;top:10px;right:28px;color:#999}.ea-select .is-collapse-tags .el-select__tags>span>.el-tag:first-child{min-width:36px;max-width:calc(100% - 80px)}.ea-select-popover .el-select-dropdown__item{display:flex;justify-content:space-between}.ea-select-popover .el-select-dropdown__item .select-item-value{overflow:hidden;text-overflow:ellipsis}.ea-select-popover .el-select-dropdown__item .select-item-desc{overflow:hidden;text-overflow:ellipsis;color:#8492a6;margin-left:8px}.ea-select-popover .tools{padding:0 20px;margin-bottom:-5px}.ea-form .el-form-item__content>.el-input-number,.ea-form .el-form-item__content>.el-input,.ea-form .el-form-item__content>.ea-select,.ea-form .el-form-item__content>.el-date-editor,.ea-form .el-form-item__content>.el-select{width:100%}.ea-form .el-form-item.hidden-label>.el-form-item__label{display:none}.ea-form .el-form-item.hidden-label>.el-form-item__content{width:100%}.ea-form .form-group-title{position:relative;height:32px;margin-bottom:22px}.ea-form .form-group-title>span{position:absolute;top:0;left:20%;padding:5px 25px;background-color:#fff;z-index:1;color:#909399}.ea-form .form-group-title:after{content:"";position:absolute;top:50%;left:0;width:100%;height:0;border-bottom:1px dashed #DCDFE6}.ea-select-container{display:flex;justify-content:flex-start;font-size:12px}.ea-select-container.medium{font-size:14px}.ea-select-container.medium .ea-select-panel .ea-select-panel__item{line-height:28px}.ea-select-container .ea-select-panel{padding:0;margin:0;list-style:none;flex-grow:1;min-width:120px}.ea-select-container .ea-select-panel+.ea-select-panel{border-left:1px solid #DDD}.ea-select-container .ea-select-panel__item{width:100%;line-height:24px;cursor:pointer;padding:0 12px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;font-size:inherit}.ea-select-container .ea-select-panel__item:hover{background-color:#ebeef5}.ea-select-container .ea-select-panel__item.active{color:#409eff;font-weight:700}.ea-table .el-table{transition:opacity .28s}.ea-table .el-table th{background-color:#f5f7fa;color:#303133}.ea-table .el-table th .cell{min-height:30px;display:flex;justify-content:flex-start;align-items:center}.ea-table .el-table th.is-center .cell{justify-content:center}.ea-table .el-table th.is-right .cell{justify-content:flex-end}.ea-table .el-table td .cell,.ea-table .el-table th .cell{line-height:1.2}.ea-table .el-table.el-table--small td,.ea-table .el-table.el-table--small th{height:50px}.ea-table .el-table.is-dense td,.ea-table .el-table.is-dense th{height:32px;padding:2px 0}.ea-table .el-table.is-dense td .el-button,.ea-table .el-table.is-dense th .el-button{padding-top:0;padding-bottom:0}.ea-table .el-table.is-unready{opacity:0}.ea-table .el-table.is-unready .operation-column>div{height:32px;overflow:hidden}.ea-table .el-table.is-unready.is-dense .operation-column>div{height:24px}.ea-table .theader-th-cell .cell-icon-menu{position:absolute;top:50%;right:4px;transform:rotate(90deg) translate(-50%);color:#c0c4cc;cursor:pointer;padding:4px;border-radius:2px}.ea-table .theader-th-cell .cell-icon-menu:hover{color:#303133;background-color:#e4e7ed}.ea-table .ea-table__footer{display:flex;justify-content:space-between;transition:opacity .28s}.ea-table .ea-table__footer .ea-table__footer-right{margin-left:auto;padding-right:0}.ea-table .ea-table__footer>*{margin-top:12px}.ea-table .ea-table__footer.is-unready{opacity:0}.ea-table .column-transition-active{opacity:.33}.ea-table .el-button>i{min-width:12px}.ea-table .more-btn>i{transform:rotate(-90deg)}.el-popover.ea-popover-no-padding{padding:8px 0;min-width:100px}.el-popover.ea-popover-no-padding.dense{margin-top:0;margin-bottom:0;min-width:70px}.more-btn-panel__item:hover{background-color:#ebeef5}.more-btn-panel__item .el-button{padding:8px 12px;width:100%;text-align:left}.ea-zoom-in-top-enter-active,.ea-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:center top}.ea-zoom-in-top-enter,.ea-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.ea-data-table .edt-row{display:flex}.ea-data-table .edt-row .edt-cell{padding:0 8px;flex:0 0 auto;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ea-data-table .edt-row.edt-header{background-color:#f2f6fc;color:#303133}.ea-data-table--border{border:1px solid #E4E7ED}.ea-data-table--border .edt-row .edt-cell{border-bottom:1px solid #E4E7ED;border-left:1px solid #E4E7ED}.ea-data-table--border .edt-row .edt-cell:first-child{border-left:0}.ea-data-table--border .edt-row:last-child .edt-cell{border-bottom:0}.ea-data-table .loading-text{color:#909399;text-align:center;font-size:inherit}.el-dialog.ea-modal.no-margin{margin:0!important}.el-dialog.ea-modal.is-fullscreen{border-radius:0;margin:0}.el-dialog.ea-modal .el-dialog__header{color:#555;font-size:18px}.el-dialog.ea-modal .el-dialog__header .el-dialog__title{color:inherit;font-size:inherit}.ea-button-tooltip+.ea-button-tooltip{margin-left:10px}td .ea-button-tooltip+.ea-button-tooltip{margin-left:4px}td .ea-button-tooltip+.ea-button-tooltip.text{margin-left:10px}td .el-button [class*=el-icon-]+span{margin-left:2px}.el-button.ea-button.mini-rect-btn{padding:7px;border:0}.el-button.ea-button.mini-rect-btn [class^=design-]{margin-right:0}.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary{background-color:#409eff26;color:#409eff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:focus{background-color:#409eff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).success{background-color:#67c23a26;color:#67c23a}.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:focus{background-color:#67c23a}.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).info{background-color:#90939926;color:#909399}.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:focus{background-color:#909399}.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning{background-color:#e6a23c26;color:#e6a23c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:focus{background-color:#e6a23c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger{background-color:#f56c6c26;color:#f56c6c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:focus{background-color:#f56c6c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:focus i{color:#fff}.ea-split-container{display:flex}.ea-split-container.is-down{user-select:none}.ea-split-container .sc-left,.ea-split-container .sc-right{flex-grow:1;flex-shrink:1}.ea-split-container .sc-center{flex-grow:0;flex-shrink:0;position:relative}.ea-split-container .sc-bamboo{width:8px;height:100%;border:1px solid #DCDEE2;border-top:none;border-bottom:none;background-color:#f8f8f9;cursor:col-resize;user-select:none;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 16px}.ea-split-container .sc-bamboo .sc-texture{width:4px;height:1px;background:rgba(23,35,61,.25);margin-top:3px}.ea-split-container .sc-on-bamboo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;display:flex;justify-content:center;align-items:center}.ea-tree .ea-tree__main{margin-top:18px}.ea-tree .ea-tree__main .ea-tree__header{height:50px;padding-left:24px;padding-right:14px;font-size:12px;display:flex;align-items:center;justify-content:space-between;background-color:#f5f7fa}.ea-tree .ea-tree__main .ea-tree__header .ea-tree__header__text{font-weight:700}.ea-tree .ea-tree-real .el-tree-node.is-current>.el-tree-node__content{color:#409eff}.ea-tree.ea-tree--border .ea-tree__main{border:1px solid #EBEEF5}.ea-tree.ea-tree--border .ea-tree__header{border-bottom:1px solid #EBEEF5}.ea-tree.ea-tree--border .ea-tree-real{margin:10px 0}.ea-list .loading-text{color:#909399;text-align:center;font-size:inherit}.ea-desc{font-size:14px}.ea-desc__title{font-size:16px;margin-bottom:12px}.ea-desc__list{display:flex;flex-wrap:wrap}.ea-desc .item{line-height:24px;margin-bottom:10px;flex:0 0 auto}.ea-desc .item .item-label{float:left;text-align:right;padding-right:8px;color:#909399}.ea-desc .item .item-value{word-break:break-all;overflow:hidden}.ea-desc .item .item-value .value-no-wrap{height:48px;overflow:hidden;position:relative}.ea-desc .item .item-value .value-no-wrap .click-see-more{position:absolute;right:0;bottom:0;height:24px;padding-left:30px;padding-right:4px;background-image:linear-gradient(to right,transparent 0%,#fff 20%,#fff 100%);cursor:pointer;color:#409eff;user-select:none}.ea-number .el-input__inner{text-align:left}.file-upload-dialog .el-upload,.file-upload-dialog .el-upload .el-upload-dragger{width:100%}.file-upload-dialog .el-upload-list .el-upload-list__item{border:1px dashed #aaa}.file-upload-dialog .el-upload-list .el-upload-list__item .el-icon-close{display:inline-block}.file-upload-dialog .el-list-enter,.file-upload-dialog .el-list-enter-active,.file-upload-dialog .el-list-enter-to,.file-upload-dialog .el-list-leave,.file-upload-dialog .el-list-leave-active,.file-upload-dialog .el-list-leave-to{-webkit-transition:none!important;transition:none!important}.ea-switch-mini .el-switch__core{width:30px!important;height:16px}.ea-switch-mini .el-switch__core:after{width:12px;height:12px;left:2px}.ea-switch-mini.is-checked .el-switch__core:after{margin-left:-13px}.conf-header{border-bottom:1px solid #DDD;padding-bottom:10px;margin-bottom:10px}.conf-body{width:300px}.dense-much .el-form-item{margin-bottom:8px!important}.vjs-table{position:relative;overflow:hidden}.vjs-header{position:absolute;top:0;border:1px solid #E4E7ED;border-bottom:0}.vjs-body{border:1px solid #E4E7ED}.vjs-row{height:32px;line-height:32px;display:flex;justify-content:flex-start;position:relative}.vjs-row.odd{background-color:#f8f8f8}.vjs-row:not(.vjs-header):hover{background-color:#ebeef5}.vjs-row .vjs-cell{flex:0 0 auto;height:100%;font-size:14px;box-sizing:border-box;padding:0 8px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.vjs-row .vjs-cell>.el-tag{vertical-align:1px}.vjs-row .vjs-cell.vjs-cell-flex{flex-grow:1}.vjs-row .vjs-cell.error{border:1px solid red}.vjs-row .vjs-cell>.vjs-checkbox{position:absolute;top:0}.vjs-row .vjs-icon{cursor:pointer;position:absolute;height:100%;color:#ccc;display:flex;align-items:center;z-index:1}.vjs-row .vjs-icon:hover{color:#333}.vjs-row .vjs-temp{color:#909399}.vjs-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#909399;border-color:#909399}.cell-text{height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.cell-text .cell-placeholder{color:#c0c4cc}.cell-input{display:block;height:30px;line-height:30px;font-size:inherit;color:inherit;font-family:inherit;margin-left:-4.7px}.cell-input .el-input__inner{border-radius:0;font-size:inherit;color:inherit;font-family:inherit;padding-left:4px}.cell-select{cursor:pointer}.cell-select:not(.is-disabled):hover{border-width:0;border-bottom-width:1.5px;border-style:solid}.cell-select.is-disabled{cursor:default}.cell-required{width:100%;height:100%;display:flex;align-items:center}.cell-required .box{width:20px;height:20px;box-sizing:border-box;border-radius:4px;cursor:pointer;user-select:none;display:flex;justify-content:center;align-items:center;padding-top:4px;color:#ddd;background-color:#00000005}.cell-required .box:not(.is-disabled):hover{color:#999;background-color:#0000000d}.cell-required .box.is-disabled{cursor:default;color:transparent;background-color:transparent}.cell-required .box.is-required,.cell-required .box.is-required:hover{color:red;background-color:#00000014}.cell-action{width:80px}.cell-action i{cursor:pointer;font-size:16px;padding:4px;border-radius:4px}.cell-action i:hover{background-color:#0000001a}.action-popover{margin:0!important}.ea-blue{color:#409eff}.ea-purple{color:#ee46bc!important}.ea-success{color:#67c23a}.ea-danger{color:#f56c6c}.ea-info{color:#909399}.ea-placeholder{color:#c0c4cc!important}.ea-popover-no-margin{margin:0!important}@font-face{font-family:eafont;src:url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQYAAsAAAAACMAAAAPLAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDHAqFDIRVATYCJAMQCwoABCAFhE8HQBu9BxEVnLHIfibwpknuXkitybkhDKpb3+RDeb1vMhOsa34zn2ST3rpbnaQ7jZOwi3OelIhQI3mLHn0haTkDFEZf6SdAAFkA/M/ltDHxABvfAoC7xti0t5dlvehe2rbAxhiUbfFAIsy8BXYOdTBB14AA0MJNMC4yOjETxsayzmZMwiDhCeDmksa6mjJIdwNYCkIgqYW8KxnIUvAAt4C7BGCJ+XnyER5JAAeeQtontTqqEsfe4I0bVawK6CPoOBDgaA4AD4ACcOqZidSmO8pB7bATCm1ckMEHOCiBA2ptM75xs1pZNCqFJDsBrvSfRwRICj1SvSIUeAOVBxzwxiiIU7qhaAUUTF8hARgJuAwQV0iaKfUsFCCNNxhGG7SjtYaxY4lGRgbuZDNvZTJvZzHv5riIWmmOGkzUuxFVl27lVB+9q7OkJEK51XPw7m2JcOs9dwL05isn1JNXdWXmfZuUzfstB7eqWw5k6s2HlMM6wyq1Ur1793aQwXL5uHLsklZ/6NadO2U+61H1yA23UsnOr6+wtChXH3JzL0iKIqt5uRoraFeuoKtaqxwuXs18qMz+If6j7B2qsiLTw2vHNIy5EZqYFJ8wvXp6reO9qIzItHL7SvuHY/ODcgM9ijxLm3N3HC3PcEt1dU11yygPdexWfv+Wuh0fmn/+fNVmI0fPkm3aUP9WzjNlTw6OGJcrozrKqO8IucXmW0liyTebp7aTH2z22fzAhy47ZeszcZbHrIk+a4L33vHyySlyqtG1ZtO2tHrQABahETOU7ZxfsjesIuV4ZLq7Z3rkXFJQo3Ome47HpVDPqpj+GrkyMLBSrvlKKHWuDKyRv1Ja3NHQyZE+ckXTJKc/WgEA1hN0Fw03WR/pMjpOe4ySKuya+Q6+fCl7UmKSv0k6BgB4ydgfclmPMZQTHnNhbsEVoizMWZJ9PQBjcRJVdNU5MiHdgxwArWwGLok4MMqTOlSjORsgEDDaBQ4iJgKFgBlERrUBHjo4yQRZ5YughaOg9TqMVgsKwjQAbAwAeAi9jcAx2gyU3kEio54F3jg/EOi9B63s/246NiVcehQjapAbOMWZFPuIQs98opmi6D1CHPXFfnCcoS6qQOyBGfuiC4bZNONIQD0nuBc4K0aGtmePaizsOLbnsqS4mxSK0+7SoxhRA7kBpziTzo/XCHfcE80URbmiOYjfcD847g5qhSqV+FBkKtjy/GE2jXEkQJ98TuDeiizKYQZt/DCPaizYEsH2rKRSlFdRjEmVNmkNgJZ0EIsjlDDCQ9oNQkbUp1VJPSXucbcDAA==) format("woff2")}.eafont{font-family:eafont;font-style:normal;font-size:16px;color:#909399;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ea-icon-disabled:before{content:"\e630"}.ea-icon-conf:before{content:"\e600"}.ea-icon-more:before{content:"\e60e"}.eafont.ea-icon-conf.has{color:#000}.ea-data-tree-body.ea-data-tree-body__border{border:1px solid #E4E7ED}.ea-data-tree-row{display:flex;justify-content:flex-start;position:relative;padding-left:20px;box-sizing:border-box}.ea-data-tree-row.odd{background-color:#f8f8f8}.ea-data-tree-row:hover{background-color:#ebeef5}.ea-data-tree-row .ea-data-tree-cell{flex:0 0 auto;height:100%;font-size:14px;box-sizing:border-box;padding:0 8px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ea-data-tree-row .ea-data-tree-cell>.ea-data-tree-checkbox{position:absolute;top:0}.ea-data-tree-row .ea-data-tree-icon{cursor:pointer;position:absolute;height:100%;color:#ccc;display:flex;align-items:center;z-index:1}.ea-data-tree-row .ea-data-tree-icon:hover{color:#333}.ea-data-tree-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#909399;border-color:#909399}.ea-data-tree-empty{display:flex;justify-content:center;align-items:center;color:#909399}.ea-table-modal{overflow:visible;right:unset;right:initial;bottom:unset;bottom:initial;width:100%;height:0}.ea-table-modal .el-dialog{background:#fdfdfd;box-shadow:0 0 16px #00000026}.ea-table-modal .el-dialog .el-dialog__header{padding:12px 20px;background-color:#f2f6fc;border-bottom:1px solid #EBEEF5}.ea-table-modal .el-dialog .el-dialog__headerbtn{top:12px}.ea-table-modal .el-dialog .el-dialog__close{font-weight:700;color:#909399}.ea-table-modal .el-dialog .el-dialog__body{padding:10px 0;height:calc(100% - 70px);min-height:40px;max-height:800px;overflow:auto}.ea-table-modal .el-dialog .el-dialog__body .scm-title{font-size:12px;font-weight:700;color:#303133}.ea-table-modal .el-dialog .el-dialog__body .scm-title.medium{font-size:14px}.ea-table-modal .el-dialog .el-dialog__body .el-tree{background:transparent;font-size:12px}.ea-table-modal .el-dialog .el-dialog__body .el-tree .el-tree-node__label{font-size:12px}.ea-table-modal .el-dialog .el-dialog__body .el-tree.medium,.ea-table-modal .el-dialog .el-dialog__body .el-tree.medium .el-tree-node__label{font-size:14px}
|
|
1
|
+
.ea-select{display:inline-block;position:relative}.ea-select .el-select{width:100%}.ea-select .async-loading.el-icon-loading{position:absolute;top:10px;right:28px;color:#999}.ea-select .is-collapse-tags .el-select__tags>span>.el-tag:first-child{min-width:36px;max-width:calc(100% - 80px)}.ea-select-popover .el-select-dropdown__item{display:flex;justify-content:space-between}.ea-select-popover .el-select-dropdown__item .select-item-value{overflow:hidden;text-overflow:ellipsis}.ea-select-popover .el-select-dropdown__item .select-item-desc{overflow:hidden;text-overflow:ellipsis;color:#8492a6;margin-left:8px}.ea-select-popover .tools{padding:0 20px;margin-bottom:-5px}.ea-form .el-form-item__content>.el-input-number,.ea-form .el-form-item__content>.el-input,.ea-form .el-form-item__content>.ea-select,.ea-form .el-form-item__content>.el-date-editor,.ea-form .el-form-item__content>.el-select{width:100%}.ea-form .el-form-item.hidden-label>.el-form-item__label{display:none}.ea-form .el-form-item.hidden-label>.el-form-item__content{width:100%}.ea-form .form-group-title{position:relative;height:32px;margin-bottom:22px}.ea-form .form-group-title>span{position:absolute;top:0;left:20%;padding:5px 25px;background-color:#fff;z-index:1;color:#909399}.ea-form .form-group-title:after{content:"";position:absolute;top:50%;left:0;width:100%;height:0;border-bottom:1px dashed #DCDFE6}.ea-select-container{display:flex;justify-content:flex-start;font-size:12px}.ea-select-container.medium{font-size:14px}.ea-select-container.medium .ea-select-panel .ea-select-panel__item{line-height:28px}.ea-select-container .ea-select-panel{padding:0;margin:0;list-style:none;flex-grow:1;min-width:120px}.ea-select-container .ea-select-panel+.ea-select-panel{border-left:1px solid #DDD}.ea-select-container .ea-select-panel__item{width:100%;line-height:24px;cursor:pointer;padding:0 12px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;font-size:inherit}.ea-select-container .ea-select-panel__item:hover{background-color:#ebeef5}.ea-select-container .ea-select-panel__item.active{color:#409eff;font-weight:700}.ea-table .el-table{transition:opacity .28s}.ea-table .el-table th{background-color:#f5f7fa;color:#303133}.ea-table .el-table th .cell{min-height:30px;display:flex;justify-content:flex-start;align-items:center}.ea-table .el-table th.is-center .cell{justify-content:center}.ea-table .el-table th.is-right .cell{justify-content:flex-end}.ea-table .el-table td .cell,.ea-table .el-table th .cell{line-height:1.2}.ea-table .el-table.el-table--small td,.ea-table .el-table.el-table--small th{height:50px}.ea-table .el-table.is-dense td,.ea-table .el-table.is-dense th{height:32px;padding:2px 0}.ea-table .el-table.is-dense td .el-button,.ea-table .el-table.is-dense th .el-button{padding-top:0;padding-bottom:0}.ea-table .el-table.is-unready{opacity:0}.ea-table .el-table.is-unready .operation-column>div{height:32px;overflow:hidden}.ea-table .el-table.is-unready.is-dense .operation-column>div{height:24px}.ea-table .theader-th-cell .cell-icon-menu{position:absolute;top:50%;right:4px;transform:rotate(90deg) translate(-50%);color:#c0c4cc;cursor:pointer;padding:4px;border-radius:2px}.ea-table .theader-th-cell .cell-icon-menu:hover{color:#303133;background-color:#e4e7ed}.ea-table .ea-table__footer{display:flex;justify-content:space-between;transition:opacity .28s}.ea-table .ea-table__footer .ea-table__footer-right{margin-left:auto;padding-right:0}.ea-table .ea-table__footer>*{margin-top:12px}.ea-table .ea-table__footer.is-unready{opacity:0}.ea-table .column-transition-active{opacity:.33}.ea-table .el-button>i{min-width:12px}.ea-table .more-btn>i{transform:rotate(-90deg)}.el-popover.ea-popover-no-padding{padding:8px 0;min-width:100px}.el-popover.ea-popover-no-padding.dense{margin-top:0;margin-bottom:0;min-width:70px}.more-btn-panel__item:hover{background-color:#ebeef5}.more-btn-panel__item .el-button{padding:8px 12px;width:100%;text-align:left}.ea-zoom-in-top-enter-active,.ea-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:center top}.ea-zoom-in-top-enter,.ea-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.ea-data-table .edt-row{display:flex}.ea-data-table .edt-row .edt-cell{padding:0 8px;flex:0 0 auto;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ea-data-table .edt-row.edt-header{background-color:#f2f6fc;color:#303133}.ea-data-table--border{border:1px solid #E4E7ED}.ea-data-table--border .edt-row .edt-cell{border-bottom:1px solid #E4E7ED;border-left:1px solid #E4E7ED}.ea-data-table--border .edt-row .edt-cell:first-child{border-left:0}.ea-data-table--border .edt-row:last-child .edt-cell{border-bottom:0}.ea-data-table .loading-text{color:#909399;text-align:center;font-size:inherit}.el-dialog.ea-modal.no-margin{margin:0!important}.el-dialog.ea-modal.is-fullscreen{border-radius:0;margin:0}.el-dialog.ea-modal .el-dialog__header{color:#555;font-size:18px}.el-dialog.ea-modal .el-dialog__header .el-dialog__title{color:inherit;font-size:inherit}.ea-button-tooltip+.ea-button-tooltip{margin-left:10px}td .ea-button-tooltip+.ea-button-tooltip{margin-left:4px}td .ea-button-tooltip+.ea-button-tooltip.text{margin-left:10px}td .el-button [class*=el-icon-]+span{margin-left:2px}.el-button.ea-button.mini-rect-btn{padding:7px;border:0}.el-button.ea-button.mini-rect-btn [class^=design-]{margin-right:0}.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary{background-color:#409eff26;color:#409eff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:focus{background-color:#409eff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).primary:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).success{background-color:#67c23a26;color:#67c23a}.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:focus{background-color:#67c23a}.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).success:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).info{background-color:#90939926;color:#909399}.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:focus{background-color:#909399}.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).info:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning{background-color:#e6a23c26;color:#e6a23c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:focus{background-color:#e6a23c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).warning:focus i{color:#fff}.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger{background-color:#f56c6c26;color:#f56c6c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:hover,.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:focus{background-color:#f56c6c}.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:hover i,.el-button.ea-button.mini-rect-btn:not(.is-disabled).danger:focus i{color:#fff}.ea-split-container{display:flex}.ea-split-container.is-down{user-select:none}.ea-split-container .sc-left,.ea-split-container .sc-right{flex-grow:1;flex-shrink:1}.ea-split-container .sc-center{flex-grow:0;flex-shrink:0;position:relative}.ea-split-container .sc-bamboo{width:8px;height:100%;border:1px solid #DCDEE2;border-top:none;border-bottom:none;background-color:#f8f8f9;cursor:col-resize;user-select:none;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 16px}.ea-split-container .sc-bamboo .sc-texture{width:4px;height:1px;background:rgba(23,35,61,.25);margin-top:3px}.ea-split-container .sc-on-bamboo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;display:flex;justify-content:center;align-items:center}.ea-tree .ea-tree__main{margin-top:18px}.ea-tree .ea-tree__main .ea-tree__header{height:50px;padding-left:24px;padding-right:14px;font-size:12px;display:flex;align-items:center;justify-content:space-between;background-color:#f5f7fa}.ea-tree .ea-tree__main .ea-tree__header .ea-tree__header__text{font-weight:700}.ea-tree .ea-tree-real .el-tree-node.is-current>.el-tree-node__content{color:#409eff}.ea-tree.ea-tree--border .ea-tree__main{border:1px solid #EBEEF5}.ea-tree.ea-tree--border .ea-tree__header{border-bottom:1px solid #EBEEF5}.ea-tree.ea-tree--border .ea-tree-real{margin:10px 0}.ea-list .loading-text{color:#909399;text-align:center;font-size:inherit}.ea-desc{font-size:14px}.ea-desc__title{font-size:16px;margin-bottom:12px}.ea-desc__list{display:flex;flex-wrap:wrap}.ea-desc .item{line-height:24px;margin-bottom:10px;flex:0 0 auto}.ea-desc .item .item-label{float:left;text-align:right;padding-right:8px;color:#909399}.ea-desc .item .item-value{word-break:break-all;overflow:hidden}.ea-desc .item .item-value .value-no-wrap{height:48px;overflow:hidden;position:relative}.ea-desc .item .item-value .value-no-wrap .click-see-more{position:absolute;right:0;bottom:0;height:24px;padding-left:30px;padding-right:4px;background-image:linear-gradient(to right,transparent 0%,#fff 20%,#fff 100%);cursor:pointer;color:#409eff;user-select:none}.ea-number .el-input__inner{text-align:left}.file-upload-dialog .el-upload,.file-upload-dialog .el-upload .el-upload-dragger{width:100%}.file-upload-dialog .el-upload-list .el-upload-list__item{border:1px dashed #aaa}.file-upload-dialog .el-upload-list .el-upload-list__item .el-icon-close{display:inline-block}.file-upload-dialog .el-list-enter,.file-upload-dialog .el-list-enter-active,.file-upload-dialog .el-list-enter-to,.file-upload-dialog .el-list-leave,.file-upload-dialog .el-list-leave-active,.file-upload-dialog .el-list-leave-to{-webkit-transition:none!important;transition:none!important}.ea-switch-mini .el-switch__core{width:30px!important;height:16px}.ea-switch-mini .el-switch__core:after{width:12px;height:12px;left:2px}.ea-switch-mini.is-checked .el-switch__core:after{margin-left:-13px}.conf-header{border-bottom:1px solid #DDD;padding-bottom:10px;margin-bottom:10px}.conf-body{width:300px}.dense-much .el-form-item{margin-bottom:8px!important}.vjs-table{position:relative;overflow:hidden}.vjs-header{position:absolute;top:0;border:1px solid #E4E7ED;border-bottom:0}.vjs-body{border:1px solid #E4E7ED}.vjs-row{height:32px;line-height:32px;display:flex;justify-content:flex-start;position:relative}.vjs-row.odd{background-color:#f8f8f8}.vjs-row:not(.vjs-header):hover{background-color:#ebeef5}.vjs-row .vjs-cell{flex:0 0 auto;height:100%;font-size:14px;box-sizing:border-box;padding:0 8px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.vjs-row .vjs-cell>.el-tag{vertical-align:1px}.vjs-row .vjs-cell.vjs-cell-flex{flex-grow:1}.vjs-row .vjs-cell.error{border:1px solid red}.vjs-row .vjs-cell>.vjs-checkbox{position:absolute;top:0}.vjs-row .vjs-icon{cursor:pointer;position:absolute;height:100%;color:#ccc;display:flex;align-items:center;z-index:1}.vjs-row .vjs-icon:hover{color:#333}.vjs-row .vjs-temp{color:#909399}.vjs-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#909399;border-color:#909399}.cell-text{height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.cell-text .cell-placeholder{color:#c0c4cc}.cell-input{display:block;height:30px;line-height:30px;font-size:inherit;color:inherit;font-family:inherit;margin-left:-4.7px}.cell-input .el-input__inner{border-radius:0;font-size:inherit;color:inherit;font-family:inherit;padding-left:4px}.cell-select{cursor:pointer}.cell-select:not(.is-disabled):hover{border-width:0;border-bottom-width:1.5px;border-style:solid}.cell-select.is-disabled{cursor:default}.cell-required{width:100%;height:100%;display:flex;align-items:center}.cell-required .box{width:20px;height:20px;box-sizing:border-box;border-radius:4px;cursor:pointer;user-select:none;display:flex;justify-content:center;align-items:center;padding-top:4px;color:#ddd;background-color:#00000005}.cell-required .box:not(.is-disabled):hover{color:#999;background-color:#0000000d}.cell-required .box.is-disabled{cursor:default;color:transparent;background-color:transparent}.cell-required .box.is-required,.cell-required .box.is-required:hover{color:red;background-color:#00000014}.cell-action{width:80px}.cell-action i{cursor:pointer;font-size:16px;padding:4px;border-radius:4px}.cell-action i:hover{background-color:#0000001a}.action-popover{margin:0!important}.ea-blue{color:#409eff}.ea-purple{color:#ee46bc!important}.ea-success{color:#67c23a}.ea-danger{color:#f56c6c}.ea-info{color:#909399}.ea-placeholder{color:#c0c4cc!important}.ea-popover-no-margin{margin:0!important}@font-face{font-family:eafont;src:url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQYAAsAAAAACMAAAAPLAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDHAqFDIRVATYCJAMQCwoABCAFhE8HQBu9BxEVnLHIfibwpknuXkitybkhDKpb3+RDeb1vMhOsa34zn2ST3rpbnaQ7jZOwi3OelIhQI3mLHn0haTkDFEZf6SdAAFkA/M/ltDHxABvfAoC7xti0t5dlvehe2rbAxhiUbfFAIsy8BXYOdTBB14AA0MJNMC4yOjETxsayzmZMwiDhCeDmksa6mjJIdwNYCkIgqYW8KxnIUvAAt4C7BGCJ+XnyER5JAAeeQtontTqqEsfe4I0bVawK6CPoOBDgaA4AD4ACcOqZidSmO8pB7bATCm1ckMEHOCiBA2ptM75xs1pZNCqFJDsBrvSfRwRICj1SvSIUeAOVBxzwxiiIU7qhaAUUTF8hARgJuAwQV0iaKfUsFCCNNxhGG7SjtYaxY4lGRgbuZDNvZTJvZzHv5riIWmmOGkzUuxFVl27lVB+9q7OkJEK51XPw7m2JcOs9dwL05isn1JNXdWXmfZuUzfstB7eqWw5k6s2HlMM6wyq1Ur1793aQwXL5uHLsklZ/6NadO2U+61H1yA23UsnOr6+wtChXH3JzL0iKIqt5uRoraFeuoKtaqxwuXs18qMz+If6j7B2qsiLTw2vHNIy5EZqYFJ8wvXp6reO9qIzItHL7SvuHY/ODcgM9ijxLm3N3HC3PcEt1dU11yygPdexWfv+Wuh0fmn/+fNVmI0fPkm3aUP9WzjNlTw6OGJcrozrKqO8IucXmW0liyTebp7aTH2z22fzAhy47ZeszcZbHrIk+a4L33vHyySlyqtG1ZtO2tHrQABahETOU7ZxfsjesIuV4ZLq7Z3rkXFJQo3Ome47HpVDPqpj+GrkyMLBSrvlKKHWuDKyRv1Ja3NHQyZE+ckXTJKc/WgEA1hN0Fw03WR/pMjpOe4ySKuya+Q6+fCl7UmKSv0k6BgB4ydgfclmPMZQTHnNhbsEVoizMWZJ9PQBjcRJVdNU5MiHdgxwArWwGLok4MMqTOlSjORsgEDDaBQ4iJgKFgBlERrUBHjo4yQRZ5YughaOg9TqMVgsKwjQAbAwAeAi9jcAx2gyU3kEio54F3jg/EOi9B63s/246NiVcehQjapAbOMWZFPuIQs98opmi6D1CHPXFfnCcoS6qQOyBGfuiC4bZNONIQD0nuBc4K0aGtmePaizsOLbnsqS4mxSK0+7SoxhRA7kBpziTzo/XCHfcE80URbmiOYjfcD847g5qhSqV+FBkKtjy/GE2jXEkQJ98TuDeiizKYQZt/DCPaizYEsH2rKRSlFdRjEmVNmkNgJZ0EIsjlDDCQ9oNQkbUp1VJPSXucbcDAA==) format("woff2")}.eafont{font-family:eafont;font-style:normal;font-size:16px;color:#909399;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ea-icon-disabled:before{content:"\e630"}.ea-icon-conf:before{content:"\e600"}.ea-icon-more:before{content:"\e60e"}.eafont.ea-icon-conf.has{color:#000}.ea-data-tree-body.ea-data-tree-body__border{border:1px solid #E4E7ED}.ea-data-tree-row{display:flex;justify-content:flex-start;position:relative;padding-left:20px;box-sizing:border-box}.ea-data-tree-row.odd{background-color:#f8f8f8}.ea-data-tree-row:hover{background-color:#ebeef5}.ea-data-tree-row .ea-data-tree-cell{flex:0 0 auto;height:100%;font-size:14px;box-sizing:border-box;padding:0 8px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ea-data-tree-row .ea-data-tree-cell>.ea-data-tree-checkbox{position:absolute;top:0}.ea-data-tree-row .ea-data-tree-icon{cursor:pointer;position:absolute;height:100%;color:#ccc;display:flex;align-items:center;z-index:1}.ea-data-tree-row .ea-data-tree-icon:hover{color:#333}.ea-data-tree-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#909399;border-color:#909399}.ea-data-tree-empty{display:flex;justify-content:center;align-items:center;color:#909399}.ea-table-modal .el-dialog{background:#fdfdfd;box-shadow:0 0 16px #00000026}.ea-table-modal .el-dialog .el-dialog__header{padding:12px 20px;background-color:#f2f6fc;border-bottom:1px solid #EBEEF5}.ea-table-modal .el-dialog .el-dialog__headerbtn{top:12px}.ea-table-modal .el-dialog .el-dialog__close{font-weight:700;color:#909399}.ea-table-modal .el-dialog .el-dialog__body{padding:10px 0;height:calc(100% - 70px);min-height:40px;max-height:800px;overflow:auto}.ea-table-modal .el-dialog .el-dialog__body .scm-title{font-size:12px;font-weight:700;color:#303133}.ea-table-modal .el-dialog .el-dialog__body .scm-title.medium{font-size:14px}.ea-table-modal .el-dialog .el-dialog__body .el-tree{background:transparent;font-size:12px}.ea-table-modal .el-dialog .el-dialog__body .el-tree .el-tree-node__label{font-size:12px}.ea-table-modal .el-dialog .el-dialog__body .el-tree.medium,.ea-table-modal .el-dialog .el-dialog__body .el-tree.medium .el-tree-node__label{font-size:14px}
|
package/lib/style.scss
CHANGED
|
@@ -146,44 +146,6 @@ $--background-color-base: #F5F7FA !default;
|
|
|
146
146
|
transform: scaleY(0);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.ea-select {
|
|
150
|
-
display: inline-block;
|
|
151
|
-
position: relative;
|
|
152
|
-
.el-select {
|
|
153
|
-
width: 100%;
|
|
154
|
-
}
|
|
155
|
-
.async-loading.el-icon-loading {
|
|
156
|
-
position: absolute;
|
|
157
|
-
top: 10px;
|
|
158
|
-
right: 28px;
|
|
159
|
-
color: #999;
|
|
160
|
-
}
|
|
161
|
-
.is-collapse-tags .el-select__tags > span > .el-tag:first-child {
|
|
162
|
-
min-width: 36px;
|
|
163
|
-
max-width: calc(100% - 80px);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
.ea-select-popover {
|
|
167
|
-
.el-select-dropdown__item {
|
|
168
|
-
display: flex;
|
|
169
|
-
justify-content: space-between;
|
|
170
|
-
.select-item-value {
|
|
171
|
-
overflow: hidden;
|
|
172
|
-
text-overflow: ellipsis;
|
|
173
|
-
}
|
|
174
|
-
.select-item-desc {
|
|
175
|
-
overflow: hidden;
|
|
176
|
-
text-overflow: ellipsis;
|
|
177
|
-
color: #8492a6;
|
|
178
|
-
margin-left: 8px;
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
.tools {
|
|
182
|
-
padding: 0 20px;
|
|
183
|
-
margin-bottom: -5px;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
149
|
.ea-data-table {
|
|
188
150
|
.edt-row {
|
|
189
151
|
display: flex;
|
|
@@ -223,22 +185,42 @@ $--background-color-base: #F5F7FA !default;
|
|
|
223
185
|
}
|
|
224
186
|
}
|
|
225
187
|
|
|
226
|
-
.
|
|
227
|
-
|
|
228
|
-
|
|
188
|
+
.ea-select {
|
|
189
|
+
display: inline-block;
|
|
190
|
+
position: relative;
|
|
191
|
+
.el-select {
|
|
192
|
+
width: 100%;
|
|
229
193
|
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
194
|
+
.async-loading.el-icon-loading {
|
|
195
|
+
position: absolute;
|
|
196
|
+
top: 10px;
|
|
197
|
+
right: 28px;
|
|
198
|
+
color: #999;
|
|
233
199
|
}
|
|
234
|
-
.el-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
200
|
+
.is-collapse-tags .el-select__tags > span > .el-tag:first-child {
|
|
201
|
+
min-width: 36px;
|
|
202
|
+
max-width: calc(100% - 80px);
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
.ea-select-popover {
|
|
206
|
+
.el-select-dropdown__item {
|
|
207
|
+
display: flex;
|
|
208
|
+
justify-content: space-between;
|
|
209
|
+
.select-item-value {
|
|
210
|
+
overflow: hidden;
|
|
211
|
+
text-overflow: ellipsis;
|
|
212
|
+
}
|
|
213
|
+
.select-item-desc {
|
|
214
|
+
overflow: hidden;
|
|
215
|
+
text-overflow: ellipsis;
|
|
216
|
+
color: #8492a6;
|
|
217
|
+
margin-left: 8px;
|
|
240
218
|
}
|
|
241
219
|
}
|
|
220
|
+
.tools {
|
|
221
|
+
padding: 0 20px;
|
|
222
|
+
margin-bottom: -5px;
|
|
223
|
+
}
|
|
242
224
|
}
|
|
243
225
|
|
|
244
226
|
.ea-button-tooltip + .ea-button-tooltip {
|
|
@@ -306,6 +288,36 @@ td {
|
|
|
306
288
|
}
|
|
307
289
|
}
|
|
308
290
|
|
|
291
|
+
.el-dialog.ea-modal {
|
|
292
|
+
&.no-margin {
|
|
293
|
+
margin: 0 !important;
|
|
294
|
+
}
|
|
295
|
+
&.is-fullscreen {
|
|
296
|
+
border-radius: 0;
|
|
297
|
+
margin: 0;
|
|
298
|
+
}
|
|
299
|
+
.el-dialog__header {
|
|
300
|
+
color: #555;
|
|
301
|
+
font-size: 18px;
|
|
302
|
+
.el-dialog__title {
|
|
303
|
+
color: inherit;
|
|
304
|
+
font-size: inherit;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.ea-number .el-input__inner {
|
|
310
|
+
text-align: left;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.ea-list {
|
|
314
|
+
.loading-text {
|
|
315
|
+
color: $--color-secondary-text;
|
|
316
|
+
text-align: center;
|
|
317
|
+
font-size: inherit;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
|
|
309
321
|
.ea-split-container {
|
|
310
322
|
display: flex;
|
|
311
323
|
&.is-down {
|
|
@@ -392,18 +404,6 @@ td {
|
|
|
392
404
|
}
|
|
393
405
|
}
|
|
394
406
|
|
|
395
|
-
.ea-number .el-input__inner {
|
|
396
|
-
text-align: left;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.ea-list {
|
|
400
|
-
.loading-text {
|
|
401
|
-
color: $--color-secondary-text;
|
|
402
|
-
text-align: center;
|
|
403
|
-
font-size: inherit;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
|
|
407
407
|
.ea-desc {
|
|
408
408
|
font-size: 14px;
|
|
409
409
|
&__title {
|
|
@@ -448,89 +448,6 @@ td {
|
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
.file-upload-dialog {
|
|
452
|
-
// 拖拽区域铺满
|
|
453
|
-
.el-upload,
|
|
454
|
-
.el-upload .el-upload-dragger {
|
|
455
|
-
width: 100%;
|
|
456
|
-
}
|
|
457
|
-
// 文件列表项边框
|
|
458
|
-
.el-upload-list {
|
|
459
|
-
.el-upload-list__item {
|
|
460
|
-
border: 1px dashed #aaa;
|
|
461
|
-
.el-icon-close {
|
|
462
|
-
display: inline-block;
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
// 清除文件列表变动过渡动画
|
|
467
|
-
.el-list-enter,
|
|
468
|
-
.el-list-enter-active,
|
|
469
|
-
.el-list-enter-to,
|
|
470
|
-
.el-list-leave,
|
|
471
|
-
.el-list-leave-active,
|
|
472
|
-
.el-list-leave-to {
|
|
473
|
-
-webkit-transition: none !important;
|
|
474
|
-
transition: none !important;
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.ea-data-tree-body {
|
|
479
|
-
&.ea-data-tree-body__border {
|
|
480
|
-
border: 1px solid $--color-border-light;
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.ea-data-tree-row {
|
|
485
|
-
display: flex;
|
|
486
|
-
justify-content: flex-start;
|
|
487
|
-
position: relative;
|
|
488
|
-
padding-left: 20px;
|
|
489
|
-
box-sizing: border-box;
|
|
490
|
-
&.odd { background-color: #F8F8F8; }
|
|
491
|
-
&:hover { background-color: #EBEEF5; }
|
|
492
|
-
.ea-data-tree-cell {
|
|
493
|
-
flex: 0 0 auto;
|
|
494
|
-
height: 100%;
|
|
495
|
-
font-size: 14px;
|
|
496
|
-
box-sizing: border-box;
|
|
497
|
-
padding: 0 8px;
|
|
498
|
-
position: relative;
|
|
499
|
-
overflow: hidden;
|
|
500
|
-
text-overflow: ellipsis;
|
|
501
|
-
white-space: nowrap;
|
|
502
|
-
word-break: break-all;
|
|
503
|
-
& > .ea-data-tree-checkbox {
|
|
504
|
-
position: absolute;
|
|
505
|
-
top: 0;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
.ea-data-tree-icon {
|
|
509
|
-
cursor: pointer;
|
|
510
|
-
position: absolute;
|
|
511
|
-
height: 100%;
|
|
512
|
-
color: #CCC;
|
|
513
|
-
display: flex;
|
|
514
|
-
align-items: center;
|
|
515
|
-
z-index: 1;
|
|
516
|
-
&:hover {
|
|
517
|
-
color: #333;
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.ea-data-tree-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
523
|
-
background-color: $--color-secondary-text;
|
|
524
|
-
border-color: $--color-secondary-text;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.ea-data-tree-empty {
|
|
528
|
-
display: flex;
|
|
529
|
-
justify-content: center;
|
|
530
|
-
align-items: center;
|
|
531
|
-
color: $--color-secondary-text;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
451
|
.vjs-table {
|
|
535
452
|
position: relative;
|
|
536
453
|
overflow: hidden;
|
|
@@ -730,14 +647,90 @@ td {
|
|
|
730
647
|
.ea-icon-more:before { content: "\e60e" }
|
|
731
648
|
.eafont.ea-icon-conf.has { color: #000 }
|
|
732
649
|
|
|
650
|
+
.file-upload-dialog {
|
|
651
|
+
// 拖拽区域铺满
|
|
652
|
+
.el-upload,
|
|
653
|
+
.el-upload .el-upload-dragger {
|
|
654
|
+
width: 100%;
|
|
655
|
+
}
|
|
656
|
+
// 文件列表项边框
|
|
657
|
+
.el-upload-list {
|
|
658
|
+
.el-upload-list__item {
|
|
659
|
+
border: 1px dashed #aaa;
|
|
660
|
+
.el-icon-close {
|
|
661
|
+
display: inline-block;
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
// 清除文件列表变动过渡动画
|
|
666
|
+
.el-list-enter,
|
|
667
|
+
.el-list-enter-active,
|
|
668
|
+
.el-list-enter-to,
|
|
669
|
+
.el-list-leave,
|
|
670
|
+
.el-list-leave-active,
|
|
671
|
+
.el-list-leave-to {
|
|
672
|
+
-webkit-transition: none !important;
|
|
673
|
+
transition: none !important;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.ea-data-tree-body {
|
|
678
|
+
&.ea-data-tree-body__border {
|
|
679
|
+
border: 1px solid $--color-border-light;
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.ea-data-tree-row {
|
|
684
|
+
display: flex;
|
|
685
|
+
justify-content: flex-start;
|
|
686
|
+
position: relative;
|
|
687
|
+
padding-left: 20px;
|
|
688
|
+
box-sizing: border-box;
|
|
689
|
+
&.odd { background-color: #F8F8F8; }
|
|
690
|
+
&:hover { background-color: #EBEEF5; }
|
|
691
|
+
.ea-data-tree-cell {
|
|
692
|
+
flex: 0 0 auto;
|
|
693
|
+
height: 100%;
|
|
694
|
+
font-size: 14px;
|
|
695
|
+
box-sizing: border-box;
|
|
696
|
+
padding: 0 8px;
|
|
697
|
+
position: relative;
|
|
698
|
+
overflow: hidden;
|
|
699
|
+
text-overflow: ellipsis;
|
|
700
|
+
white-space: nowrap;
|
|
701
|
+
word-break: break-all;
|
|
702
|
+
& > .ea-data-tree-checkbox {
|
|
703
|
+
position: absolute;
|
|
704
|
+
top: 0;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
.ea-data-tree-icon {
|
|
708
|
+
cursor: pointer;
|
|
709
|
+
position: absolute;
|
|
710
|
+
height: 100%;
|
|
711
|
+
color: #CCC;
|
|
712
|
+
display: flex;
|
|
713
|
+
align-items: center;
|
|
714
|
+
z-index: 1;
|
|
715
|
+
&:hover {
|
|
716
|
+
color: #333;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.ea-data-tree-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
722
|
+
background-color: $--color-secondary-text;
|
|
723
|
+
border-color: $--color-secondary-text;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.ea-data-tree-empty {
|
|
727
|
+
display: flex;
|
|
728
|
+
justify-content: center;
|
|
729
|
+
align-items: center;
|
|
730
|
+
color: $--color-secondary-text;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
733
|
.ea-table-modal {
|
|
734
|
-
overflow: visible;
|
|
735
|
-
right: unset;
|
|
736
|
-
right: initial;
|
|
737
|
-
bottom: unset;
|
|
738
|
-
bottom: initial;
|
|
739
|
-
width: 100%;
|
|
740
|
-
height: 0;
|
|
741
734
|
.el-dialog {
|
|
742
735
|
background: #fdfdfd;
|
|
743
736
|
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
|
|
@@ -860,6 +853,21 @@ td {
|
|
|
860
853
|
}
|
|
861
854
|
}
|
|
862
855
|
|
|
856
|
+
.ea-switch-mini {
|
|
857
|
+
.el-switch__core {
|
|
858
|
+
width: 30px !important;
|
|
859
|
+
height: 16px;
|
|
860
|
+
&::after {
|
|
861
|
+
width: 12px;
|
|
862
|
+
height: 12px;
|
|
863
|
+
left: 2px;
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
&.is-checked .el-switch__core::after {
|
|
867
|
+
margin-left: -13px;
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
|
|
863
871
|
.ea-form .el-form-item__content {
|
|
864
872
|
& > .el-input-number,
|
|
865
873
|
& > .el-input,
|
|
@@ -877,18 +885,3 @@ td {
|
|
|
877
885
|
width: 100%;
|
|
878
886
|
}
|
|
879
887
|
}
|
|
880
|
-
|
|
881
|
-
.ea-switch-mini {
|
|
882
|
-
.el-switch__core {
|
|
883
|
-
width: 30px !important;
|
|
884
|
-
height: 16px;
|
|
885
|
-
&::after {
|
|
886
|
-
width: 12px;
|
|
887
|
-
height: 12px;
|
|
888
|
-
left: 2px;
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
&.is-checked .el-switch__core::after {
|
|
892
|
-
margin-left: -13px;
|
|
893
|
-
}
|
|
894
|
-
}
|