@import './pagination.less';
@import './input.less';
@import './btn.less';
.ant-col {
width: 100%;
}
.ant-image-preview-root {
img {
display: unset;
}
}
vertical-align: 0.125em !important;
}*/
.ant-back-top {
right: 20px;
bottom: 20px;
}
.collapse-container__body {
> .ant-descriptions {
margin-left: 6px;
}
}
.ant-image-preview-operations {
background-color: rgba(0, 0, 0, 0.3);
}
.ant-popover {
&-content {
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
}
.modal-icon-warning {
color: @warning-color !important;
}
.modal-icon-success {
color: @success-color !important;
}
.modal-icon-error {
color: @error-color !important;
}
.modal-icon-info {
color: @primary-color !important;
}
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
border-top: 0 !important;
border-left: 0 !important;
}
.ant-modal {
.ant-modal-close {
top: 13px;
width: auto;
height: auto;
}
.ant-modal-content {
padding: 0;
}
}
.ant-input-affix-wrapper > input.ant-input {
font-size: 14px;
}
.ant-pagination-options-size-changer.ant-select {
display: inline-block;
width: auto;
}
.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-list-holder-inner {
align-items: stretch;
}
.ant-list .ant-list-item {padding-left: 0;padding-right: 0;}
.ant-list-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 0;
color: #000000d9;
}
.ant-dropdown-trigger>.anticon.anticon-down, .ant-dropdown-link>.anticon.anticon-down, .ant-dropdown-button>.anticon.anticon-down {
font-size: 10px;
vertical-align: baseline;
}
.ant-table-wrapper .ant-table-column-sorter-up, .ant-table-wrapper .ant-table-column-sorter-down {
font-size: 11px;
}
.ant-table-wrapper .ant-table-thead >tr>th, .ant-table-wrapper .ant-table-thead >tr>td {
color: #000000d9;
font-weight: 500;
}
html[data-theme='dark'] .ant-table-wrapper .ant-table-thead >tr>th, .ant-table-wrapper .ant-table-thead >tr>td {
color:rgba(255,255,255,.65);
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content, .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content{
flex: auto;
white-space:nowrap;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
.ant-input-clear-icon {
background-color: #fff;
}
}
html[data-theme='dark'] .ant-input-affix-wrapper-textarea-with-clear-btn {
.ant-input-clear-icon {
background-color: #141414;
}
}
.ant-table-pagination.ant-pagination {
.ant-pagination-item-active,
.ant-pagination-item-active:hover {
background-color: @primary-color;
border-color: transparent;
a {
color: #fff;
}
}
.ant-pagination-item:not(.ant-pagination-item-active) {
background-color: transparent !important;
border-color: transparent;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-item {
margin: 0 4px;
}
}
.tox .tox-tbtn__select-label{
font-size: 14px;
}
.tox .tox-tbtn--select{
width: 80px !important;
}
.tox .tox-collection__item-label {
font-size: 14px !important;
}
html[data-theme='light'] {
.ant-form:not(.jeecg-form-detail-effect) {
.ant-select.ant-select-disabled {
.ant-select-selection-item {
color: rgba(51, 51, 51, 0.25) !important;
.ant-select-selection-item-content {
color: rgba(51, 51, 51, 0.25);
}
}
}
.ant-input-number.ant-input-number-disabled {
.ant-input-number-input {
color: rgba(51, 51, 51, 0.25);
}
}
}
}
html[data-theme='dark'] {
.ant-form:not(.jeecg-form-detail-effect) {
.ant-input-number.ant-input-number-disabled {
.ant-input-number-input {
color:rgba(255, 255, 255, 0.25);
}
}
}
}