/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

#app {
  font-family: Source Han Sans SC, Avenir, Helvetica, Arial, sans-serif;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}

/* 单行组合写法溢出隐藏 */
.myhide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/styles/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 14px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.7);
}

.el-dialog {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.el-table {
  border-collapse: collapse;
}

.el-table th.is-leaf {
  background-color: #fbfbfb;
  color: #000;
}

.el-table td,
.el-table--enable-row-hover .el-table__body tr > td,
.el-table--enable-row-hover .el-table__body tr:hover > td,
.el-table--striped .el-table__body tr.el-table__row--striped td {
  text-align: center;
  padding: 3px;
}

.el-table th.is-leaf {
  text-align: center;
}

.el-table--enable-row-hover .el-table__body tr:hover td {
  background: none !important;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #F4F4F4;
}

.el-table--small td,
.el-table--small th {
  padding: 0 !important;
}

.el-select-dropdown__wrap {
  max-height: 450px !important;
}

.el-cascader-menu__wrap {
  height: auto !important;
  max-height: 450px !important;
}

.el-table {
  border: 1px solid #dfe6ec !important;
  border-right: 0 !important;
}

.el-table th.is-leaf,
.el-table td {
  border-right: 1px solid #dfe6ec !important;
}

.monthlyLeft .el-tabs__nav-scroll {
  padding-top: 5px;
}

.el-table__body-wrapper {
  overflow: auto;
}

.el-dialog__body {
  overflow: auto;
}

.app-container {
  padding: 30px;
  background-color: #f5f9f8 !important;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
  line-height: 1;
}

.filter-select-item > div {
  width: 160px;
  margin-right: 10px;
}

.box-margin-right {
  margin-right: 10px;
}

.filter-container > div {
  margin-right: 10px;
}

.board-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

/*隐藏文字*/
.el-menu--collapse .el-submenu__title span {
  display: none;
}

/*隐藏 > */
.el-menu--collapse .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

.create-isLoading .el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
  display: none;
}

.flex {
  display: flex;
  align-items: center;
}

.but {
  float: right;
}
