Skip to content

Commit e5740a6

Browse files
authored
feat(ip-address): modify Saas theme style (#3790)
1 parent 05d67e5 commit e5740a6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

packages/theme-saas/src/ip-address/index.less

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@ip-address-prefix-cls: ~'@{css-prefix}ip-address';
66

77
.@{ip-address-prefix-cls} {
8-
@apply w-72;
8+
@apply w-80;
99
@apply ~'max-w-[100%]';
1010
@apply outline-0;
1111
@apply inline-table;
@@ -21,7 +21,7 @@
2121
@apply rounded;
2222
@apply bg-color-bg-1;
2323
@apply text-xs;
24-
@apply block;
24+
@apply flex;
2525
@apply whitespace-nowrap;
2626
@apply bg-none;
2727
.user-select(auto);
@@ -64,7 +64,6 @@
6464
li {
6565
@apply float-left;
6666
@apply overflow-hidden;
67-
@apply ~'w-1/4';
6867
@apply inline-flex;
6968
@apply items-center;
7069

@@ -91,6 +90,8 @@
9190
}
9291

9392
&:last-child {
93+
@apply mr-3;
94+
9495
> svg {
9596
@apply hidden;
9697
}
@@ -111,6 +112,10 @@
111112
@apply text-xs;
112113
}
113114
}
115+
116+
&:first-child {
117+
@apply ml-3;
118+
}
114119
}
115120
&.medium {
116121
height: 42px;
@@ -144,5 +149,9 @@
144149
@apply leading-6;
145150
}
146151
}
152+
153+
&__ipv6-delimiter {
154+
@apply ml-1 mr-1;
155+
}
147156
}
148157
}

0 commit comments

Comments
 (0)