diff --git a/src/styles/common/animation.scss b/src/styles/common/animation.scss index 86294947..5f69c7d1 100644 --- a/src/styles/common/animation.scss +++ b/src/styles/common/animation.scss @@ -1,5 +1,5 @@ // 闪烁 -.animation-twinkle { +.go-animation-twinkle { animation: twinkle 2s ease; animation-iteration-count: infinite; opacity: 1; diff --git a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue index ab7fec8f..ab8b594c 100644 --- a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue +++ b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue @@ -74,12 +74,18 @@ const select = computed(() => { &.t, &.b { width: 30px; + transform: translate(-50%, -50%); } &.l, &.r { height: 30px; } - &.r, + &.r { + transform: translate(-20%, -50%); + } + &.l { + transform: translate(-45%, -50%); + } &.rt, &.rb { diff --git a/src/views/chart/ContentHeader/headerTitle/index.vue b/src/views/chart/ContentHeader/headerTitle/index.vue index a0cebe50..762579c9 100644 --- a/src/views/chart/ContentHeader/headerTitle/index.vue +++ b/src/views/chart/ContentHeader/headerTitle/index.vue @@ -5,7 +5,11 @@ 工作空间 - - {{ comTitle }} + + + {{ comTitle }} + + { return id[0] } return '' - } const title = ref(fetchProhectInfoById() || '') @@ -63,3 +66,8 @@ const handleBlur = () => { focus.value = false } + \ No newline at end of file diff --git a/src/views/project/items/components/ProjectItemsCard/index.vue b/src/views/project/items/components/ProjectItemsCard/index.vue index 6e4de14a..a4b8fbf2 100644 --- a/src/views/project/items/components/ProjectItemsCard/index.vue +++ b/src/views/project/items/components/ProjectItemsCard/index.vue @@ -35,7 +35,7 @@ diff --git a/src/views/project/items/components/ProjectItemsModalCard/index.vue b/src/views/project/items/components/ProjectItemsModalCard/index.vue index 6f6d04b4..938f2e5c 100644 --- a/src/views/project/items/components/ProjectItemsModalCard/index.vue +++ b/src/views/project/items/components/ProjectItemsModalCard/index.vue @@ -43,7 +43,7 @@