html,body,#app{
    height: 100%;
}
.el-select,
.el-input.el-date-editor,
.el-autocomplete {
    width: 100% !important;
}
.el-input.is-disabled .el-input__inner,.el-textarea.is-disabled .el-textarea__inner{
    background-color:#fbfbfb!important;
    color: #666!important;
}
.page{
    padding: 10px;
}
.el-pagination {
    text-align: right;
    margin: 10px 10px 0 0;
}
.search_btn_box {
    text-align: right;
    margin-bottom: 10px;
}
.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}
.el-input--mini{
    height: 28px;
}

/* 返回导航栏 */
.my_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
}

/* 有滚动条时，加载loading，页面抖动。 */
.el-loading-parent--relative.el-loading-parent--hidden {
    overflow: auto!important;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.range_box {
    display: flex;
}
.range_box>*{
    flex: 1;
}
.range_box .small{
    flex: 1;
}
.range_box .middle{
    flex: 2;
}
.range_box .large{
    flex: 3;
}
.el-card{
    overflow: initial!important;
}
.link{
    color: #4aa3e9;
    cursor: pointer;
}
.link:hover,.link:active{
    text-decoration: underline;
}
.table_auto_btn{
    float: left;
    margin-right: 5px!important;
    margin-left: 0!important;
    padding: 4px 0!important;
}
@media print{
    html, body {
        min-width: auto;
    }
    @page {
        size: auto;
    }
    .no_print, .el-dialog__header{
        display: none
    }
}
