diff --git a/src/components/follow/AsbitemCriticalValue.vue b/src/components/follow/AsbitemCriticalValue.vue new file mode 100644 index 0000000..7424c08 --- /dev/null +++ b/src/components/follow/AsbitemCriticalValue.vue @@ -0,0 +1,155 @@ + + + + + \ No newline at end of file diff --git a/src/components/follow/FollowList.vue b/src/components/follow/FollowList.vue index 9b6bc03..ccc5e23 100644 --- a/src/components/follow/FollowList.vue +++ b/src/components/follow/FollowList.vue @@ -12,8 +12,8 @@ border :height=" window.pageHeight < 600 - ? 248 - : Math.floor(((window.pageHeight - 250) * 2) / 3) + ? 200 + : Math.floor(((window.pageHeight - 370) * 2) / 3) " highlight-current-row @row-click="rowClick" @@ -29,7 +29,7 @@ - + @@ -70,10 +70,13 @@ - + + + + - + @@ -106,12 +109,14 @@ import { import FollowCritical from "./FollowCritical.vue"; import PhoneFollowUp from "./PhoneFollowUp.vue"; import SmsSend from "./SmsSend.vue"; +import AsbitemCriticalValue from "./AsbitemCriticalValue.vue"; export default { components: { FollowCritical, PhoneFollowUp, SmsSend, + AsbitemCriticalValue }, data() { return { diff --git a/src/components/follow/PhoneFollowUp.vue b/src/components/follow/PhoneFollowUp.vue index b4b5555..d33d6bb 100644 --- a/src/components/follow/PhoneFollowUp.vue +++ b/src/components/follow/PhoneFollowUp.vue @@ -6,8 +6,8 @@ border :height=" window.pageHeight < 600 - ? 124 - : Math.floor((window.pageHeight - 228) / 3) + ? 150 + : Math.floor((window.pageHeight+20) / 3) " size="small" highlight-current-row diff --git a/src/components/follow/SmsSend.vue b/src/components/follow/SmsSend.vue index 60f8807..a94b13d 100644 --- a/src/components/follow/SmsSend.vue +++ b/src/components/follow/SmsSend.vue @@ -6,8 +6,8 @@ border :height=" window.pageHeight < 600 - ? 124 - : Math.floor((window.pageHeight - 228) / 3) + ? 150 + : Math.floor((window.pageHeight+20) / 3) " size="small" highlight-current-row