Skip to content

Commit 9e9dd88

Browse files
authored
fix: modify the saas theme style (#3791)
1 parent fb47b08 commit 9e9dd88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/theme-saas/src/crop/index.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
.@{crop-prefix-cls} {
88
@apply text-color-text-primary;
99

10+
.iconButton:nth-child(2),
11+
.iconButton:nth-child(7),
12+
.iconButton:nth-child(10) {
13+
display: none;
14+
}
15+
1016
.cropper-container {
1117
direction: ltr;
1218
font-size: 0;
@@ -534,6 +540,11 @@
534540
@apply items-center;
535541
@apply cursor-pointer;
536542

543+
&__split {
544+
@apply w-px;
545+
@apply ml-0;
546+
}
547+
537548
.iconButtonset {
538549
@apply fill-color-text-primary;
539550
@apply h-6;

0 commit comments

Comments
 (0)