feat: add schedule type ux

This commit is contained in:
jialin
2024-09-09 13:41:39 +08:00
parent 5c372bbaa3
commit dc4e83447d
21 changed files with 434 additions and 180 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ const Inner: React.FC<LabelSelectorProps> = ({
>
<PlusOutlined className="font-size-14" />{' '}
{intl.formatMessage({
id: 'common.button.addLabel'
id: 'common.button.addSelector'
})}
</Button>
</div>
@@ -1,6 +1,6 @@
.wrapper {
position: relative;
padding: 16px;
padding: 14px;
padding-top: 34px;
border: 1px solid var(--ant-color-border);
border-radius: var(--border-radius-base);
@@ -10,7 +10,7 @@
:global {
.label {
position: absolute;
left: 24px;
left: 16px;
line-height: 1;
top: 12px;
color: var(--ant-color-text-tertiary);