no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="floor-area flexacenter" :class="{ 'show': isLoaded }">
|
||||
<div class="floor-area flexacenter" :class="{ 'show': isLoaded }" @click="closeDiscussInputFields()">
|
||||
<div class="floor-content flexacenter">
|
||||
<div class="floor-right flexacenter" @mouseenter="handleFloorRight(true)" @mouseleave="handleFloorRight(false)">
|
||||
手机查看该投票
|
||||
@@ -177,6 +177,11 @@ let transmitBoxState = ref(false)
|
||||
|
||||
const floorCommentInput = inject("floorCommentInput")
|
||||
const floorCommentBtn = inject("floorCommentBtn")
|
||||
|
||||
const emit = defineEmits(["closeDiscussInputFields"])
|
||||
|
||||
// // 点击底部调用关闭讨论输入框
|
||||
const closeDiscussInputFields = () => emit("closeDiscussInputFields")
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
@@ -188,7 +193,7 @@ const floorCommentBtn = inject("floorCommentBtn")
|
||||
width: 100vw;
|
||||
min-width: 1200px;
|
||||
height: 70px;
|
||||
z-index: 1;
|
||||
z-index: 11;
|
||||
background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
|
||||
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
|
||||
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
|
||||
@@ -398,4 +403,4 @@ const floorCommentBtn = inject("floorCommentBtn")
|
||||
transform: translateZ(0);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user