// 点击报错,暂时隐藏
/deep/ .BMap_stdMpGeolocation {
display: none !important;
}
// 表格居中
::v-deep .el-table__cell,.has-gutter th .cell{
text-align: center;
}
去除element-ui中table 的hover效果
.el-table--enable-row-hover .el-table__body tr:hover > td { background-color: rgba(0, 0, 0, 0) !important; }