feat: add schedule type ux
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user