| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @import './pagination.less';
- @import './input.less';
- @import './btn.less';
- @ventSpace: zxm;
- // @import './table.less';
- // TODO beta.11 fix
- .@{ventSpace}-col {
- width: 100%;
- }
- .@{ventSpace}-image-preview-root {
- img {
- display: unset;
- }
- }
- //update-begin---author:scott ---date:2023-08-28 for锟斤拷锟斤拷QQYUN-6374锟斤拷UnoCSS锟斤拷锟絯indicss锟斤拷锟斤拷应锟斤拷锟斤拷式锟斤拷锟斤拷--
- /*span.anticon:not(.app-iconify) {
- vertical-align: 0.125em !important;
- }*/
- //update-end---author:scott ---date::2023-08-28 for锟斤拷锟斤拷QQYUN-6374锟斤拷UnoCSS锟斤拷锟絯indicss锟斤拷锟斤拷应锟斤拷锟斤拷式锟斤拷锟斤拷--
- .@{ventSpace}-back-top {
- right: 20px;
- bottom: 20px;
- }
- .collapse-container__body {
- > .@{ventSpace}-descriptions {
- margin-left: 6px;
- }
- }
- .@{ventSpace}-image-preview-operations {
- background-color: rgba(0, 0, 0, 0.3);
- }
- .@{ventSpace}-popover {
- &-content {
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- }
- }
- // =================================
- // ==============modal message======
- // =================================
- .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;
- }
- .@{ventSpace}-checkbox-checked .@{ventSpace}-checkbox-inner::after,
- .@{ventSpace}-tree-checkbox-checked .@{ventSpace}-tree-checkbox-inner::after {
- border-top: 0 !important;
- border-left: 0 !important;
- }
- .@{ventSpace}-checkbox-wrapper-disabled .@{ventSpace}-checkbox-disabled .@{ventSpace}-checkbox-inner {
- background-color: #afafaf;
- }
- @{ventSpace}-input {
- background-color: transparent !important;
- }
- .@{ventSpace}-result .@{ventSpace}-result-title {
- color: unset;
- }
- .@{ventSpace}-result .@{ventSpace}-result-subtitle {
- color: unset;
- }
|