Files

18 lines
293 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.custom-tabs {
margin-bottom: 32rpx;
}
.custom-panel {
color: var(--td-text-color-primary);
}
.custom-panel__content {
height: 240rpx;
font-size: 28rpx;
color: var(--td-text-color-placeholder);
padding: 40rpx;
display: flex;
justify-content: center;
align-items: center;
}