vue-element-search-list 1.0.0 → 1.0.2
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/dist/style.css +1 -1
- package/dist/vue-element-search-list.es.js +958 -1137
- package/dist/vue-element-search-list.umd.js +2 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.
|
|
1
|
+
@charset "UTF-8";.clearfloat[data-v-41f93c15]:after{display:block;clear:both;content:"";visibility:hidden;height:0}.clearfloat[data-v-41f93c15]{zoom:1}.container[data-v-41f93c15]{display:flex;min-height:60px;transition-property:height;transition-duration:.3s}.condition-enter[data-v-41f93c15],.condition-leave-to[data-v-41f93c15]{opacity:0}.condition-enter-active[data-v-41f93c15]{transition-property:opacity;transition-duration:1.2s}.condition-leave-active[data-v-41f93c15]{transition-property:opacity;transition-duration:.3s}.button-area[data-v-41f93c15]{display:flex;align-items:center;height:50px}.button-area .el-button[data-v-41f93c15]{padding:10px 20px}.search-arrow[data-v-41f93c15]{width:100%;margin:0;height:24px}.search-arrow .search-arrow-more[data-v-41f93c15]{display:table;margin:0 20px;padding:0 40px 4px;color:#999;cursor:pointer;font-size:14px;line-height:30px}.arrow-normal[data-v-41f93c15]{width:14px;height:10px}.arrow-open[data-v-41f93c15]{transform:rotate(-180deg);transition:transform .3s}.arrow-close[data-v-41f93c15]{transform:rotate(0);transition:transform .3s}.search-area-left[data-v-41f93c15]{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;padding:5px 12px;background-color:#fff;border-radius:8px}.search-area-left .search-item-child[data-v-41f93c15]{width:100%;box-sizing:border-box}.list-operate[data-v-41f93c15]{margin-left:20px;margin-top:14px;margin-bottom:14px}.button-block[data-v-41f93c15]{margin-left:5px;margin-right:5px}.pageAction[data-v-41f93c15]{float:right}.pageAction[data-v-41f93c15] .el-pagination{padding:20px 5px}[data-v-41f93c15] .el-range-editor{min-width:200px}[data-v-41f93c15] .el-range-input{min-width:77px}.mobile-style[data-v-41f93c15]{display:block!important}.mobile-style .media-mobile-width[data-v-41f93c15]{width:100%!important}.mobile-style .button-area[data-v-41f93c15]{margin-left:0!important;margin-top:5px}.mobile-style .search-area[data-v-41f93c15]{min-height:235px!important}.search-area[data-v-41f93c15]{padding:7px 24px 5px!important}.mtop42[data-v-41f93c15]{margin-top:42px!important}[data-v-41f93c15] .el-date-editor.el-input{width:100%}.isNavTags-noHeader[data-v-41f93c15]{min-height:calc(100vh - 50px)}.isNavTags-Header[data-v-41f93c15]{min-height:calc(100vh - 108px)}.tables[data-v-41f93c15]{font-size:14px;color:#606266;font-weight:700}.table-and-operator[data-v-41f93c15]{background-color:#fff;margin:10px 24px;border-radius:8px;padding:12px 0}.list-group-btn[data-v-41f93c15]{float:left}[data-v-41f93c15] .table-content{overflow:hidden;padding:0 12px}[data-v-41f93c15] .table-content .el-button+.el-button{margin-left:0!important;margin-right:0}.mlpl0[data-v-41f93c15]{margin-left:-10px;margin-right:-10px;padding:0 10px}[data-v-41f93c15] .search-area .search-item-parent:last-child .el-form-item{margin-bottom:0!important}.styleChange .search-item-parent[data-v-41f93c15]:nth-child(1){width:25%!important}.styleChange .search-item-parent[data-v-41f93c15]:nth-child(2){width:75%!important}[data-v-41f93c15] .search-item-child .radio-form-item .el-form-item__content{line-height:initial}[data-v-41f93c15] .search-item-child .radio-form-item .el-radio{margin-top:11px}[data-v-41f93c15] .checkbox-form-item .checkall{position:absolute}[data-v-41f93c15] .checkbox-form-item .el-form-item__content{display:flex}[data-v-41f93c15] .checkbox-form-item .el-checkbox{margin-right:30px}[data-v-41f93c15] .checkbox-form-item .el-checkbox-group .el-checkbox:first-child{margin-left:82px}[data-v-41f93c15] .el-col-lg-10 .search-item-child{display:-webkit-box;-webkit-box-pack:justify}[data-v-41f93c15] .el-col-lg-10 .search-item-child .el-form-item{width:69%}[data-v-41f93c15] .tdStyleClass .cell,[data-v-41f93c15] .tdStyleClass .el-table__cell{padding:0!important}
|