1
0
forked from dyf/APP

Compare commits

..

2 Commits

Author SHA1 Message Date
b1ba355cb2 Merge branch 'liubiao-main' 2025-08-26 08:39:27 +08:00
8d97dcf121 提交 2025-08-26 08:35:52 +08:00
3 changed files with 5 additions and 5 deletions

View File

@ -236,7 +236,7 @@
<style scoped>
.container {
min-height: 100vh;
background-color: rgb(18, 18, 18);
background-color: #1A1D24;
box-sizing: border-box;
overflow-x: hidden;
@ -280,7 +280,7 @@
}
.device-content {
background-color: rgb(26, 26, 26);
background-color: rgba(30, 33, 40, 0.8);
border-radius: 16rpx;
position: relative;
/* display: flex; */

View File

@ -19,7 +19,7 @@
</view>
</view>
<view class="sendFlex"
v-if="activeTab && activeTab.id !== ''&& activeTabInfo.communicationMode==0 && activeTabInfo.typeName=='BJQ6170'">
v-if="activeTab && activeTab.id !== ''&& activeTabInfo.communicationMode==0">
<view class="callpolice" @click="callpolice">报警</view>
<view class="Sendmessage" @click="location">位置</view>
<view class="Sendmessage" @click="handleSend">发送信息</view>

View File

@ -6,7 +6,7 @@
<image src="/static/images/common/logo.png" class="logo"></image>
</view>
<view class="user-right">
<view class="user-title">武汉研创</view>
<view class="user-title">富源晟科技</view>
<view class="ID">ID:123456</view>
</view>
</view>