index.less 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @import './pagination.less';
  2. @import './input.less';
  3. @import './btn.less';
  4. @ventSpace: zxm;
  5. // @import './table.less';
  6. // TODO beta.11 fix
  7. .@{ventSpace}-col {
  8. width: 100%;
  9. }
  10. .@{ventSpace}-image-preview-root {
  11. img {
  12. display: unset;
  13. }
  14. }
  15. //update-begin---author:scott ---date:2023-08-28 for锟斤拷锟斤拷QQYUN-6374锟斤拷UnoCSS锟斤拷锟絯indicss锟斤拷锟斤拷应锟斤拷锟斤拷式锟斤拷锟斤拷--
  16. /*span.anticon:not(.app-iconify) {
  17. vertical-align: 0.125em !important;
  18. }*/
  19. //update-end---author:scott ---date::2023-08-28 for锟斤拷锟斤拷QQYUN-6374锟斤拷UnoCSS锟斤拷锟絯indicss锟斤拷锟斤拷应锟斤拷锟斤拷式锟斤拷锟斤拷--
  20. .@{ventSpace}-back-top {
  21. right: 20px;
  22. bottom: 20px;
  23. }
  24. .collapse-container__body {
  25. > .@{ventSpace}-descriptions {
  26. margin-left: 6px;
  27. }
  28. }
  29. .@{ventSpace}-image-preview-operations {
  30. background-color: rgba(0, 0, 0, 0.3);
  31. }
  32. .@{ventSpace}-popover {
  33. &-content {
  34. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  35. }
  36. }
  37. // =================================
  38. // ==============modal message======
  39. // =================================
  40. .modal-icon-warning {
  41. color: @warning-color !important;
  42. }
  43. .modal-icon-success {
  44. color: @success-color !important;
  45. }
  46. .modal-icon-error {
  47. color: @error-color !important;
  48. }
  49. .modal-icon-info {
  50. color: @primary-color !important;
  51. }
  52. .@{ventSpace}-checkbox-checked .@{ventSpace}-checkbox-inner::after,
  53. .@{ventSpace}-tree-checkbox-checked .@{ventSpace}-tree-checkbox-inner::after {
  54. border-top: 0 !important;
  55. border-left: 0 !important;
  56. }
  57. .@{ventSpace}-checkbox-wrapper-disabled .@{ventSpace}-checkbox-disabled .@{ventSpace}-checkbox-inner {
  58. background-color: #afafaf;
  59. }
  60. @{ventSpace}-input {
  61. background-color: transparent !important;
  62. }
  63. .@{ventSpace}-result .@{ventSpace}-result-title {
  64. color: unset;
  65. }
  66. .@{ventSpace}-result .@{ventSpace}-result-subtitle {
  67. color: unset;
  68. }