@charset "utf-8";
/**
 * Created by henian.xu on 2019/7/11.
 *
 */

.el-popover {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
