diff --git a/core/core-frontend/src/components/assist-button/ColorButton.vue b/core/core-frontend/src/components/assist-button/ColorButton.vue
index 15a42f1be0..0fd887ef6d 100644
--- a/core/core-frontend/src/components/assist-button/ColorButton.vue
+++ b/core/core-frontend/src/components/assist-button/ColorButton.vue
@@ -44,7 +44,7 @@ const colorButtonClick = () => {
.color-button-outer {
width: 32px;
height: 32px;
- border-radius: 4px;
+ border-radius: 6px;
border-width: 1px;
border-color: #dee0e3;
cursor: pointer;
@@ -68,7 +68,7 @@ const colorButtonClick = () => {
.color-button-inner {
width: 20px;
height: 20px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dee0e3;
}
.color-button-inner-light {
diff --git a/core/core-frontend/src/components/dashboard/DashboardHiddenComponent.vue b/core/core-frontend/src/components/dashboard/DashboardHiddenComponent.vue
index db90e2895e..7a78e8dc50 100644
--- a/core/core-frontend/src/components/dashboard/DashboardHiddenComponent.vue
+++ b/core/core-frontend/src/components/dashboard/DashboardHiddenComponent.vue
@@ -71,7 +71,7 @@ const addToDashboard = item => {
float: left;
background: #fff;
padding: 4px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dee0e3;
&:nth-child(2n) {
margin-right: -1px;
diff --git a/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue b/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue
index 355f92d795..811dd6d3bc 100644
--- a/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue
+++ b/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue
@@ -264,7 +264,7 @@ const saveSelfSubject = () => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue
index 906e852cc8..e31eed74f8 100644
--- a/core/core-frontend/src/components/dashboard/DbToolbar.vue
+++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue
@@ -924,7 +924,7 @@ const initOpenHandler = newWindow => {
background-color: #050e21;
outline: none;
border: 1px solid #295acc;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
height: 100%;
}
diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ViewSimpleTitle.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ViewSimpleTitle.vue
index 567c6967f0..6e57a88c59 100644
--- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ViewSimpleTitle.vue
+++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ViewSimpleTitle.vue
@@ -198,7 +198,7 @@ function setPosition(p: 'left' | 'center' | 'right') {
.ed-checkbox__label {
.bash-icon {
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
- border-radius: 4px;
+ border-radius: 6px;
color: var(--ed-color-primary);
}
}
@@ -208,7 +208,7 @@ function setPosition(p: 'left' | 'center' | 'right') {
.ed-radio__label {
.bash-icon {
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
- border-radius: 4px;
+ border-radius: 6px;
}
}
}
@@ -242,7 +242,7 @@ function setPosition(p: 'left' | 'center' | 'right') {
width: 24px;
height: 24px;
text-align: center;
- border-radius: 4px;
+ border-radius: 6px;
padding-top: 1px;
color: #1f2329;
diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
index 407b7285c8..0e3d6755ca 100644
--- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
+++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
@@ -222,7 +222,7 @@ onUnmounted(() => {
height: 24px !important;
width: 24px !important;
font-size: 16px !important;
- border-radius: 4px;
+ border-radius: 6px;
color: #646a73 !important;
&[aria-expanded='true'] {
diff --git a/core/core-frontend/src/components/data-visualization/DvToolbar.vue b/core/core-frontend/src/components/data-visualization/DvToolbar.vue
index 93f887a728..82d66393b2 100644
--- a/core/core-frontend/src/components/data-visualization/DvToolbar.vue
+++ b/core/core-frontend/src/components/data-visualization/DvToolbar.vue
@@ -464,6 +464,7 @@ const fullScreenPreview = () => {
@@ -631,7 +632,7 @@ const fullScreenPreview = () => {
background-color: #050e21;
outline: none;
border: 1px solid #295acc;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
height: 100%;
}
diff --git a/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue b/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue
index e4efb32c21..56fbe88e63 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue
@@ -567,7 +567,7 @@ const expandClick = component => {
cursor: pointer;
height: 22px !important;
width: 22px !important;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
.opt-icon {
diff --git a/core/core-frontend/src/components/data-visualization/RealTimeGroupInner.vue b/core/core-frontend/src/components/data-visualization/RealTimeGroupInner.vue
index de29f96104..3ed55ba21e 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeGroupInner.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeGroupInner.vue
@@ -532,7 +532,7 @@ const expandClick = component => {
cursor: pointer;
height: 22px !important;
width: 22px !important;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
.opt-icon {
diff --git a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
index 506575b905..8a3bf883a4 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
@@ -784,7 +784,7 @@ const canvasChange = () => {
cursor: pointer;
height: 22px !important;
width: 22px !important;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
.opt-icon {
diff --git a/core/core-frontend/src/components/data-visualization/RealTimeTab.vue b/core/core-frontend/src/components/data-visualization/RealTimeTab.vue
index 6b578a5d60..b918e6aa9b 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeTab.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeTab.vue
@@ -291,7 +291,7 @@ const expandClick = component => {
cursor: pointer;
height: 22px !important;
width: 22px !important;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
.opt-icon {
diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
index 93b1823b27..d13ea75bde 100644
--- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
+++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
@@ -399,7 +399,7 @@ const isMobileLazyLoadEnabled = computed(() => {
})
// 初始化IntersectionObserver
onMounted(() => {
- if (isMobileLazyLoadEnabled.value && showPositionActive.value === 'preview') {
+ if (isMobileLazyLoadEnabled.value) {
const wrapperInner = componentWrapperInnerRef.value
if (wrapperInner) {
observer.value = new IntersectionObserver(
diff --git a/core/core-frontend/src/components/filter-text/src/FilterText.vue b/core/core-frontend/src/components/filter-text/src/FilterText.vue
index 4d6204d99e..0624a5ae7e 100644
--- a/core/core-frontend/src/components/filter-text/src/FilterText.vue
+++ b/core/core-frontend/src/components/filter-text/src/FilterText.vue
@@ -170,7 +170,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/core/core-frontend/src/components/relation-chart/index.vue b/core/core-frontend/src/components/relation-chart/index.vue
index 3355c57302..ffb4b6e7b6 100644
--- a/core/core-frontend/src/components/relation-chart/index.vue
+++ b/core/core-frontend/src/components/relation-chart/index.vue
@@ -120,7 +120,7 @@ defineExpose({
width: 100%;
height: 100%;
background: #f5f6f7;
- border-radius: 4px;
+ border-radius: 6px;
position: relative;
}
}
diff --git a/core/core-frontend/src/components/rich-text/TinymceEditor.vue b/core/core-frontend/src/components/rich-text/TinymceEditor.vue
index d94de3377d..cb64616120 100644
--- a/core/core-frontend/src/components/rich-text/TinymceEditor.vue
+++ b/core/core-frontend/src/components/rich-text/TinymceEditor.vue
@@ -104,7 +104,7 @@ tinymce.init({})
}
.tox {
- border-radius: 4px !important;
+ border-radius: 6px !important;
border-bottom: 1px solid #ccc !important;
z-index: 1000;
}
diff --git a/core/core-frontend/src/components/visualization/ComponentButton.vue b/core/core-frontend/src/components/visualization/ComponentButton.vue
index b5d46b639c..10c90837ea 100644
--- a/core/core-frontend/src/components/visualization/ComponentButton.vue
+++ b/core/core-frontend/src/components/visualization/ComponentButton.vue
@@ -46,7 +46,7 @@ const emits = defineEmits(['customClick'])
position: relative;
&::after {
content: '';
- border-radius: 4px;
+ border-radius: 6px;
display: none;
position: absolute;
width: calc(100% + 10px);
diff --git a/core/core-frontend/src/components/visualization/DvSidebar.vue b/core/core-frontend/src/components/visualization/DvSidebar.vue
index a0c476e8ae..80611fb8d4 100644
--- a/core/core-frontend/src/components/visualization/DvSidebar.vue
+++ b/core/core-frontend/src/components/visualization/DvSidebar.vue
@@ -324,7 +324,7 @@ const onComponentNameChange = () => {
width: 100%;
outline: none;
border: 1px solid #295acc;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
height: 100%;
}
@@ -339,7 +339,7 @@ const onComponentNameChange = () => {
background-color: #050e21;
outline: none;
border: 1px solid #295acc;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
height: 100%;
}
diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue
index 8a33c3ba5e..676de8cc65 100644
--- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue
+++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue
@@ -1151,7 +1151,7 @@ defineExpose({
.preview {
margin-top: 5px;
border: 1px solid #e6e6e6;
- border-radius: 4px;
+ border-radius: 6px;
height: 470px !important;
overflow: hidden;
background-size: 100% 100% !important;
@@ -1285,7 +1285,7 @@ defineExpose({
white-space: nowrap;
text-overflow: ellipsis;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dee0e3;
background: #fff;
@@ -1483,13 +1483,13 @@ span {
.outer-content {
height: 340px;
- border-radius: 4px;
+ border-radius: 6px;
}
.padding-lr {
height: 500px;
border: 1px solid var(--deCardStrokeColor, #dee0e3);
- border-radius: 4px;
+ border-radius: 6px;
padding: 12px;
box-sizing: border-box;
margin-left: 12px;
diff --git a/core/core-frontend/src/components/visualization/LinkageSet.vue b/core/core-frontend/src/components/visualization/LinkageSet.vue
index 57308a9b7f..91ebf2b583 100644
--- a/core/core-frontend/src/components/visualization/LinkageSet.vue
+++ b/core/core-frontend/src/components/visualization/LinkageSet.vue
@@ -691,7 +691,7 @@ defineExpose({
.preview {
margin-top: 5px;
border: 1px solid #e6e6e6;
- border-radius: 4px;
+ border-radius: 6px;
height: 470px !important;
overflow: hidden;
background-size: 100% 100% !important;
@@ -934,13 +934,13 @@ span {
.outer-content {
height: 340px;
- border-radius: 4px;
+ border-radius: 6px;
}
.padding-lr {
height: 500px;
border: 1px solid var(--deCardStrokeColor, #dee0e3);
- border-radius: 4px;
+ border-radius: 6px;
padding: 12px;
box-sizing: border-box;
margin-left: 12px;
diff --git a/core/core-frontend/src/components/visualization/OuterParamsSet.vue b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
index d8c9d06b10..cd0c778542 100644
--- a/core/core-frontend/src/components/visualization/OuterParamsSet.vue
+++ b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
@@ -859,7 +859,7 @@ defineExpose({
.preview {
margin-top: 5px;
border: 1px solid #e6e6e6;
- border-radius: 4px;
+ border-radius: 6px;
height: 470px !important;
overflow: hidden;
background-size: 100% 100% !important;
@@ -1120,7 +1120,7 @@ defineExpose({
.expand-custom {
width: 16px;
height: 16px;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0px 1px;
color: rgba(100, 106, 115, 1);
&:hover {
@@ -1131,7 +1131,7 @@ defineExpose({
.ds-view-content {
width: calc(100% - 16px);
- border-radius: 4px;
+ border-radius: 6px;
margin: 8px 16px 0 16px;
padding: 12px;
background: rgba(245, 246, 247, 1);
diff --git a/core/core-frontend/src/components/visualization/SettingMenu.vue b/core/core-frontend/src/components/visualization/SettingMenu.vue
index 33c51bd3f1..bb0c09e6c2 100644
--- a/core/core-frontend/src/components/visualization/SettingMenu.vue
+++ b/core/core-frontend/src/components/visualization/SettingMenu.vue
@@ -359,7 +359,7 @@ onMounted(() => {
ul {
border: 1px solid #e4e7ed;
- border-radius: 4px;
+ border-radius: 6px;
background-color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-sizing: border-box;
diff --git a/core/core-frontend/src/components/visualization/common/DeUpload.vue b/core/core-frontend/src/components/visualization/common/DeUpload.vue
index 48269ca59f..8d35267bd6 100644
--- a/core/core-frontend/src/components/visualization/common/DeUpload.vue
+++ b/core/core-frontend/src/components/visualization/common/DeUpload.vue
@@ -128,7 +128,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -206,7 +206,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue
index 98a4368407..42ae4f0d82 100644
--- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue
+++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue
@@ -622,7 +622,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -675,7 +675,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/components/visualization/component-background/BoardItem.vue b/core/core-frontend/src/components/visualization/component-background/BoardItem.vue
index da4ccae390..fb6b9c5f83 100644
--- a/core/core-frontend/src/components/visualization/component-background/BoardItem.vue
+++ b/core/core-frontend/src/components/visualization/component-background/BoardItem.vue
@@ -53,7 +53,7 @@ const mainIconClass = itemUrl => {
&:hover {
border: 1px dashed var(--ed-color-primary-99, rgba(51, 112, 255, 0.6));
}
- border-radius: 4px;
+ border-radius: 6px;
background-color: #f5f6f7;
width: 88px;
height: 64px;
diff --git a/core/core-frontend/src/components/visualization/component-background/CanvasBackground.vue b/core/core-frontend/src/components/visualization/component-background/CanvasBackground.vue
index a0cc17f7a5..36196c6e71 100644
--- a/core/core-frontend/src/components/visualization/component-background/CanvasBackground.vue
+++ b/core/core-frontend/src/components/visualization/component-background/CanvasBackground.vue
@@ -274,7 +274,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -327,7 +327,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue
index dc9d75025f..13a7c8b647 100644
--- a/core/core-frontend/src/custom-component/common/CommonAttr.vue
+++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue
@@ -437,7 +437,7 @@ onMounted(() => {
width: 24px;
height: 24px;
text-align: center;
- border-radius: 4px;
+ border-radius: 6px;
padding-top: 4px;
color: #1f2329;
diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
index e8766d4cc4..4340da51c7 100644
--- a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
+++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
@@ -638,7 +638,7 @@ watch(
.ed-checkbox__label {
.bash-icon {
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
- border-radius: 4px;
+ border-radius: 6px;
color: var(--ed-color-primary);
}
}
@@ -648,7 +648,7 @@ watch(
.ed-radio__label {
.bash-icon {
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
- border-radius: 4px;
+ border-radius: 6px;
}
}
}
@@ -682,7 +682,7 @@ watch(
width: 24px;
height: 24px;
text-align: center;
- border-radius: 4px;
+ border-radius: 6px;
padding-top: 1px;
color: #1f2329;
@@ -750,7 +750,7 @@ watch(
width: 24px;
height: 24px;
text-align: center;
- border-radius: 4px;
+ border-radius: 6px;
padding-top: 4px;
color: #1f2329;
diff --git a/core/core-frontend/src/custom-component/component-group/CommonGroup.vue b/core/core-frontend/src/custom-component/component-group/CommonGroup.vue
index ae957aeb53..921229c7b9 100644
--- a/core/core-frontend/src/custom-component/component-group/CommonGroup.vue
+++ b/core/core-frontend/src/custom-component/component-group/CommonGroup.vue
@@ -135,7 +135,7 @@ const findUrl = name => {
white-space: nowrap;
list-style-type: none;
list-style-position: inside;
- border-radius: 4px;
+ border-radius: 6px;
padding-left: 8px;
&:hover {
background: rgba(255, 255, 255, 0.1);
@@ -174,7 +174,7 @@ const findUrl = name => {
height: 64px;
background: #1a1a1a;
padding: 4px;
- border-radius: 4px;
+ border-radius: 6px;
cursor: pointer;
&:hover {
outline: 1px solid var(--ed-color-primary);
@@ -203,7 +203,7 @@ const findUrl = name => {
.item-top {
width: 28px;
height: 28px;
- border-radius: 4px;
+ border-radius: 6px;
padding: 4px;
cursor: pointer;
&:hover {
diff --git a/core/core-frontend/src/custom-component/component-group/DragComponent.vue b/core/core-frontend/src/custom-component/component-group/DragComponent.vue
index 62a84d55b5..90f3206ea0 100644
--- a/core/core-frontend/src/custom-component/component-group/DragComponent.vue
+++ b/core/core-frontend/src/custom-component/component-group/DragComponent.vue
@@ -52,13 +52,13 @@ const { icon, name, label, dragInfo, themes } = toRefs(props)
}
}
.drag-component {
- border-radius: 4px;
+ border-radius: 6px;
width: 88px !important;
margin-right: 12px;
.icon-content {
width: 88px !important;
height: 64px !important;
- border-radius: 4px;
+ border-radius: 6px;
&:hover {
border: 1px solid var(--ed-color-primary);
cursor: pointer;
diff --git a/core/core-frontend/src/custom-component/component-group/UserViewGroup.vue b/core/core-frontend/src/custom-component/component-group/UserViewGroup.vue
index 91f9447c16..23209bf189 100644
--- a/core/core-frontend/src/custom-component/component-group/UserViewGroup.vue
+++ b/core/core-frontend/src/custom-component/component-group/UserViewGroup.vue
@@ -252,7 +252,7 @@ const loadPluginCategory = data => {
white-space: nowrap;
list-style-type: none;
list-style-position: inside;
- border-radius: 4px;
+ border-radius: 6px;
color: #a6a6a6;
padding-left: 8px;
&:hover {
@@ -300,7 +300,7 @@ const loadPluginCategory = data => {
width: 88px;
height: 64px;
background: #1a1a1a;
- border-radius: 4px;
+ border-radius: 6px;
cursor: pointer;
display: flex;
align-items: center;
diff --git a/core/core-frontend/src/custom-component/de-graphical/Attr.vue b/core/core-frontend/src/custom-component/de-graphical/Attr.vue
index acb43c5175..e5e64455ab 100644
--- a/core/core-frontend/src/custom-component/de-graphical/Attr.vue
+++ b/core/core-frontend/src/custom-component/de-graphical/Attr.vue
@@ -108,7 +108,7 @@ onBeforeUnmount(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/custom-component/de-screen/DeCustomTab.vue b/core/core-frontend/src/custom-component/de-screen/DeCustomTab.vue
index ee267b9bc0..5ffc736b3d 100644
--- a/core/core-frontend/src/custom-component/de-screen/DeCustomTab.vue
+++ b/core/core-frontend/src/custom-component/de-screen/DeCustomTab.vue
@@ -172,7 +172,7 @@ const noBorder = computed(() => props.borderColor === 'none')
&:first-child {
border-left: 1px solid var(--de-border-color);
- border-radius: 4px 0 0 4px;
+ border-radius: 6px 0 0 4px;
}
&:last-child {
diff --git a/core/core-frontend/src/custom-component/de-tabs/CustomTabsSortSide.vue b/core/core-frontend/src/custom-component/de-tabs/CustomTabsSortSide.vue
index 8964e3861c..7f9535338f 100644
--- a/core/core-frontend/src/custom-component/de-tabs/CustomTabsSortSide.vue
+++ b/core/core-frontend/src/custom-component/de-tabs/CustomTabsSortSide.vue
@@ -276,7 +276,7 @@ import { deepCopy } from '@/utils/utils'
cursor: pointer;
height: 22px !important;
width: 22px !important;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
color: #a6a6a6;
diff --git a/core/core-frontend/src/custom-component/de-tabs/DeCustomTab.vue b/core/core-frontend/src/custom-component/de-tabs/DeCustomTab.vue
index ee267b9bc0..5ffc736b3d 100644
--- a/core/core-frontend/src/custom-component/de-tabs/DeCustomTab.vue
+++ b/core/core-frontend/src/custom-component/de-tabs/DeCustomTab.vue
@@ -172,7 +172,7 @@ const noBorder = computed(() => props.borderColor === 'none')
&:first-child {
border-left: 1px solid var(--de-border-color);
- border-radius: 4px 0 0 4px;
+ border-radius: 6px 0 0 4px;
}
&:last-child {
diff --git a/core/core-frontend/src/custom-component/de-time-clock/Attr.vue b/core/core-frontend/src/custom-component/de-time-clock/Attr.vue
index 61fff72f60..935acf739c 100644
--- a/core/core-frontend/src/custom-component/de-time-clock/Attr.vue
+++ b/core/core-frontend/src/custom-component/de-time-clock/Attr.vue
@@ -120,7 +120,7 @@ onBeforeUnmount(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/custom-component/de-time-clock/CustomAttr.vue b/core/core-frontend/src/custom-component/de-time-clock/CustomAttr.vue
index 6390c7fede..cf049ff6ff 100644
--- a/core/core-frontend/src/custom-component/de-time-clock/CustomAttr.vue
+++ b/core/core-frontend/src/custom-component/de-time-clock/CustomAttr.vue
@@ -68,7 +68,7 @@ const { curComponent } = storeToRefs(dvMainStore)
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
diff --git a/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue b/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue
index f6fee3e9c3..439ff97896 100644
--- a/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue
+++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue
@@ -142,7 +142,7 @@ const initOpenHandler = newWindow => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -226,7 +226,7 @@ const initOpenHandler = newWindow => {
margin-top: 8px;
background: #fff;
height: 32px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dcdfe6;
display: flex;
color: #cccccc;
diff --git a/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue b/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue
index 365b34a5f8..dbccce684e 100644
--- a/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue
+++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue
@@ -180,7 +180,7 @@ onMounted(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -264,7 +264,7 @@ onMounted(() => {
margin-top: 8px;
background: #fff;
height: 32px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dcdfe6;
display: flex;
color: #cccccc;
diff --git a/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue b/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue
index 359f66816e..80132506e1 100644
--- a/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue
+++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue
@@ -239,7 +239,7 @@ onBeforeUnmount(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -320,7 +320,7 @@ onBeforeUnmount(() => {
margin-top: 8px;
background: #fff;
height: 32px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dcdfe6;
display: flex;
color: #cccccc;
diff --git a/core/core-frontend/src/custom-component/picture-group/PictureItem.vue b/core/core-frontend/src/custom-component/picture-group/PictureItem.vue
index d50f91cf19..28b372e430 100644
--- a/core/core-frontend/src/custom-component/picture-group/PictureItem.vue
+++ b/core/core-frontend/src/custom-component/picture-group/PictureItem.vue
@@ -37,7 +37,7 @@ const { urlInfo, active } = toRefs(props)
&:hover {
border: 1px dashed var(--ed-color-primary-99, rgba(51, 112, 255, 0.6));
}
- border-radius: 4px;
+ border-radius: 6px;
background-color: #f5f6f7;
width: 80px;
height: 56px;
diff --git a/core/core-frontend/src/custom-component/picture-group/PictureOptionPrefix.vue b/core/core-frontend/src/custom-component/picture-group/PictureOptionPrefix.vue
index 2dd329338e..09ab24c6b6 100644
--- a/core/core-frontend/src/custom-component/picture-group/PictureOptionPrefix.vue
+++ b/core/core-frontend/src/custom-component/picture-group/PictureOptionPrefix.vue
@@ -23,7 +23,7 @@ withDefaults(
flex-direction: column;
align-content: center;
img {
- border-radius: 4px;
+ border-radius: 6px;
width: 100%;
height: 100%;
}
diff --git a/core/core-frontend/src/custom-component/picture/Attr.vue b/core/core-frontend/src/custom-component/picture/Attr.vue
index 19c9c2bd82..dec331ff17 100644
--- a/core/core-frontend/src/custom-component/picture/Attr.vue
+++ b/core/core-frontend/src/custom-component/picture/Attr.vue
@@ -241,7 +241,7 @@ onBeforeUnmount(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -324,7 +324,7 @@ onBeforeUnmount(() => {
margin-top: 8px;
background: #fff;
height: 32px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dcdfe6;
display: flex;
color: #cccccc;
diff --git a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue
index fcdd677b12..885be34fb4 100644
--- a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue
+++ b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue
@@ -814,7 +814,7 @@ defineExpose({
diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue
index 4cf22792fc..18ff6e577b 100644
--- a/core/core-frontend/src/views/template-market/index.vue
+++ b/core/core-frontend/src/views/template-market/index.vue
@@ -744,7 +744,7 @@ defineExpose({
cursor: pointer;
&.hover-icon_custom {
- border-radius: 4px;
+ border-radius: 6px;
color: #646a73;
&[aria-expanded='true'] {
diff --git a/core/core-frontend/src/views/template/component/DeTemplateImport.vue b/core/core-frontend/src/views/template/component/DeTemplateImport.vue
index 74b1782d6e..124a4923fc 100644
--- a/core/core-frontend/src/views/template/component/DeTemplateImport.vue
+++ b/core/core-frontend/src/views/template/component/DeTemplateImport.vue
@@ -326,7 +326,7 @@ if (props.templateId) {
height: 300px !important;
overflow: auto;
background-size: 100% 100% !important;
- border-radius: 4px;
+ border-radius: 6px;
}
.preview-show {
border-left: 1px solid #e6e6e6;
diff --git a/core/core-frontend/src/views/template/component/DeTemplateItem.vue b/core/core-frontend/src/views/template/component/DeTemplateItem.vue
index 6dff315e13..11d48e5235 100644
--- a/core/core-frontend/src/views/template/component/DeTemplateItem.vue
+++ b/core/core-frontend/src/views/template/component/DeTemplateItem.vue
@@ -88,7 +88,7 @@ const handleCommand = key => {
position: relative;
background: #ffffff;
border: 1px solid #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
margin: 0 16px 16px 0;
overflow: hidden;
.custom-item-checkbox {
@@ -132,12 +132,12 @@ const handleCommand = key => {
.el-icon-more:hover {
background: rgba(31, 35, 41, 0.1);
- border-radius: 4px;
+ border-radius: 6px;
}
.el-icon-more:active {
background: rgba(31, 35, 41, 0.2);
- border-radius: 4px;
+ border-radius: 6px;
}
}
@@ -177,7 +177,7 @@ const handleCommand = key => {
.icon-screen-new {
background: var(--ed-color-primary);
- border-radius: 4px;
+ border-radius: 6px;
color: #fff;
padding: 3px;
}
diff --git a/core/core-frontend/src/views/template/component/DeTemplateList.vue b/core/core-frontend/src/views/template/component/DeTemplateList.vue
index 2e2081fa1a..5a98925a8d 100644
--- a/core/core-frontend/src/views/template/component/DeTemplateList.vue
+++ b/core/core-frontend/src/views/template/component/DeTemplateList.vue
@@ -142,7 +142,7 @@ defineExpose({
padding: 0 30px 0 12px;
display: flex;
align-items: center;
- border-radius: 4px;
+ border-radius: 6px;
color: var(--deTextPrimary, #1f2329);
font-family: var(--de-custom_font, 'PingFang');
font-style: normal;
@@ -186,12 +186,12 @@ defineExpose({
.el-icon-more:hover {
background: rgba(31, 35, 41, 0.1);
- border-radius: 4px;
+ border-radius: 6px;
}
.el-icon-more:active {
background: rgba(31, 35, 41, 0.2);
- border-radius: 4px;
+ border-radius: 6px;
}
}
diff --git a/core/core-frontend/src/views/visualized/data/dataset/auth-tree/FilterFiled.vue b/core/core-frontend/src/views/visualized/data/dataset/auth-tree/FilterFiled.vue
index 0cbbaed89d..de557056ce 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/auth-tree/FilterFiled.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/auth-tree/FilterFiled.vue
@@ -935,7 +935,7 @@ const emits = defineEmits(['update:item', 'del'])
:nth-child(2) {
height: 26px;
line-height: 26px;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0 4px;
color: var(--ed-color-primary, #3370ff);
&:hover {
@@ -985,7 +985,7 @@ const emits = defineEmits(['update:item', 'del'])
width: 24px;
margin: 0px;
height: 24px;
- border-radius: 4px;
+ border-radius: 6px;
background-color: #1f23291a;
}
}
@@ -1029,7 +1029,7 @@ const emits = defineEmits(['update:item', 'del'])
margin: 5px 0;
background-color: #fff;
border: 1px solid #ebeef5;
- border-radius: 4px;
+ border-radius: 6px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
margin-top: 12px;
position: absolute;
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue b/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue
index c6b6cd13b8..4a201be69f 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue
@@ -1481,7 +1481,7 @@ const mousedownDrag = () => {
height: 28px;
margin-top: 4px;
word-break: break-all;
- border-radius: 4px;
+ border-radius: 6px;
.icon-right {
display: none;
@@ -1691,7 +1691,7 @@ const mousedownDrag = () => {
.content {
height: 80px;
width: 822px;
- border-radius: 4px;
+ border-radius: 6px;
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
position: relative;
line-height: 22px;
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue b/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue
index 01636ce441..c8b54ebff2 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/CalcFieldEdit.vue
@@ -717,12 +717,12 @@ initFunction()
border: 1px solid var(--deCardStrokeColor, #dee0e3);
box-sizing: border-box;
height: 500px;
- border-radius: 4px;
+ border-radius: 6px;
}
}
.hover-icon_quota {
cursor: pointer;
- border-radius: 4px;
+ border-radius: 6px;
font-size: 16px;
position: relative;
@@ -733,7 +733,7 @@ initFunction()
width: 24px;
height: 24px;
background: rgba(31, 35, 41, 0.1);
- border-radius: 4px;
+ border-radius: 6px;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
@@ -747,7 +747,7 @@ initFunction()
width: 24px;
height: 24px;
background: rgba(31, 35, 41, 0.1);
- border-radius: 4px;
+ border-radius: 6px;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
@@ -761,7 +761,7 @@ initFunction()
width: 24px;
height: 24px;
background: rgba(31, 35, 41, 0.2);
- border-radius: 4px;
+ border-radius: 6px;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
@@ -803,7 +803,7 @@ initFunction()
height: 28px;
margin-top: 4px;
word-break: break-all;
- border-radius: 4px;
+ border-radius: 6px;
.icon-right {
display: none;
@@ -840,7 +840,7 @@ initFunction()
min-height: 28px;
padding: 0px 8px;
margin-bottom: 4px;
- border-radius: 4px;
+ border-radius: 6px;
color: #1f2329;
&:hover {
background: rgba(31, 35, 41, 0.1);
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/CreatDsGroup.vue b/core/core-frontend/src/views/visualized/data/dataset/form/CreatDsGroup.vue
index 0edcb6c4cb..ede5ba6d96 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/CreatDsGroup.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/CreatDsGroup.vue
@@ -399,7 +399,7 @@ const emits = defineEmits(['finish', 'onDatasetSave'])
width: 552px;
height: 380px;
border: 1px solid #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
padding: 8px;
overflow-y: auto;
.custom-tree-node {
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/DatasetUnion.vue b/core/core-frontend/src/views/visualized/data/dataset/form/DatasetUnion.vue
index 7753cb475b..e8d6a91aa6 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/DatasetUnion.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/DatasetUnion.vue
@@ -1310,7 +1310,7 @@ const emits = defineEmits([
height: 100%;
width: 100%;
border: 1px solid #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
font-family: var(--de-custom_font, 'PingFang');
font-size: 14px;
font-weight: 400;
@@ -1350,7 +1350,7 @@ const emits = defineEmits([
left: -1px;
top: -1px;
background: var(--ed-color-primary);
- border-radius: 4px 0px 0px 4px;
+ border-radius: 6px 0px 0px 4px;
}
}
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue b/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue
index 5f2f8dce86..01680ba816 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue
@@ -198,7 +198,7 @@ const handleChange = () => {
cursor: pointer;
height: 24px;
width: 24px;
- border-radius: 4px;
+ border-radius: 6px;
font-size: 16px;
&:hover {
background: rgba(31, 35, 41, 0.1);
@@ -226,7 +226,7 @@ const handleChange = () => {
}
.ed-cascader-panel {
.ed-cascader-menu {
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dee0e3;
background: #fff;
box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.1);
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/UnionEdit.vue b/core/core-frontend/src/views/visualized/data/dataset/form/UnionEdit.vue
index 430a91384d..245858eb22 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/UnionEdit.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/UnionEdit.vue
@@ -151,7 +151,7 @@ defineExpose({
.field-style {
height: 430px;
border: 1px solid var(--deCardStrokeColor, #dee0e3);
- border-radius: 4px;
+ border-radius: 6px;
width: 100%;
box-sizing: border-box;
display: flex;
diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue
index cd870b65bd..15e6e28cd3 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue
@@ -3192,7 +3192,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
position: relative;
:deep(.ed-tree-node__content) {
- border-radius: 4px;
+ border-radius: 6px;
&:hover {
background: rgba(31, 35, 41, 0.1);
}
@@ -3456,7 +3456,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
.group-fields_item {
padding: 16px;
background: #f5f6f7;
- border-radius: 4px;
+ border-radius: 6px;
display: flex;
& + .group-fields_item {
diff --git a/core/core-frontend/src/views/visualized/data/dataset/index.vue b/core/core-frontend/src/views/visualized/data/dataset/index.vue
index b3c14adfa5..75aef40c4c 100644
--- a/core/core-frontend/src/views/visualized/data/dataset/index.vue
+++ b/core/core-frontend/src/views/visualized/data/dataset/index.vue
@@ -1197,7 +1197,7 @@ const proxyAllowDrop = throttle((arg1, arg2) => {
height: 200px;
width: 100%;
padding: 16px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid var(--deBorderBase, #dcdfe6);
overflow: auto;
@@ -1392,7 +1392,7 @@ const proxyAllowDrop = throttle((arg1, arg2) => {
padding: 24px;
margin: 24px;
background: #fff;
- border-radius: 4px;
+ border-radius: 6px;
height: calc(100% - 138px);
}
diff --git a/core/core-frontend/src/views/visualized/data/datasource/BaseInfoContent.vue b/core/core-frontend/src/views/visualized/data/datasource/BaseInfoContent.vue
index 22ea718752..d061204dec 100644
--- a/core/core-frontend/src/views/visualized/data/datasource/BaseInfoContent.vue
+++ b/core/core-frontend/src/views/visualized/data/datasource/BaseInfoContent.vue
@@ -34,7 +34,7 @@ defineExpose({
diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue
index a41c2b6d8a..ede14851d4 100644
--- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue
+++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue
@@ -518,7 +518,7 @@ const getEmptyDesc = (): string => {
.dashboard-type {
padding: 8px 24px 0 24px;
background: #fff;
- border-radius: 4px;
+ border-radius: 6px;
height: calc(100% - 280px);
margin-top: 16px;
@@ -580,7 +580,7 @@ const getEmptyDesc = (): string => {
font-size: 18px;
padding: 3px;
margin-right: 12px;
- border-radius: 4px;
+ border-radius: 6px;
color: #fff;
}
.name-star {
diff --git a/core/core-frontend/src/views/workbranch/TemplateBranchItem.vue b/core/core-frontend/src/views/workbranch/TemplateBranchItem.vue
index 9c9ca92479..c3cf7fc743 100644
--- a/core/core-frontend/src/views/workbranch/TemplateBranchItem.vue
+++ b/core/core-frontend/src/views/workbranch/TemplateBranchItem.vue
@@ -77,7 +77,7 @@ const templateInnerPreview = () => {
.template {
overflow: hidden;
border: 1px solid #d9d9d9;
- border-radius: 4px;
+ border-radius: 6px;
display: flex;
flex-wrap: wrap;
min-width: 181px;
diff --git a/core/core-frontend/src/views/workbranch/index.vue b/core/core-frontend/src/views/workbranch/index.vue
index aa5da9af86..8842366221 100644
--- a/core/core-frontend/src/views/workbranch/index.vue
+++ b/core/core-frontend/src/views/workbranch/index.vue
@@ -471,7 +471,7 @@ loadShareBase()
.user-info {
padding: 24px 16px 16px 16px;
background: #fff;
- border-radius: 4px;
+ border-radius: 6px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
@@ -555,7 +555,7 @@ loadShareBase()
}
.quick-creation {
- border-radius: 4px;
+ border-radius: 6px;
background: #fff;
margin-top: 16px;
padding: 24px;
@@ -578,7 +578,7 @@ loadShareBase()
padding: 12px;
width: 150px;
margin-top: 16px;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dee0e3;
display: flex;
align-items: center;
@@ -591,7 +591,7 @@ loadShareBase()
font-size: 21.33px;
padding: 5.33px;
margin-right: 12px;
- border-radius: 4px;
+ border-radius: 6px;
color: #fff;
}
@@ -651,7 +651,7 @@ loadShareBase()
.template-market {
padding: 24px 24px 0;
background: #fff;
- border-radius: 4px;
+ border-radius: 6px;
.label {
color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off;
@@ -668,7 +668,7 @@ loadShareBase()
font-size: 14px;
font-weight: 400;
line-height: 22px;
- border-radius: 4px;
+ border-radius: 6px;
button {
cursor: pointer;
@@ -677,7 +677,7 @@ loadShareBase()
.flex-center {
padding: 0 4px;
color: #646a73;
- border-radius: 4px;
+ border-radius: 6px;
height: 26px;
border: none;
outline: none;
@@ -699,7 +699,7 @@ loadShareBase()
color: #1f2329;
cursor: pointer;
height: 24px;
- border-radius: 4px;
+ border-radius: 6px;
background: rgba(31, 35, 41, 0.1);
display: inline-flex;
align-items: center;