File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 343
343
344
344
// 混排有边框: 图标大小随文字即可,只添加中间的margin
345
345
& .is-icon {
346
+ display : inline-flex ;
347
+ align-items : center ;
348
+
346
349
.tiny-svg {
347
350
margin-right : var (--tv-Button-margin-right-isicon-svg );
348
351
}
349
352
}
350
353
351
- // 混排无边框: 设计稿的margin2.5不合适, 统一4px吧。
354
+ // 混排无边框: 注意,这里会默认混入了 【混排有边框】的样式
352
355
& .@{button-prefix-cls} --text.is-icon {
353
356
border : none ;
354
357
border-radius : 0 ;
363
366
text-decoration : underline ;
364
367
}
365
368
366
- .tiny-svg {
367
- margin-right : var (--tv-Button-margin-right-isicon-svg );
368
- }
369
-
370
369
& .is-disabled.is-disabled.is-disabled.is-disabled ,
371
370
& .is-loading.is-loading.is-loading.is-loading ,
372
371
& [disabled ][disabled ][disabled ][disabled ][disabled ][disabled ] {
Original file line number Diff line number Diff line change 110
110
white-space : normal ;
111
111
word-break : break-word ;
112
112
113
- .@{modal-prefix-cls} __text {
114
- font-size : var (--tv-Modal-box-body-text-font-size );
115
- color : var (--tv-Modal-box-body-text-text-color );
113
+ .@{modal-prefix-cls} __content {
114
+ width : 100% ;
115
+ flex-grow : 1 ;
116
+
117
+ .@{modal-prefix-cls} __text {
118
+ font-size : var (--tv-Modal-box-body-text-font-size );
119
+ color : var (--tv-Modal-box-body-text-text-color );
120
+ }
116
121
}
117
122
}
118
123
You can’t perform that action at this time.
0 commit comments