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 b80f4d2bb4..05136452e1 100644
--- a/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue
+++ b/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue
@@ -262,7 +262,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 885160abc0..80d28aad51 100644
--- a/core/core-frontend/src/components/dashboard/DbToolbar.vue
+++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue
@@ -947,7 +947,7 @@ const userGroupShow = ref(false)
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 57723896fd..1b69caf4d1 100644
--- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
+++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
@@ -224,7 +224,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 bd00e05b1f..78ce1d207d 100644
--- a/core/core-frontend/src/components/data-visualization/DvToolbar.vue
+++ b/core/core-frontend/src/components/data-visualization/DvToolbar.vue
@@ -461,6 +461,7 @@ const fullScreenPreview = () => {
@@ -628,7 +629,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 fbe5a1f4ea..a9c74eda78 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeGroup.vue
@@ -570,7 +570,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 786279d522..9e2522ca10 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
@@ -785,7 +785,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 b9e2e02a55..34d5ee419a 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeTab.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeTab.vue
@@ -306,7 +306,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 9e46061660..fa548a1111 100644
--- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
+++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue
@@ -417,7 +417,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 11fe323fe2..0f2649b565 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 3b30b5ab53..18a1ce8b4f 100644
--- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue
+++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue
@@ -1123,7 +1123,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;
@@ -1257,7 +1257,7 @@ defineExpose({
white-space: nowrap;
text-overflow: ellipsis;
- border-radius: 4px;
+ border-radius: 6px;
border: 1px solid #dee0e3;
background: #fff;
@@ -1455,13 +1455,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 09ccea24d4..11a55610bf 100644
--- a/core/core-frontend/src/components/visualization/LinkageSet.vue
+++ b/core/core-frontend/src/components/visualization/LinkageSet.vue
@@ -674,7 +674,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;
@@ -917,13 +917,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 feb69c3f18..2a6ebbfe21 100644
--- a/core/core-frontend/src/components/visualization/OuterParamsSet.vue
+++ b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
@@ -794,7 +794,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;
@@ -1055,7 +1055,7 @@ defineExpose({
.expand-custom {
width: 16px;
height: 16px;
- border-radius: 4px;
+ border-radius: 6px;
padding: 0px 1px;
color: rgba(100, 106, 115, 1);
&:hover {
@@ -1066,7 +1066,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 929e4d076a..bbdd2398fd 100644
--- a/core/core-frontend/src/components/visualization/common/DeUpload.vue
+++ b/core/core-frontend/src/components/visualization/common/DeUpload.vue
@@ -131,7 +131,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -209,7 +209,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 b4eccbb2bd..49ffccf32b 100644
--- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue
+++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue
@@ -611,7 +611,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -664,7 +664,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 207f04281f..16de015681 100644
--- a/core/core-frontend/src/components/visualization/component-background/CanvasBackground.vue
+++ b/core/core-frontend/src/components/visualization/component-background/CanvasBackground.vue
@@ -238,7 +238,7 @@ watch(
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -291,7 +291,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 c8d199f2b0..7ca485853a 100644
--- a/core/core-frontend/src/custom-component/common/CommonAttr.vue
+++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue
@@ -431,7 +431,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 1cd96b50c9..c3e39326f6 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 a190a9806b..c047958551 100644
--- a/core/core-frontend/src/custom-component/component-group/DragComponent.vue
+++ b/core/core-frontend/src/custom-component/component-group/DragComponent.vue
@@ -54,13 +54,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/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 d1ae3dd055..1f2c3a06ed 100644
--- a/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue
+++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupUploadAttr.vue
@@ -218,7 +218,7 @@ onBeforeUnmount(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -299,7 +299,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 a720a792af..a0228ca836 100644
--- a/core/core-frontend/src/custom-component/picture/Attr.vue
+++ b/core/core-frontend/src/custom-component/picture/Attr.vue
@@ -242,7 +242,7 @@ onBeforeUnmount(() => {
:deep(.ed-upload--picture-card) {
background: #eff0f1;
border: 1px dashed #dee0e3;
- border-radius: 4px;
+ border-radius: 6px;
.ed-icon {
color: #1f2329;
@@ -325,7 +325,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 8f1a673986..d610433345 100644
--- a/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue
+++ b/core/core-frontend/src/custom-component/rich-text/DeRichTextView.vue
@@ -797,7 +797,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 60bf07f34f..fd682a9af0 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 a5a5e0a5ba..80232c26e7 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 5a4cb22eb3..0341b2a47c 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
@@ -1477,7 +1477,7 @@ const mousedownDrag = () => {
height: 28px;
margin-top: 4px;
word-break: break-all;
- border-radius: 4px;
+ border-radius: 6px;
.icon-right {
display: none;
@@ -1687,7 +1687,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 796a170c30..ef29e68b7d 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
@@ -3182,7 +3182,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);
}
@@ -3446,7 +3446,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 b671511458..7b2ce347bf 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 04edacba2e..3f3c20a298 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;