From 39a7815d4262d771cbb6023493814214f6067b48 Mon Sep 17 00:00:00 2001 From: QuietlyChan <1013893148@qq.com> Date: Wed, 3 Apr 2024 17:22:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=88=A0=E9=99=A4=E7=94=BB?= =?UTF-8?q?=E5=B8=83=E8=83=8C=E6=99=AF=E5=92=8C=E7=BB=84=E4=BB=B6=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E7=9A=84=E5=9C=86=E8=A7=92=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=AB=98=E4=BA=AE=E5=90=8E=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=EF=BC=8C=E5=87=8F=E5=B0=91=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E8=80=85=E7=9A=84=E5=B9=B2=E6=89=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ContentEdit/components/EditRange/index.vue | 1 - .../ContentEdit/components/EditShapeBox/index.vue | 15 +++++++-------- src/views/chart/ContentEdit/index.vue | 1 - 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/views/chart/ContentEdit/components/EditRange/index.vue b/src/views/chart/ContentEdit/components/EditRange/index.vue index d3be9d95..81944bd6 100644 --- a/src/views/chart/ContentEdit/components/EditRange/index.vue +++ b/src/views/chart/ContentEdit/components/EditRange/index.vue @@ -55,7 +55,6 @@ const rangeModelStyle = computed(() => { position: relative; transform-origin: left top; background-size: cover; - border-radius: 10px; overflow: hidden; @include fetch-border-color('hover-border-color'); @include fetch-bg-color('background-color2'); diff --git a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue index babd1211..44eea882 100644 --- a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue +++ b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue @@ -99,23 +99,23 @@ const hide = computed(() => { .shape-point { z-index: 1; position: absolute; - width: 7px; - height: 7px; - border: 3px solid v-bind('themeColor'); + width: 5px; + height: 5px; + border: 1px solid v-bind('themeColor'); border-radius: 5px; background-color: #fff; transform: translate(-40%, -30%); &.t { - width: 30px; + width: 5px; transform: translate(-50%, -50%); } &.b { - width: 30px; + width: 5px; transform: translate(-50%, -30%); } &.l, &.r { - height: 30px; + height: 5px; } &.r { transform: translate(-20%, -50%); @@ -139,7 +139,6 @@ const hide = computed(() => { position: absolute; width: 100%; height: 100%; - border-radius: 10px; } .shape-modal-select { @@ -155,7 +154,7 @@ const hide = computed(() => { &.selectActive, &.hoverActive { border-color: v-bind('themeColor'); - border-width: 2px; + border-width: 1px; } &.hoverActive { border-style: dotted; diff --git a/src/views/chart/ContentEdit/index.vue b/src/views/chart/ContentEdit/index.vue index f3820290..b0e8dddb 100644 --- a/src/views/chart/ContentEdit/index.vue +++ b/src/views/chart/ContentEdit/index.vue @@ -193,7 +193,6 @@ onMounted(() => { @include background-image('background-point'); @include goId('chart-edit-content') { - border-radius: 10px; overflow: hidden; @extend .go-transition; @include fetch-theme('box-shadow');