Commit 84660bae authored by nick zheng's avatar nick zheng

chore: agent数据统计渠道样式调整

parent 0fb7c270
......@@ -108,7 +108,7 @@ function handleRenderSelectChannel({ option }: { option: TreeSelectOption }) {
: null
}
return h(NTag, { class: 'mr-[7px] mb-[3px]' }, { default: () => option.label as string })
return h(NTag, { class: 'mb-[3px] px-[10px]!' }, { default: () => option.label as string })
}
function handleGetAllChannelList(options: TreeSelectOption[]) {
......@@ -192,11 +192,11 @@ function handleGetAllChannelList(options: TreeSelectOption[]) {
--n-border: 1px solid #ccc !important;
.n-base-selection-tag-wrapper .n-tag {
margin-right: 10px !important;
background: #fff !important;
border-radius: 5px !important;
--n-border: none !important;
border-radius: 5px !important;
}
.n-base-selection-tag-wrapper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment