123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525 |
- * {
- font-family: 'SourceHanSansCN, SourceHanSansCN' !important;
- }
- body {
- margin: 0;
- height: 100%;
- }
- .bms-ant-space-item {
- &>a {
- color: #3376FE !important;
- }
- }
- textarea {
- border: 1px solid #CFD7E6 !important;
- }
- .bms-ant-input {
- &::placeholder {
- color: #99A6BF !important;
- }
- }
- //Modal
- .bms-ant-modal {
- .bms-ant-modal-content {
- padding: 16px !important;
- .bms-ant-modal-body {
- .bms-ant-modal-confirm-body-wrapper {
- .bms-ant-modal-confirm-body {
- .bms-ant-modal-confirm-content {
- max-width: 100% !important;
- max-height: 70vh !important;
- overflow-y: scroll;
- .TableTransfer {
- .bms-ant-transfer-operation {
- // align-self: self-end;
- // margin-bottom: 30px;
-
- button {
- //color: #17181A;
- width: 24px;
- height: 40px !important;
- // background: #FAFCFF;
- border-radius: 4px;
- border: 1px solid #DAE2F2;
- }
- }
- .bms-ant-transfer-list {
- border: 1px solid #DAE2F2;
- .bms-ant-transfer-list-header {
- border-bottom: 1px solid #DAE2F2;
- .anticon {
- color: #99A6BF;
- }
-
- .bms-ant-transfer-list-header-selected {
- color: #515866;
- }
- }
-
- .bms-ant-transfer-list-body {
- .bms-ant-transfer-list-body-search-wrapper {
- padding: 8px;
-
- .bms-ant-input-prefix {
- .anticon-search {
- color: #99A6BF;
- }
- }
- }
- }
- }
-
-
-
- .bms-ant-table {
- .bms-ant-table-container {
- .bms-ant-table-content {
- .bms-ant-table-thead {
-
- &>tr>th {
- font-size: 14px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #17181A;
- background: #EEF3FA;
- border-radius: 0 !important;
- padding: 4px 8px !important;
- border-bottom: none;
- }
- }
- }
- }
- }
- }
- }
- }
- .bms-ant-modal-confirm-btns {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-end;
- &>button {
- display: flex;
- justify-content: center;
- align-items: center;
- min-width: 56px;
- height: 24px;
- border-radius: 4px;
-
- &.bms-ant-btn-default {
- border: 1px solid #DAE2F2;
- }
- }
- }
- }
- }
- }
- .bms-ant-modal-footer {
- margin-top: 0;
- .bms-ant-space-item {
- &>button {
- display: flex;
- justify-content: center;
- align-items: center;
- min-width: 56px;
- height: 24px;;
- border-radius: 4px;
- &>span {
- padding: 0 8px;
- }
- &.bms-ant-btn-default {
- border: 1px solid #DAE2F2;
- }
- }
- }
- }
- }
- //message
- .bms-ant-message {
- .ant-message-notice-success {
- .bms-ant-message-notice-content {
- .anticon-check-circle {
- &>svg {
- color: #52c41a;
- }
- }
- }
- }
- }
- //Form
- .bms-ant-form {
- &.bms-ant-form-vertical {
- .bms-ant-form-item {
- margin-bottom: 16px;
- .bms-ant-form-item-label {
- padding: 0 !important;
- height: 15px;
- margin-bottom: 8px;
- line-height: 15px;
- }
- .bms-ant-form-item-control-input {
- min-height: 24px;
- }
- }
- }
- }
- // .bms-ant-form-item-label {
- // padding: 0;
- // //height: 15px;
- // line-height: 15px;
- // margin-bottom: 5px;
- // .bms-ant-form-item-required {
- // &::before {
- // margin-right: 0 !important;
- // }
- // }
- // }
- .bms-ant-input-affix-wrapper {
- padding: 0px 8px !important;
- border-radius: 4px;
- border: 1px solid #CFD7E6 !important;
-
- &>input {
- &::placeholder {
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #99A6BF;
- }
- }
- }
- .bms-ant-input-disabled {
- &::placeholder {
- color: #7A8599 !important;
- }
- }
- .bms-ant-input-affix-wrapper-disabled {
- background: #F0F2F5 !important;
- }
- // //proContsiner 标题样式覆盖
- // .bms-ant-page-header .bms-ant-page-header-heading-title {
- // height: 17px !important;
- // font-size: 16px !important;
- // line-height: 17px !important;
- // }
- .bms-ant-page-header .bms-ant-page-header-heading-left {
- margin-block:0 !important;
- }
- .bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-sider-fixed {
- position: absolute !important;
- // min-width:230px !important;
- // width: 230px !important;
- }
- //避免logo区域的层级过高,影响父容器
- .bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-sider-fixed {
- z-index:0!important;
- }
- .bms-ant-menu-light:not(.bms-ant-menu-horizontal) .bms-ant-menu-item:not(.bms-ant-menu-item-selected):hover {
- background-color: #f0f2f5 !important;
- }
- .bms-ant-menu-light:not(.bms-ant-menu-horizontal) .bms-ant-menu-submenu-title:hover {
- background-color: #f0f2f5 !important;
- }
- .bms-ant-tree.bms-ant-tree-directory .bms-ant-tree-treenode:hover::before {
- background: #f0f2f5 !important;
- border-radius: 4px;
- }
- .bms-ant-table-wrapper {
- .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row.bms-ant-table-row-selected>td:first-child {
- border-radius: 0 !important;
- }
- .bms-ant-table-content {
- .bms-ant-table-thead {
- tr {
- &:last-child {
- .bms-ant-table-cell {
- // border-top: 1px solid #dae2f2;
- }
- }
- }
- }
- }
- }
- .bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:hover>td:first-child {
- border-start-start-radius:0 !important;
- border-end-start-radius:0 !important;
- }
- .bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:last-child:hover>td {
- border-bottom-color: #dae2f2 !important;
- }
- .bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:last-child>td {
- border-bottom-color: #dae2f2 !important;
- }
- .bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:hover>td:last-child {
- border-end-end-radius:0 !important;
- border-start-end-radius:0 !important;
- }
- .bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-layout-bg-list {
- background:#F7F9FC !important;
- }
- // .bms-ant-message-notice .bms-ant-message-success .anticon {
- // color: #52c41a !important;
- // }
- .ant-message-success {
- .anticon .anticon-check-circle {
- color: #52c41a !important;
- }
- }
- /**
- Select
- **/
- .bms-ant-select {
- .bms-ant-select-selector {
- height: 24px !important;
- padding: 0 8px !important;
- border-radius: 4px !important;
- border: 1px solid #CFD7E6 !important;
-
- .bms-ant-select-selection-item {
- line-height: 24px !important;
- }
-
- .bms-ant-select-selection-search-input {
- height: 24px !important;
- }
-
- .bms-ant-select-selection-placeholder {
- line-height: 22px !important;
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #99A6BF;
- }
- }
-
- .bms-ant-select-arrow {
- color: #CFD7E6;
- }
-
- &.bms-ant-select-disabled {
- .bms-ant-select-selector {
- border: 1px solid #DADEE6 !important;
-
- .bms-ant-select-selection-placeholder {
- color: #7A8599;
- }
- }
-
- .bms-ant-select-arrow {
- color: #7A8599;
- }
- }
- }
- .bms-ant-tabs .bms-ant-tabs-tab {
- padding: 5px 0 !important;
- padding-top:12px !important;
- }
- .bms-ant-table-wrapper {
- overflow: hidden;
- }
- .bms-ant-pro-layout .bms-ant-pro-layout-container {
- background: #F7F9FC !important;
- }
- //页面全局底色
- .bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-layout-bg-list {
- background: rgb(247 249 252 / 100%);
- }
- .bms-ant-pro-page-container-children-content {
- padding-inline:0 !important;
- }
- .bms-ant-pro-sider-actions {
- display: none !important;
- }
- .bms-ant-pro-sider-collapsed-button {
- top:95% !important;
- right: 17px !important;
- }
- .bms-ant-menu .bms-ant-menu-submenu-title .anticon{
- transition: none !important;
- }
- .bms-ant-menu .bms-ant-menu-item .anticon +span {
- transition: none !important;
- }
- .bms-ant-menu .bms-ant-menu-item .anticon {
- transition: none !important;
- }
- .bms-ant-menu .bms-ant-menu-item {
- transition: none !important;
- }
- .bms-ant-menu .bms-ant-menu-submenu-title .anticon +span {
- transition: none !important;
- }
- .bms-ant-tabs .bms-ant-tabs-tab+.bms-ant-tabs-tab {
- margin: 0 0 0 24px !important;
- }
- .menuCollapseIcon {
- &>svg {
- width:24px;
- height:24px;
- }
- }
- .bms-ant-pro-form >div:not(.bms-ant-pro-form-light-filter) .pro-field-lg {
- width: 100% !important;
- }
- .bms-ant-select {
- .bms-ant-select-selector {
- border: 1px solid #CFD7E6 !important;
- // color: #99A6BF !important;
-
- .bms-ant-select-selection-placeholder {
- color: #99A6BF !important;
- }
- }
- .bms-ant-select-arrow {
- color: #99A6BF !important;
- }
- }
- .bms-ant-input-number-input {
- &::placeholder {
- color: #99A6BF !important;
- }
- }
- .bms-ant-select-disabled {
- .bms-ant-select-selector {
- border: 1px solid #DADEE6 !important;
- background:#F0F2F5 !important;
- .bms-ant-select-selection-placeholder {
- color: #7A8599 !important;
- }
- }
- .bms-ant-select-arrow {
- color: #7A8599 !important;
- }
- }
- .bms-ant-input-number {
- border: 1px solid #CFD7E6 !important;
- color: #99A6BF !important;
- .bms-ant-input-number-input {
- height: 24px !important;
- line-height: 24px !important;
- }
- }
- .bms-ant-input-number-disabled {
- border: 1px solid #DADEE6 !important;
- background: #F0F2F5 !important;
- .bms-ant-input-number-input {
- color:#7A8599 !important ;
- }
- }
- .bms-ant-input-affix-wrapper-disabled {
- border: 1px solid #DADEE6 !important;
- }
- .bms-ant-picker {
- border: 1px solid #CFD7E6 !important;
- }
- .bms-ant-picker-input >input[disabled] {
- color:#7A8599 !important ;
- }
- .bms-ant-picker-disabled {
- background: #F0F2F5 !important;
- border: 1px solid #DADEE6 !important;
- .anticon-swap-right,.anticon-calendar {
- color:#7A8599 !important ;
- }
- }
|