| | |
| | | .el-dropdown-menu__item { |
| | | font-size: 12px !important; |
| | | line-height: 28px !important; |
| | | font-size: 12px !important; |
| | | line-height: 28px !important; |
| | | } |
| | | |
| | | //.el-card.is-always-shadow { |
| | | // box-shadow: none; |
| | | // border: none !important; |
| | | //} |
| | | |
| | | .el-scrollbar__view { |
| | | height: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | .el-menu--horizontal { |
| | | border-bottom: none !important; |
| | | border-bottom: none !important; |
| | | } |
| | | |
| | | .el-menu { |
| | | border-right: none !important; |
| | | border-right: none !important; |
| | | } |
| | | |
| | | .el-menu--display, |
| | | .el-menu--display + .el-submenu__icon-arrow { |
| | | display: none; |
| | | .el-menu--display+.el-submenu__icon-arrow { |
| | | display: none; |
| | | } |
| | | |
| | | .el-message__icon, |
| | | .el-message__content { |
| | | display: inline-block; |
| | | display: inline-block; |
| | | } |
| | | |
| | | .el-date-editor .el-range-input, |
| | | .el-date-editor .el-range-separator { |
| | | height: auto; |
| | | overflow: hidden; |
| | | height: auto; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .el-dialog__wrapper { |
| | | z-index: 2048; |
| | | z-index: 2048; |
| | | } |
| | | |
| | | .el-col { |
| | | margin-bottom: 8px; |
| | | margin-bottom: 8px; |
| | | } |
| | | |
| | | .el-main { |
| | | padding: 0 !important; |
| | | padding: 0 !important; |
| | | } |
| | | |
| | | .el-dropdown-menu__item--divided:before, |
| | | .el-menu, |
| | | .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, |
| | | .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, |
| | | .el-menu--horizontal > .el-submenu .el-submenu__title:hover { |
| | | background-color: transparent; |
| | | .el-menu--horizontal>.el-menu-item:not(.is-disabled):focus, |
| | | .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover, |
| | | .el-menu--horizontal>.el-submenu .el-submenu__title:hover { |
| | | background-color: transparent; |
| | | } |
| | | |
| | | .el-dropdown-menu__item--divided:before, |
| | | .el-menu, |
| | | .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, |
| | | .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, |
| | | .el-menu--horizontal > .el-submenu .el-submenu__title:hover { |
| | | background-color: transparent !important; |
| | | .el-menu--horizontal>.el-menu-item:not(.is-disabled):focus, |
| | | .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover, |
| | | .el-menu--horizontal>.el-submenu .el-submenu__title:hover { |
| | | background-color: transparent !important; |
| | | } |
| | | |
| | | .el-card__header { |
| | | padding: 6px 18px !important; |
| | | padding: 6px 18px !important; |
| | | } |
| | | |
| | | .el-card__body { |
| | | //padding: 16px !important; |
| | | //padding: 16px !important; |
| | | } |
| | | |
| | | .el-divider--horizontal { |
| | | margin: 12px 0 !important; |
| | | margin: 12px 0 !important; |
| | | } |
| | | |
| | | //表格斑马纹 |
| | | .el-table tr:nth-child(2n -1) { |
| | | // background-color: rgba($color: #000000, $alpha: 0.1) !important; |
| | | // background-color: rgba($color: #000000, $alpha: 0.1) !important; |
| | | } |
| | | |
| | | //顶部搜索栏 |
| | | .el-card.is-never-shadow.avue-crud__search { |
| | | position: absolute !important; |
| | | width: calc(100% - 220px) !important; |
| | | z-index: 500 !important; |
| | | border: none !important; |
| | | box-shadow: none !important; |
| | | height: 40px; |
| | | position: absolute !important; |
| | | width: calc(100% - 220px) !important; |
| | | z-index: 500 !important; |
| | | border: none !important; |
| | | box-shadow: none !important; |
| | | height: 40px; |
| | | } |
| | | |
| | | //取消顶部搜索栏 |
| | | .user .el-card.is-never-shadow.avue-crud__search { |
| | | position: relative !important; |
| | | width: auto !important; |
| | | z-index: 500 !important; |
| | | border: none !important; |
| | | box-shadow: none !important; |
| | | height: auto; |
| | | position: relative !important; |
| | | width: auto !important; |
| | | z-index: 500 !important; |
| | | border: none !important; |
| | | box-shadow: none !important; |
| | | height: auto; |
| | | } |
| | | |
| | | .desk .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 360px) !important; |
| | | width: calc(100% - 360px) !important; |
| | | } |
| | | |
| | | .securityGuard .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 300px) !important; |
| | | left: 120px; |
| | | width: calc(100% - 300px) !important; |
| | | left: 120px; |
| | | } |
| | | |
| | | .securityUnit .el-card.is-never-shadow.avue-crud__search { |
| | | left: 200px; |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px; |
| | | width: calc(100% - 380px) !important; |
| | | } |
| | | |
| | | .equipments .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px; |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px; |
| | | } |
| | | |
| | | .dispatch .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px; |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px; |
| | | } |
| | | |
| | | .dispatchChildoperable .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 280px) !important; |
| | | left: 90px; |
| | | width: calc(100% - 280px) !important; |
| | | left: 90px; |
| | | } |
| | | |
| | | .workreply .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px !important; |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px !important; |
| | | } |
| | | |
| | | .recruitmentManagement .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px !important; |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px !important; |
| | | } |
| | | |
| | | .hasButOne .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 300px) !important; |
| | | left: 120px !important; |
| | | width: calc(100% - 300px) !important; |
| | | left: 120px !important; |
| | | } |
| | | |
| | | .hasButTwo .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px !important; |
| | | width: calc(100% - 380px) !important; |
| | | left: 200px !important; |
| | | } |
| | | |
| | | .topmenu .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 390px) !important; |
| | | left: 220px !important; |
| | | width: calc(100% - 390px) !important; |
| | | left: 220px !important; |
| | | } |
| | | |
| | | .hasButThree .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 510px) !important; |
| | | left: 310px !important; |
| | | width: calc(100% - 510px) !important; |
| | | left: 310px !important; |
| | | } |
| | | |
| | | .morpheus-box .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 390px) !important; |
| | | left: 270px !important; |
| | | } |
| | | |
| | | .morpheus-box-exam .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 390px) !important; |
| | | left: 20px !important; |
| | | } |
| | | |
| | | .morpheus-box-paper .el-card.is-never-shadow.avue-crud__search { |
| | | width: calc(100% - 390px) !important; |
| | | left: 220px !important; |
| | | } |
| | | |
| | | .avue-form { |
| | | position: relative; |
| | | top: -10px; |
| | | position: relative; |
| | | top: -10px; |
| | | } |
| | | |
| | | //顶部按钮栏 |
| | | .avue-crud__menu { |
| | | height: 60px; |
| | | height: 60px; |
| | | } |
| | | |
| | | //顶部按钮 |
| | | .avue-crud .avue-crud__left .el-button, |
| | | .avue-crud .avue-crud__right .el-button, |
| | | .avue-form .avue-crud__left .el-button, |
| | | .avue-form .avue-crud__right .el-button { |
| | | position: relative; |
| | | top: 5px; |
| | | position: relative; |
| | | top: 5px; |
| | | } |
| | | |
| | | //左侧导航栏 |
| | | .avue-logo { |
| | | background-color: #409eff !important; |
| | | color: #fff !important; |
| | | background-color: #409eff !important; |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .avue-sidebar { |
| | | background-color: #fff !important; |
| | | background-color: #fff !important; |
| | | } |
| | | |
| | | .avue-header { |
| | | background-color: #409eff !important; |
| | | color: #fff !important; |
| | | background-color: #409eff !important; |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .avue-sidebar .el-menu-item span, |
| | | .avue-sidebar .el-submenu__title span, |
| | | .avue-sidebar .el-submenu__title i, |
| | | .avue-sidebar .el-menu-item i { |
| | | color: #000 !important; |
| | | color: #000 !important; |
| | | } |
| | | |
| | | // 菜单 活动背景 |
| | | .avue-sidebar .el-menu-item.is-active { |
| | | background-color: #409eff !important; |
| | | background-color: #409eff !important; |
| | | } |
| | | |
| | | .avue-sidebar .el-menu-item.is-active span, |
| | | .el-menu-item.is-active i { |
| | | color: #fff !important; |
| | | color: #fff !important; |
| | | } |
| | | |
| | | //top 导航 按钮 |
| | | .el-menu--horizontal > .el-menu-item.is-active, |
| | | .el-menu--horizontal>.el-menu-item.is-active, |
| | | .avue-top, |
| | | .el-dropdown { |
| | | color: #fff !important; |
| | | } |
| | | color: #fff !important; |
| | | } |