We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb47b08 commit 9e9dd88Copy full SHA for 9e9dd88
packages/theme-saas/src/crop/index.less
@@ -7,6 +7,12 @@
7
.@{crop-prefix-cls} {
8
@apply text-color-text-primary;
9
10
+ .iconButton:nth-child(2),
11
+ .iconButton:nth-child(7),
12
+ .iconButton:nth-child(10) {
13
+ display: none;
14
+ }
15
+
16
.cropper-container {
17
direction: ltr;
18
font-size: 0;
@@ -534,6 +540,11 @@
534
540
@apply items-center;
535
541
@apply cursor-pointer;
536
542
543
+ &__split {
544
+ @apply w-px;
545
+ @apply ml-0;
546
547
537
548
.iconButtonset {
538
549
@apply fill-color-text-primary;
539
550
@apply h-6;
0 commit comments