diff --git a/frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue b/frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue index a7cae5c5d..262b5c710 100644 --- a/frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue +++ b/frontend/src/components/drawer-filter/src/DrawerEnumFilter.vue @@ -84,7 +84,7 @@ useEmitt({ padding: 1px 6px; background: var(--deTextPrimary5, #f5f6f7); color: var(--deTextPrimary, #1f2329); - border-radius: 4px; + border-radius: 6px; cursor: pointer; display: inline-block; margin-bottom: 12px; diff --git a/frontend/src/components/filter-text/src/FilterText.vue b/frontend/src/components/filter-text/src/FilterText.vue index 4eedaa269..d423543d4 100644 --- a/frontend/src/components/filter-text/src/FilterText.vue +++ b/frontend/src/components/filter-text/src/FilterText.vue @@ -181,7 +181,7 @@ watch( .arrow-filter:hover { background: rgba(31, 35, 41, 0.1); - border-radius: 4px; + border-radius: 6px; } .ed-icon-arrow-right.arrow-filter { diff --git a/frontend/src/components/layout/Person.vue b/frontend/src/components/layout/Person.vue index ae0448e26..a58a02afb 100644 --- a/frontend/src/components/layout/Person.vue +++ b/frontend/src/components/layout/Person.vue @@ -345,7 +345,7 @@ const logout = async () => { position: relative; cursor: pointer; margin: 0 4px; - border-radius: 4px; + border-radius: 6px; &:hover { background-color: #1f23291a; } @@ -382,7 +382,7 @@ const logout = async () => { padding-right: 8px; margin-bottom: 2px; position: relative; - border-radius: 4px; + border-radius: 6px; cursor: pointer; &:not(.empty):hover { background: #1f23291a; diff --git a/frontend/src/components/layout/Workspace.vue b/frontend/src/components/layout/Workspace.vue index 1f76e92ad..456c083cd 100644 --- a/frontend/src/components/layout/Workspace.vue +++ b/frontend/src/components/layout/Workspace.vue @@ -198,7 +198,7 @@ onMounted(async () => { padding-right: 8px; margin-bottom: 2px; position: relative; - border-radius: 4px; + border-radius: 6px; cursor: pointer; &:not(.empty):hover { background: #1f23291a; diff --git a/frontend/src/components/layout/index.vue b/frontend/src/components/layout/index.vue index f83ef983a..4a0097e41 100644 --- a/frontend/src/components/layout/index.vue +++ b/frontend/src/components/layout/index.vue @@ -362,7 +362,7 @@ onMounted(() => { column-gap: 12px; align-items: center; padding: 8px 16px; - border-radius: 4px; + border-radius: 6px; cursor: pointer; border: none; font-weight: 500; @@ -493,7 +493,7 @@ onMounted(() => { column-gap: 12px; align-items: center; padding: 8px 16px; - border-radius: 4px; + border-radius: 6px; cursor: pointer; border: none; font-weight: 500; diff --git a/frontend/src/style.less b/frontend/src/style.less index fe7799bbb..444154f1a 100644 --- a/frontend/src/style.less +++ b/frontend/src/style.less @@ -84,7 +84,7 @@ body { .list-item_primary { height: 40px; - border-radius: 4px; + border-radius: 6px; padding: 8px 12px; cursor: pointer; display: flex; @@ -226,7 +226,7 @@ strong { .ed-select__popper { padding: 0 4px !important; .ed-select-dropdown__item { - border-radius: 4px; + border-radius: 6px; } .ed-select-dropdown__list { @@ -427,7 +427,7 @@ strong { } .ed-tree-node__content { - border-radius: 4px; + border-radius: 6px; } diff --git a/frontend/src/views/chat/ChatList.vue b/frontend/src/views/chat/ChatList.vue index c2a98aa3b..1753da945 100644 --- a/frontend/src/views/chat/ChatList.vue +++ b/frontend/src/views/chat/ChatList.vue @@ -399,7 +399,7 @@ const handleConfirmPassword = () => { diff --git a/frontend/src/views/dashboard/canvas/ComponentBar.vue b/frontend/src/views/dashboard/canvas/ComponentBar.vue index bd6ac78b2..b2480804c 100644 --- a/frontend/src/views/dashboard/canvas/ComponentBar.vue +++ b/frontend/src/views/dashboard/canvas/ComponentBar.vue @@ -115,7 +115,7 @@ const doDeleteComponent = (e: MouseEvent) => {