tav-ui
Version:
81 lines (68 loc) • 1.43 kB
text/less
@import '../../var/index.less';
@import './pagination.less';
@import './input.less';
@import './btn.less';
// @import './table.less';
// TODO beta.11 fix
.ant-col {
width: 100%;
}
.ant-image-preview-root {
img {
display: unset;
}
}
span.anticon:not(.app-iconify) {
// vertical-align: 0.125em !important;
vertical-align: middle ;
}
.ant-back-top {
right: 20px;
bottom: 20px;
}
.collapse-container__body {
> .ant-descriptions {
margin-left: 6px;
}
}
.ant-image-preview-operations {
background-color: rgb(0 0 0 / 30%);
}
.ant-popover {
&-content {
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
}
// =================================
// ==============modal message======
// =================================
.modal-icon-warning {
color: @warning-color ;
}
.modal-icon-success {
color: @success-color ;
}
.modal-icon-error {
color: @error-color ;
}
.modal-icon-info {
color: @primary-color ;
}
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
border-top: 0 ;
border-left: 0 ;
}
.ant-dropdown {
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
.ant-btn {
cursor: not-allowed;
color: #aaa;
}
}
}
.ant-select-multiple .ant-select-selector:after {
content: '' ;
height: 24px;
}