diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 13a6e5e..09eb177 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -1050,6 +1050,7 @@ defineExpose({ flex-direction: column; box-sizing: border-box; margin-left: 16px; + margin-right: 16px; width: 100%; &-header { diff --git a/src/views/home/content/modal/CheckingTaskModal.vue b/src/views/home/content/modal/CheckingTaskModal.vue index 17a4cbf..8e946d8 100644 --- a/src/views/home/content/modal/CheckingTaskModal.vue +++ b/src/views/home/content/modal/CheckingTaskModal.vue @@ -14,7 +14,7 @@ const isFold = ref(false); const router = useRouter(); const cardStyle = { - width: "29vw", + width: "357px", "--n-padding-bottom": "10px", "--n-padding-left": "10px", }; @@ -58,8 +58,8 @@ defineExpose({ v-if="show" style=" position: fixed; - right: 0; - bottom: 0; + right: 16px; + bottom: 16px; float: left; z-index: 999; width: 360px; diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index c7d5e45..80a9bb0 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -939,7 +939,8 @@ defineExpose({ -
+