收口创作中心积分领取按钮
将作品卡积分激励领取按钮迁移到 PlatformActionButton 保留积分激励按钮紧凑布局和移动端跨列样式 补充领取按钮公共组件和 CSS 覆盖断言 更新 PlatformUiKit 文档和 Hermes 决策记录
This commit is contained in:
@@ -2784,7 +2784,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
}
|
||||
|
||||
.creation-work-card-incentive__metric,
|
||||
.creation-work-card-incentive__button {
|
||||
.creation-work-card-incentive__button.platform-button {
|
||||
min-width: 0;
|
||||
border: 1px solid color-mix(in srgb, #6b7cff 22%, transparent);
|
||||
border-radius: 0.5rem;
|
||||
@@ -2820,7 +2820,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.creation-work-card-incentive__button {
|
||||
.creation-work-card-incentive__button.platform-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -2836,12 +2836,12 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
opacity 180ms ease;
|
||||
}
|
||||
|
||||
.creation-work-card-incentive__button:hover:not(:disabled) {
|
||||
.creation-work-card-incentive__button.platform-button:hover:not(:disabled) {
|
||||
transform: translateY(-1px);
|
||||
border-color: color-mix(in srgb, #6b7cff 44%, transparent);
|
||||
}
|
||||
|
||||
.creation-work-card-incentive__button:disabled {
|
||||
.creation-work-card-incentive__button.platform-button:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.52;
|
||||
}
|
||||
@@ -5081,7 +5081,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.creation-work-card-incentive__button {
|
||||
.creation-work-card-incentive__button.platform-button {
|
||||
grid-column: 1 / -1;
|
||||
min-height: 2.34rem;
|
||||
padding: 0 0.48rem;
|
||||
|
||||
Reference in New Issue
Block a user