/* 全局 */
#app, body, html {width: 100%;height: 100%;background-color: #f6f8f9;font-size: 12px;}
a {color: #333;text-decoration: none;}
a:hover, a:focus {color: #000;text-decoration: none;}
a:link {text-decoration: none;}
a:-webkit-any-link {text-decoration: none;}
a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: border-box;outline:none !important; -webkit-appearance: none;}
* {margin: 0;padding: 0;box-sizing: border-box;outline: none;}
@font-face {
font-family: "calculator-all";
src: url("@/assets/fonts/UnidreamLED.eot");
src: url("@/assets/fonts/UnidreamLED.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/UnidreamLED.woff") format("woff");
}
/* 大布局样式 */
.aminui {display: flex;flex-flow: column;}
.aminui-wrapper {display: flex;flex:1;overflow: auto;}
/* 全局滚动条样式 */
.scrollable {-webkit-overflow-scrolling: touch;}
::-webkit-scrollbar:hover {width: 5px;height: 5px;}
::-webkit-scrollbar-thumb {background-color: rgba(50, 50, 50, 0.3);}
::-webkit-scrollbar-thumb:hover {background-color: rgba(50, 50, 50, 0.6);}//滑块
::-webkit-scrollbar-track {background-color: rgba(50, 50, 50, 0.1);}//轨道
::-webkit-scrollbar-track:hover {background-color: rgba(50, 50, 50, 0.2);}
/* 头部 */
.aminui-header {height: 58px;background: var(--el-color-primary);color: #fff;display: flex;justify-content:space-between;}
.aminui-header-left {display: flex;align-items: center;}
.aminui-header-right {display: flex;align-items: center;}
.aminui-header .logo-bar {height: 100%;;font-size: 20px;font-weight: bold;display: flex;align-items: center;}
.aminui-header .logo-bar .logo {width: 35px;height: 35px;margin-right: 10px;}
.aminui-header .nav-menu-icon {cursor: pointer;width: 65px;height: 100%;margin-right: 10px;display: flex;justify-content: center;align-items: center;}
.nav-menu-popover .nav {display: flex;flex-wrap: wrap;width: 100%;height: 100%;color: var(--el-text-color-primary);}
.nav-menu-popover .nav .el-col {padding:4px;border-radius: var(--el-border-radius-base);font-size: 12px;height: 80px;display: flex;flex-direction: column;justify-content: space-evenly;align-items: center;cursor: pointer;}
.nav-menu-popover .nav .el-col:hover {background-color: var(--el-color-primary-light-9);}
.nav-menu-popover .nav .el-col div {white-space: nowrap;}
.nav-menu-popover .nav .el-col.active {background: var(--el-color-primary);color: #fff;}
.aminui-header .user-bar .panel-item:hover {background: rgba(255, 255, 255, 0.1);}
.aminui-header .user-bar .user label {color: #fff;}
/* 左侧菜单 */
.aminui-side {display: flex;flex-flow: column;flex-shrink:0;width:210px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;transition:width 0.3s;}
.aminui-side-top {border-bottom: 1px solid #ebeef5;height:50px;line-height: 50px;}
.aminui-side-top h2 {height: 100%;padding:0 20px;font-size: 17px;color: #3c4a54;}
.aminui-side-scroll {overflow: auto;overflow-x:hidden;flex: 1;}
.el-menu, .side-menu-popper .el-menu .el-menu-item {--el-menu-active-color: var(--el-fill-color-blank);--el-menu-hover-bg-color: var(--el-menu-bg-color);--el-menu-item-hover-fill: var(--el-menu-bg-color);}
.el-menu .el-menu-item.is-active, .el-menu .el-menu-item.is-active:hover, .el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title {background: var(--el-color-primary);--el-menu-active-color: var(--el-color-white);}
.aminui-side-bottom {border-top: 1px solid #ebeef5;height:51px;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.aminui-side-bottom i {font-size: 16px;}
.aminui-side-bottom:hover {color: var(--el-color-primary);}
.aminui-side.isCollapse {width: 65px;}
/* 右侧内容 */
.aminui-body.el-container {flex-flow: column;}
.right-panel-search {display: flex;align-items: center;}
.right-panel-search > * + * {margin-left:10px;}
.aminui-tags {height:35px;background: #fff;border-bottom: 1px solid #e6e6e6;}
.aminui-tags ul {display: flex;overflow: hidden;}
.aminui-tags li {cursor: pointer;display: inline-block;float: left;max-width:160px;height:34px;line-height: 34px;position: relative;flex-shrink: 0;}
.aminui-tags li::after {content: " ";width:1px;height:100%;position: absolute;right:0px;background-image: linear-gradient(#fff, #e6e6e6);}
.aminui-tags li a {display: inline-block;padding:0 10px;width:100%;height:100%;color: #999;text-decoration:none;display: flex;align-items: center;}
.aminui-tags li i {margin-left:10px;border-radius: 3px;width:18px;height:18px;display: flex;align-items: center;justify-content: center;}
.aminui-tags li:hover {background: #ecf5ff;}
.aminui-tags li.active a {color: #fff;}
.aminui-tags li.sortable-ghost {opacity: 0;}
.aminui-main {overflow: auto;background-color: #efefef;flex-grow: 1;}
.overflow-ellipsis {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
// vxe-table--mini
.vxe-grid.size--mini {
.el-input, .el-input.el-date-editor, .el-date-editor.el-range-editor {height: var(--vxe-ui-input-height-mini);line-height: var(--vxe-ui-input-height-mini);font-size: inherit;
.el-input__inner, .el-range-input {height: calc(100% - 2px);line-height: calc(100% - 2px);font-size: inherit;}
.el-input__inner::placeholder {color: var(--vxe-ui-input-placeholder-color);}
}
.el-select .el-select__wrapper {min-height: var(--vxe-ui-input-height-mini);line-height: var(--vxe-ui-input-height-mini);font-size: inherit;
.el-select__input {height: calc(100% - 2px);line-height: calc(100% - 2px);font-size: inherit;}
.el-select__placeholder.is-transparent {color: var(--vxe-ui-input-placeholder-color);}
.el-icon.el-select__caret {font-size: 13px;}
}
.el-radio {height: var(--vxe-ui-button-height-mini);font-weight: 400;
.el-radio__label {font-size: var(--vxe-ui-font-size-mini);}
}
.el-tag--plain {height: var(--vxe-ui-table-row-line-height);font-size: inherit;}
.el-button {height: var(--vxe-ui-button-height-mini);font-size: inherit;font-weight: 400;}
.el-dropdown {font-size: inherit;}
.el-dropdown .el-button {display: flex;flex-direction: row-reverse;}
.el-dropdown .el-button [class*=el-icon] + span {margin-left: 0;margin-right: 4px;}
.vxe-table.size--mini {
// .vxe-table--scroll-y-virtual {width: 1px!important;}
// .vxe-table--scroll-x-virtual {height: 2px!important;}
// .vxe-table--scroll-x-wrapper {width: 100%!important;}
.vxe-table--empty-content {padding: 40px 0;}
.vxe-cell {padding: var(--vxe-ui-table-cell-padding-mini) var(--vxe-ui-table-cell-padding-default);}
.vxe-cell--html .keyword-lighten {background-color: #ff0;}
.tower-warning-column .vxe-cell--html {font-weight: 500;color: #ff4d4f;}
}
// 自定义
.vxe-table-query {background-color: #fafafa;
.query-action__item .vxe-form--item-inner {white-space: nowrap;}
.query-action__item .vxe-form--item-trigger-node {min-width: unset;margin-left: 12px;}
}
.vxe-table-top__button {padding-bottom: 1em;}
}
.vxe-table-slot--popper .el-select-dropdown__item, .vxe-table-slot--popper .el-dropdown-menu__item, .vxe-table-slot--popper .el-tree {font-size: inherit;}
.vxe-table-slot--popper .el-select-dropdown__item, .vxe-table-slot--popper .el-tree-node__content {height: 32px;line-height: 32px;}
.vxe-table-slot--top__form .el-form-item {margin-bottom: 0;padding-bottom: .6em;}
.vxe-table-slot--top__form .el-form-item__label, .vxe-table-slot--top__form .el-form-item__content {font-size: var(--el-font-size-medium);color: #000;}
.el-dialog .vxe-grid.size--mini .vxe-table-query {background-color: unset;}