Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite

This commit is contained in:
X1627315083@163.com
2026-04-14 16:20:35 +08:00
5 changed files with 41 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<!-- <div class="newPosted_generalMessage_title_setting pointer" @click="allRead">全部已读</div> -->
</div>
<div class="newPosted_generalMessage_center modal_title_text">
<div class="newPosted_generalMessage_item" v-for="item in dataList" :key="item.id" @click="setRead(item)">
<div class="newPosted_generalMessage_item" v-for="item in dataList" :key="item.id">
<!-- <a-badge :dot="item.isRead == 0"></a-badge> -->
<div class="newPosted_generalMessage_item_right">
<div class="newPosted_generalMessage_item_img pointer" @click="openOtherUsers(item)">

View File

@@ -77,10 +77,19 @@ export default defineComponent({
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
// width: 80%;
// height: auto;
// max-height: 80vh;
// width: max-content;
position: absolute;
video{
max-height:80vh;
max-width:80vw;
// width: 100%;
// max-height: 80vh;
// height: 100%;
// object-fit: contain;
// width: max-content;
max-height: 80vh;
max-width: 80vw;
}
.general_video_btn{
color: #fff;