Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
src/styles/element-ui.scss
@@ -286,11 +286,10 @@
//     position: relative;
//     right: 70px;
// }
.securityGuard .el-button.el-button--text.el-button--small:nth-child(1) {
    position: relative;
    right: 70px;
}
// .securityGuard .el-button.el-button--text.el-button--small:nth-child(1) {
//   position: relative;
//   right: 70px;
// }
.avue-empty__desc {
    color: #fff !important;
}
@@ -323,10 +322,38 @@
}
// 表格搜索按钮样式覆盖
@import "./tableSearchBut.scss";
// @import "./tableSearchBut.scss";
//用户手册
.userSManual .el-card.basic-container__card.is-always-shadow,
.userSManual .el-card__body {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}
// 整体缩放
// body {
//     zoom: 0.997;
//     // font-size: xx-small;
// }
@import "./smallSize.scss";
//表格操作栏
.el-tooltip__popper.is-light.caozuolanpopper {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #409eff;
    &[x-placement^=bottom] .popper__arrow {
        border-bottom-color: #409eff !important;
    }
    &[x-placement^=top] .popper__arrow {
        border-top-color: #409eff !important;
    }
    .el-button.el-button--text.el-button--small {
        padding-left: 10px;
        padding-right: 10px;
        &:hover {
            background-color: #409eff;
            color: #fff;
        }
    }
}