123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892 |
- .el-collapse {
- .collapse__title {
- font-weight: 600;
- padding: 0 8px;
- font-size: 1.2em;
- line-height: 1.1em;
- }
- .el-collapse-item__content {
- padding: 0 8px;
- }
- }
- .el-divider--horizontal {
- margin-bottom: 10px;
- margin-top: 10px;
- }
- .el-breadcrumb__inner,
- .el-breadcrumb__inner a {
- font-weight: 400 !important;
- }
- .el-upload {
- input[type='file'] {
- display: none !important;
- }
- }
- .el-upload__input {
- display: none;
- }
- .cell {
- .el-tag {
- margin-right: 0px;
- }
- }
- .small-padding {
- .cell {
- padding-left: 5px;
- padding-right: 5px;
- }
- }
- .fixed-width {
- .el-button--mini {
- padding: 7px 10px;
- width: 60px;
- }
- }
- .status-col {
- .cell {
- padding: 0 10px;
- text-align: center;
- .el-tag {
- margin-right: 0px;
- }
- }
- }
- /*-------------Dialog-------------**/
- .el-overlay {
- overflow: hidden;
- .el-overlay-dialog {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- .el-dialog {
- margin: 0 auto !important;
- padding: 0 !important;
- .el-dialog__title {
- color: rgba(0, 0, 0, 0.85) !important;
- font-size: 16px !important;
- font-weight: bold;
- }
- .el-dialog__body {
- padding: 24px !important;
- }
- .el-dialog__header {
- padding: 13px 24.5px;
- box-sizing: border-box;
- border-bottom: 1px solid var(--brder-color);
- margin-right: 0;
- }
- .el-dialog__footer {
- padding-top: 0 !important;
- }
- }
- }
- }
- .dialog-footer {
- padding: 5px 10px !important;
- border-top: 1px solid #E8E8E8;
- display: flex;
- justify-content: center;
- }
- .el-dialog__body {
- max-height: calc(90vh - 111px) !important;
- overflow-y: auto;
- overflow-x: hidden;
- }
- // refine element ui upload
- .upload-container {
- .el-upload {
- width: 100%;
- .el-upload-dragger {
- width: 100%;
- height: 200px;
- }
- }
- }
- // dropdown
- .el-dropdown-menu {
- a {
- display: block;
- }
- }
- // fix date-picker ui bug in filter-item
- .el-range-editor.el-input__inner {
- display: inline-flex !important;
- }
- // to fix el-date-picker css style
- .el-range-separator {
- box-sizing: content-box;
- }
- .el-menu--collapse > div > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
- display: none;
- }
- .el-dropdown .el-dropdown-link {
- color: var(--el-color-primary) !important;
- }
- /* 当 el-form 的 inline 属性为 true 时 */
- /* 设置 label 的宽度默认为 68px */
- .el-form--inline .el-form-item__label {
- width: 68px;
- }
- /* 设置 el-select 的宽度默认为 240px */
- .el-form--inline .el-select {
- width: 240px;
- }
- /* 设置 el-input 的宽度默认为 240px */
- .el-form--inline .el-input {
- width: 240px;
- }
- .el-select, .el-date-editor.el-input, .el-date-editor.el-input__wrapper, .el-input, .el-textarea {
- //width: 200px !important;
- .el-select__wrapper, .el-input__wrapper, .el-textarea__inner {
- border-radius: 2px;
- box-shadow: 0 0 0 1px #d9d9d9 inset;
- }
- }
- .el-button {
- border-radius: 2px !important;
- color: rgba(0, 0, 0, 0.65) !important;
- &:hover {
- border: 1px solid #65A3FF;
- color: #65A3FF !important;
- }
- &:active {
- color: #0067FF !important;
- border: 1px solid #0067FF;
- }
- &:disabled {
- color: rgba(90, 90, 90, 0.65) !important;
- border: 1px solid #E7E7E7;
- }
- }
- .el-button.el-button--primary {
- background-color: #2c81ff !important;
- border: 1px solid #2c81ff !important;
- color: #ffffff !important;
- &:hover {
- background-color: #65a3ff !important;
- border: 1px solid #65a3ff !important;
- color: #ffffff !important;
- }
- &:active {
- color: #ffffff !important;
- border-color: #0067ff !important;
- background-color: #0067ff !important;
- }
- &:disabled {
- color: #ffffff !important;
- background-color: #a6c6f7;
- border-color: #a6c6f7 !important;
- }
- }
- .el-button.el-button--danger {
- background-color: #FF2F3C !important;
- border: 1px solid #FF2F3C !important;
- color: #ffffff !important;
- &:hover {
- background-color: #ff7780 !important;
- border: 1px solid #ff7780 !important;
- color: #ffffff !important;
- }
- &:active {
- color: #ffffff !important;
- border-color: #ea2e3a !important;
- background-color: #ea2e3a !important;
- }
- &:disabled {
- color: #ffffff !important;
- background-color: #ec7880;
- border-color: #ec7880 !important;
- }
- }
- .el-button.el-button--success {
- background-color: #40c75f !important;
- border: 1px solid #40c75f !important;
- color: #ffffff !important;
- &:hover {
- background-color: #75e48e !important;
- border: 1px solid #75e48e !important;
- color: #ffffff !important;
- }
- &:active {
- color: #ffffff !important;
- border-color: #05b42d !important;
- background-color: #05b42d !important;
- }
- &:disabled {
- color: #ffffff !important;
- background-color: #8ad59b;
- border-color: #8ad59b !important;
- }
- }
- .el-button.el-button--warning {
- background-color: #ffaf00 !important;
- border: 1px solid #ffaf00 !important;
- color: #ffffff !important;
- &:hover {
- background-color: #ffd16c !important;
- border: 1px solid #ffd16c !important;
- color: #ffffff !important;
- }
- &:active {
- color: #ffffff !important;
- border-color: #e9a000 !important;
- background-color: #e9a000 !important;
- }
- &:disabled {
- color: #ffffff !important;
- background-color: #e6c273;
- border-color: #e6c273 !important;
- }
- }
- .el-button--warning.is-link, .el-button--warning.is-plain, .el-button--warning.is-text {
- color: #e6a23c !important;
- }
- .el-button--success.is-link.is-disabled, .el-button--success.is-link.is-disabled:active, .el-button--success.is-link.is-disabled:focus, .el-button--success.is-link.is-disabled:hover, .el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-text.is-disabled, .el-button--success.is-text.is-disabled:active, .el-button--success.is-text.is-disabled:focus, .el-button--success.is-text.is-disabled:hover {
- color: #b3e19d !important;
- }
- .el-button--success.is-link, .el-button--success.is-plain, .el-button--success.is-text {
- color: #67c23a !important;
- }
- .el-button--danger.is-link.is-disabled:active, .el-button--danger.is-link.is-disabled:focus, .el-button--danger.is-link.is-disabled:hover, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-text.is-disabled:active, .el-button--danger.is-text.is-disabled:focus, .el-button--danger.is-text.is-disabled:hover {
- color: #F90000 !important;
- }
- .el-button.is-plain {
- background-color: transparent !important;
- }
- .el-button--primary.is-link, .el-button--primary.is-plain, .el-button--primary.is-text {
- color: #2c81ff !important;
- background-color: #ffffff !important;
- }
- .el-button.el-button--primary.is-plain {
- color: #2C81FF !important;
- &:hover {
- background-color: #dce7f5 !important;
- }
- &:active {
- background-color: #cadcf6 !important;
- }
- &:disabled {
- border: 1px solid #2C81FF;
- background-color: #dbe6f5 !important;
- }
- }
- .el-button.el-button--danger.is-plain {
- color: #FF2F3C !important;
- &:hover {
- background-color: rgba(255, 47, 60, 0.1) !important;
- border: 1px solid #FF2F3C !important;
- }
- &:active {
- border: 1px solid #FF2F3C !important;
- background-color: rgba(255, 47, 60, 0.2) !important;
- }
- &:disabled {
- color: rgba(255, 47, 60, 0.3) !important;
- border: 1px solid rgba(255, 47, 60, 0.3) !important;
- background-color: rgba(255, 47, 60, 0.3) !important;
- }
- }
- .el-button.el-button--success.is-plain {
- color: #40c75f !important;
- &:hover {
- background-color: rgba(64, 199, 95, 0.1) !important;
- color: #40C75F !important;
- }
- &:active {
- background-color: #ceead6 !important;
- }
- &:disabled {
- color: rgba(64, 199, 95, 0.3) !important;
- border: 1px solid rgba(138, 213, 155, 0.3) !important;
- background-color: rgba(64, 199, 95, 0.3) !important;
- }
- }
- .el-button.el-button--warning.is-plain {
- color: #FFAF00 !important;
- &:hover {
- background-color: rgba(255, 175, 0, 0.1) !important;
- color: #FFAF00 !important;
- }
- &:active {
- background-color: #f4e5c3 !important;
- }
- &:disabled {
- color: rgba(255, 175, 0, 0.7) !important;
- border: 1px solid rgba(230, 194, 115, 0.3) !important;
- background-color: rgba(255, 175, 0, 0.3) !important;
- }
- }
- .el-form .el-form-item__label {
- font-weight: 400 !important;
- color: rgba(0, 0, 0, 0.85) !important;
- padding-right: 0 !important;
- }
- .el-checkbox__inner {
- width: 16px !important;
- height: 16px !important;
- border-color: rgba(0, 0, 0, 0.15) !important;
- }
- .el-checkbox__inner:after {
- top: 2px !important;
- left: 5px !important;
- }
- .el-checkbox__input.is-checked .el-checkbox__inner {
- background-color: #2c81ff !important;
- border-color: #2c81ff !important;
- border-radius: 2px;
- }
- .el-checkbox__input.is-indeterminate .el-checkbox__inner {
- background-color: #ffffff !important;
- border-color: rgba(0, 0, 0, 0.15) !important;
- border-radius: 2px;
- &::before {
- width: 8px !important;
- height: 8px !important;
- background-color: #2c81ff !important;
- transform: unset !important;
- top: 3px !important;
- left: 3px !important;
- }
- }
- .el-table .el-table__inner-wrapper .el-table__header-wrapper th, .el-table .el-table__inner-wrapper .el-table__fixed-header-wrapper th {
- color: rgba(0, 0, 0, 0.85) !important;
- background-color: #fafafa !important;
- border-color: #E8E8E8 !important;
- font-weight: 500 !important;
- height: 55px !important;
- }
- .el-table--enable-row-transition .el-table__body td.el-table__cell {
- color: rgba(0, 0, 0, 0.65) !important;
- border-color: #E8E8E8 !important;
- height: 55px !important;
- }
- .el-pager li, .el-pagination.is-background .btn-next.is-disabled, .el-pagination.is-background .btn-prev.is-disabled, .el-pagination.is-background .el-pager li.is-disabled, .el-pagination.is-background .el-pager li:disabled, .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
- width: 32px !important;
- height: 32px !important;
- background: #FFFFFF !important;
- border: 1px solid #D9D9D9 !important;
- border-radius: 2px !important;
- color: rgba(0, 0, 0, 0.65) !important;
- font-size: 14px !important;
- font-family: HelveticaNeue;
- &:hover {
- font-weight: normal !important;
- background-color: #2C81FF !important;
- border-color: #2C81FF !important;
- color: #ffffff !important;
- }
- }
- .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .btn-next:disabled {
- border-color: #D9D9D9 !important;
- background-color: #f5f7fa !important;
- color: #a8abb2 !important;
- &:hover {
- border-color: #D9D9D9 !important;
- background-color: #f5f7fa !important;
- color: #a8abb2 !important;
- }
- }
- .el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active {
- font-weight: normal !important;
- background-color: #2C81FF !important;
- border-color: #2C81FF !important;
- color: #ffffff !important;
- }
- .el-pagination .el-select {
- width: 100px !important;
- }
- .pagination-container {
- margin-top: 5px !important;
- }
- .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
- margin-right: 0 !important;
- }
- .custom-popper {
- background: #081b41;
- border: 1px solid #126cf7;
- .el-select-dropdown__item {
- font-size: 14px;
- color: #eaf3fc;
- &:hover {
- color: #126cf7;
- font-weight: normal;
- background: #081b41;
- }
- }
- .el-select-dropdown__item.is-hovering {
- background: #081b41;
- }
- .el-select-dropdown__item.is-selected {
- color: #126cf7;
- font-weight: normal;
- background: #081b41;
- }
- }
- .custom-color-picker {
- .el-color-dropdown__link-btn {
- display: none;
- }
- }
- .custom-select {
- .el-select__wrapper {
- box-shadow: none !important;
- background-color: rgba(26, 144, 255, 0.15) !important;
- border: 1px solid rgba(26, 144, 255, 0.15) !important;
- border-radius: 0;
- position: relative;
- padding: 4px 8px !important;
- height: 24px;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 5px;
- height: 5px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- width: 5px;
- height: 5px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- .el-select__placeholder {
- color: #a0c7dc;
- font-size: 14px;
- height: 24px;
- line-height: 24px;
- }
- .el-select__suffix {
- &::after {
- content: '';
- width: 10px;
- height: 14px;
- background: url('@/assets/images/select.png') no-repeat;
- background-size: 100% 100%;
- }
- .el-icon {
- display: none;
- }
- }
- }
- .el-select__wrapper.is-hovering, .el-select__wrapper.is-focused {
- color: #b1cae0 !important;
- background-color: #0d1d4e !important;
- border: 1px solid #2C81FF !important;
- }
- }
- .custom-select-popper {
- left: 0 !important;
- .el-popper.is-light .el-popper__arrow:before {
- background: #0d1d4e;
- }
- .el-scrollbar {
- background-color: rgba(5, 18, 53, 0.85) !important;
- border: 1px solid #2C81FF !important;
- border-radius: 0;
- box-shadow:inset 0 0 4px rgba(26, 144, 255, 0.5) !important;
- .el-select-dropdown__item {
- color: #b1cae0;
- font-size: 14px;
- height: 24px;
- line-height: 24px;
- }
- .el-select-dropdown__item.is-selected, .el-select-dropdown__item.is-hovering {
- color: #7af0e9;
- background-color: #1c335f;
- font-weight: normal;
- }
- }
- .custom-tabs {
- width: 100%;
- }
- }
- .custom-select2 {
- .el-select__wrapper {
- box-shadow: none !important;
- background-color: transparent !important;
- border: none !important;
- border-radius: 0;
- position: relative;
- padding: 4px 8px !important;
- .el-select__placeholder {
- color: #edfaff;
- font-size: 14px;
- height: 24px;
- line-height: 24px;
- text-align: right;
- }
- .el-select__suffix {
- position: relative;
- .el-icon {
- width: 13px;
- height: 6px;
- background: url('@/assets/images/map/rightMenu/down2.png') no-repeat;
- background-size: 100% 100%;
- display: inline;
- svg {
- display: none;
- }
- }
- }
- }
- .el-select__wrapper.is-hovering, .el-select__wrapper.is-focused {
- color: #edfaff !important;
- background-color: transparent !important;
- border: none !important;
- }
- }
- .custom-select-popper2 {
- left: 0 !important;
- .el-scrollbar {
- background-color: rgba(5, 18, 53, 0.85) !important;
- border: 4px solid #2C81FF !important;
- border-radius: 0;
- box-shadow:inset 0 0 40px rgba(26, 144, 255, 0.5) !important;
- .el-select-dropdown__item {
- color: #b1cae0;
- font-size: 14px;
- height: 24px;
- line-height: 24px;
- }
- .el-select-dropdown__item.is-selected, .el-select-dropdown__item.is-hovering {
- color: #7af0e9;
- background-color: #1c335f;
- font-weight: normal;
- }
- }
- .custom-tabs {
- width: 100%;
- }
- }
- .custom-input {
- height: 32px;
- line-height: 32px;
- position: relative;
- .el-input__icon {
- font-size: 14px;
- color: #a7ccdf;
- }
- .el-input__wrapper {
- box-shadow: none;
- background-color: rgba(26, 144, 255, 0.15) !important;
- border: 4px solid rgba(26, 144, 255, 0.15) !important;
- }
- .el-input__inner {
- font-size: 14px;
- color: #a7ccdf;
- font-family: PingFang SC;
- height: 32px;
- line-height: 32px;
- &::placeholder {
- color: #a7ccdf;
- }
- }
- .el-input__wrapper.is-focus {
- box-shadow: none;
- }
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 4px;
- height: 4px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 4px;
- height: 4px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- .custom-input2 {
- position: relative;
- .el-input__wrapper {
- box-shadow: none;
- background-color: rgba(26, 144, 255, 0.15) !important;
- border: 1px solid rgba(26, 144, 255, 0.15) !important;
- }
- .el-input__inner {
- font-size: 14px;
- color: #a0c7dc;
- font-family: PingFang SC;
- height: 24px;
- line-height: 24px;
- &::placeholder {
- color: #a0c7dc;
- }
- }
- .el-input__wrapper.is-focus {
- box-shadow: none;
- }
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 4px;
- height: 4px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 4px;
- height: 4px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- .custom-textarea {
- position: relative;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- //.el-form {
- // .el-form-item__label {
- // color: #fff;
- // font-size: 38px;
- // margin-bottom: 0;
- // height: 64px !important;
- // line-height: 64px !important;
- // }
- //}
- .custom-pagination {
- :deep(.el-pagination) {
- .btn-next,
- .btn-prev {
- background-color: transparent;
- border: none;
- .el-icon {
- font-size: 22px;
- color: #a7ccdf;
- }
- }
- .el-pager li {
- width: 64px;
- height: 64px;
- line-height: 64px;
- text-align: center;
- font-size: 32px;
- color: #a7ccdf;
- background-color: #0e3064;
- border: 1px solid #0c57a7;
- margin: 0 6px;
- &:hover {
- background-color: #038dff;
- border: 1px solid #038dff;
- }
- }
- .el-pager li.is-active {
- background-color: #038dff !important;
- border: 1px solid #038dff !important;
- }
- :deep(.el-pagination__total) {
- color: #a7ccdf;
- font-size: 32px;
- }
- }
- }
- .common-date-picker {
- position: relative;
- height: 80px !important;
- .el-input__wrapper {
- box-shadow: none;
- background-color: #0d2f5d;
- border: 1px solid #0a59a8;
- }
- .el-input__inner {
- font-size: 32px;
- color: #a0c7dc;
- font-family: PingFang SC;
- height: 80px;
- line-height: 80px;
- &::placeholder {
- color: #a0c7dc;
- }
- }
- .el-input__prefix {
- display: none;
- }
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon1.png') no-repeat;
- background-size: 100% 100%;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- z-index: 2;
- width: 12px;
- height: 12px;
- background: url('@/assets/images/inputIcon2.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- .common-date-popper {
- background: rgba(5, 18, 53, 0.85) !important;
- border: 4px solid #2C81FF !important;
- border-radius: 0 !important;
- .el-picker-panel {
- background: rgba(5, 18, 53, 0.85) !important;
- box-shadow:inset 0 0 40px rgba(26, 144, 255, 0.5) !important;
- color: #b1cae0;
- }
- .el-date-table {
- font-size: 38px;
- }
- .el-date-picker {
- width: 934px;
- }
- .el-date-picker .el-picker-panel__content {
- width: auto !important;
- }
- .el-date-picker__header {
- margin: 0 12px !important;
- height: 75px;
- line-height: 75px;
- }
- .el-date-picker__header-label {
- color: #b1cae0;
- font-size: 38px;
- }
- .el-year-table td div, .el-month-table td div {
- height: 95px !important;
- }
- .el-year-table td .cell, .el-month-table td .cell {
- color: #b1cae0;
- font-size: 38px;
- width: 95px !important;
- height: 95px !important;
- line-height: 95px !important;
- }
- .el-date-table th {
- color: #b1cae0;
- border-bottom: 2px solid #8fa4b7;
- width: 76px !important;
- height: 76px !important;
- line-height: 76px !important;
- }
- .el-date-picker__header--bordered {
- border-bottom: 2px solid #8fa4b7;
- }
- .el-date-table-cell__text {
- width: 76px !important;
- height: 76px !important;
- line-height: 76px !important;
- }
- .el-date-table td .el-date-table-cell {
- width: 95px !important;
- height: 95px !important;
- line-height: 95px !important;
- }
- .el-date-table td.available:hover {
- color: #7af0e9;
- }
- .el-date-table td.today .el-date-table-cell__text, .el-month-table td .cell:hover, .el-year-table td.today .cell, .el-year-table td .cell:hover {
- color: #7af0e9;
- }
- .el-month-table td.current:not(.disabled) .cell, .el-date-table td.current:not(.disabled) .el-date-table-cell__text,.el-year-table td.current:not(.disabled) .cell {
- background-color: #7af0e9;
- }
- .el-date-table td.next-month, .el-date-table td.prev-month {
- color: #8fa4b7;
- }
- }
|