kaiguan-zfb/page_user/setting.vue

815 lines
18 KiB
Vue
Raw Normal View History

2024-01-27 16:37:52 +08:00
<template>
<view class="page">
2024-05-21 18:02:34 +08:00
<u-navbar title="设置" :border-bottom="false" :background="bgc" back-icon-color="#fff" title-color='#fff' title-size='36'
2024-06-03 16:47:25 +08:00
height='50'></u-navbar>
2024-01-27 16:37:52 +08:00
<view class="card">
2024-07-30 18:02:27 +08:00
<view class="icon">
2024-09-06 18:03:19 +08:00
<view class="tit">
设备主图
</view>
2024-07-30 18:02:27 +08:00
<view class="imgbox" v-if="userImgs">
2024-08-12 21:49:12 +08:00
<view style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;margin: auto;" @click="getImage">
2024-07-30 18:02:27 +08:00
<image style="border-radius: 10rpx;" :src="userImgs" mode="aspectFit"></image>
2024-08-12 21:49:12 +08:00
</view>
2024-07-30 18:02:27 +08:00
</view>
<view class="imgbox" v-else>
2024-08-12 21:49:12 +08:00
<view style="border: 0;outline: none;width: 143rpx;padding-left: 0rpx;height: 143rpx;border-radius: 16rpx;margin: auto;" @click="getImage">
2024-07-30 18:02:27 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uY8CPw9YE6JxPzcHUaqf" mode="aspectFit"></image>
2024-08-12 21:49:12 +08:00
</view>
2024-07-30 18:02:27 +08:00
</view>
<!-- 截图 -->
<ksp-cropper mode="free" :width="142" :height="142" :maxWidth="1024" :maxHeight="1024" :url="url"
@cancel="oncancel" @ok="onok"></ksp-cropper>
</view>
2024-05-11 17:51:30 +08:00
<view class="li" @click.stop="sremakemc()">
<view class="tit">
设备名称
</view>
<view class="info">
<view class="txt">
{{listobj.deviceName}}
</view>
<view class="iconfont icon-xiangyou1"></view>
</view>
</view>
2024-05-10 17:37:36 +08:00
<view class="li" @click.stop="sremake()">
2024-01-27 16:37:52 +08:00
<view class="tit">
备注
</view>
<view class="info">
<view class="txt">
2024-06-13 18:02:12 +08:00
{{remake == null ? '' : remake}}
2024-01-27 16:37:52 +08:00
</view>
<view class="iconfont icon-xiangyou1"></view>
</view>
</view>
2024-05-10 17:37:36 +08:00
<view class="li" @click.stop="sremakes()">
2024-01-27 16:37:52 +08:00
<view class="tit">
所属店铺
2024-01-27 16:37:52 +08:00
</view>
<view class="info">
<view class="txt">
2024-06-17 13:57:53 +08:00
{{listobj.storeName == null ? '' : listobj.storeName}}
2024-01-27 16:37:52 +08:00
</view>
<view class="iconfont icon-xiangyou1"></view>
</view>
</view>
2024-05-10 17:37:36 +08:00
2024-01-27 16:37:52 +08:00
<view class="li">
<view class="tit">
S/N
</view>
<view class="info">
<view class="txt">
2024-06-13 18:02:12 +08:00
{{listobj.deviceNo == null ? '' : listobj.deviceNo}}
2024-01-27 16:37:52 +08:00
</view>
</view>
</view>
<view class="li">
<view class="tit">
类型
</view>
<view class="info">
<view class="txt">
2024-06-13 18:02:12 +08:00
{{listobj.model == null ? '' : listobj.model}}
2024-01-27 16:37:52 +08:00
</view>
</view>
</view>
2024-09-06 18:03:19 +08:00
<view class="li" v-if="!modelId.some(tag => tag == 3)" style="border-bottom: 0;">
2024-01-27 16:37:52 +08:00
<view class="tit">
2024-07-22 18:03:27 +08:00
WiFi名称
2024-01-27 16:37:52 +08:00
</view>
<view class="info">
<view class="txt">
2024-09-06 18:03:19 +08:00
{{listobj.wifi == null || listobj.wifi == '创特物联TP' ? '--' : listobj.wifi}}
2024-01-27 16:37:52 +08:00
</view>
</view>
</view>
2024-06-14 18:51:43 +08:00
<view class="lis" @click="deldevice()">
2024-06-14 18:51:43 +08:00
解除绑定
</view>
2024-05-10 17:37:36 +08:00
2024-01-27 16:37:52 +08:00
</view>
<u-mask :show="showloading"></u-mask>
2024-05-10 17:37:36 +08:00
<u-mask :show="showfz"></u-mask>
2024-01-27 16:37:52 +08:00
<view class="fz" v-show="showfz">
<view class="fz_top">
2024-05-10 17:37:36 +08:00
<view class="iconfont icon-shanchu" @click="showfz=false">
2024-01-27 16:37:52 +08:00
</view>
<view class="tit">
设备分组
</view>
2024-05-10 17:37:36 +08:00
<view class="txt" @click="tosetpage()">
2024-01-27 16:37:52 +08:00
管理
</view>
</view>
<view class="card_cont">
2024-05-10 17:37:36 +08:00
<view class="cards" v-for="(item,index) in groupList" :key="index" @click="changeGp(item)">
2024-01-27 16:37:52 +08:00
<view class="txt">
2024-05-10 17:37:36 +08:00
{{item.groupName}}
2024-01-27 16:37:52 +08:00
</view>
<view class="num">
2024-05-10 17:37:36 +08:00
{{item.deviceCount}}
2024-01-27 16:37:52 +08:00
</view>
</view>
<view class="zhanwei" style="width: 100%;height: 100rpx;">
</view>
</view>
</view>
<view class="dd">
2024-05-10 17:37:36 +08:00
<u-select v-model="show" :list="list" title='欠费断电' @confirm="confirm"></u-select>
2024-01-27 16:37:52 +08:00
</view>
2024-05-10 17:37:36 +08:00
<u-popup v-model="showpopup" mode="center" border-radius='20'>
<view class="popcard" v-if="showremake">
<view class="tit">
修改备注
</view>
<view class="ipt">
<u-input v-model="remake" placeholder=" " border='surround' placeholder-style='font-size: 24rpx;' />
</view>
<view class="btnbox">
<view class="btn2" @click="close()">
取消
</view>
<view class="btn1" @click="sub(1)">
确定
</view>
</view>
</view>
<view class="popcard" v-if="showpeice">
<view class="tit">
修改备注
</view>
<view class="ipt">
<u-input v-model="price" placeholder=" " border='surround' placeholder-style='font-size: 24rpx;' />
</view>
<view class="btnbox">
<view class="btn2" @click="close()">
取消
</view>
<view class="btn1" @click="sub(2)">
确定
</view>
</view>
</view>
</u-popup>
2024-05-11 17:51:30 +08:00
<u-popup v-model="showmc" mode="center" border-radius='20'>
<view class="popcard" v-if="showmc">
<view class="tit">
修改名称
</view>
<view class="ipt">
<u-input v-model="xgname" placeholder=" " border='surround' placeholder-style='font-size: 24rpx;' />
</view>
<view class="btnbox">
<view class="btn2" @click="close()">
取消
</view>
2024-05-13 15:32:48 +08:00
<view class="btn1" @click="sub(3)">
2024-05-11 17:51:30 +08:00
确定
</view>
</view>
</view>
</u-popup>
2024-05-10 17:37:36 +08:00
<!-- 选择店铺 -->
<u-select v-model="showshop" :list="wateringList" @confirm="confirms"></u-select>
2024-08-02 18:00:50 +08:00
<view v-if="btnmsk" style="width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background-color: #000;opacity: .1;z-index: 999;"></view>
2024-01-27 16:37:52 +08:00
</view>
</template>
<script>
export default {
data() {
return {
2024-08-02 18:00:50 +08:00
btnmsk:false,
2024-01-27 16:37:52 +08:00
bgc: {
2024-05-21 18:02:34 +08:00
backgroundColor: "#8883f0",
2024-01-27 16:37:52 +08:00
},
2024-03-25 19:46:07 +08:00
showloading: false,
2024-01-27 16:37:52 +08:00
showfz: false,
2024-05-10 17:37:36 +08:00
show: false,
showshop: false,
2024-01-27 16:37:52 +08:00
list: [{
value: '1',
label: '欠费立即断电'
},
{
2024-05-10 17:37:36 +08:00
value: '0',
label: '欠费不断电'
2024-01-27 16:37:52 +08:00
}
],
2024-05-10 17:37:36 +08:00
id: '',
2024-05-11 17:51:30 +08:00
xgname:'',
2024-05-10 17:37:36 +08:00
deviceInfo: {},
groupList: {},
showpopup: false,
remake: '',
price: '',
showpeice: false,
showremake: false,
2024-05-13 15:32:48 +08:00
listobj: {
deviceName:'',
storeName:'',
deviceNo:'',
model:'',
wifi:'',
},
2024-05-11 17:51:30 +08:00
showmc:false,
2024-05-10 17:37:36 +08:00
pagenum: 1,
wateringList: [],
2024-05-13 15:32:48 +08:00
pagesize: 10,
isLoading: false,
noMoreData: false,
2024-07-30 18:02:27 +08:00
total: 0,
userImgs:'',
url:'',
2024-09-05 18:00:53 +08:00
token:'',
2024-09-06 18:03:19 +08:00
modelId:''
2024-01-27 16:37:52 +08:00
}
},
2024-05-10 17:37:36 +08:00
onLoad(option) {
let id = option.id
this.id = id
2024-08-16 22:23:20 +08:00
this.getshua()
2024-07-30 18:02:27 +08:00
this.getQiniuToken()
2024-05-10 17:37:36 +08:00
this.getDevice(id)
this.getlistobj(id)
this.gettanc()
},
2024-07-17 17:59:51 +08:00
// 分享到好友(会话)
onShareAppMessage: function () {
return {
title: '创想物联',
path: '/pages/shouye/index'
}
},
// 分享到朋友圈
onShareTimeline: function () {
return {
title: '创想物联',
query: '',
path: '/pages/shouye/index'
}
},
2024-05-10 17:37:36 +08:00
onShow() {
this.getgroup()
},
2024-01-27 16:37:52 +08:00
methods: {
2024-08-16 22:23:20 +08:00
getshua(){
this.$u.get(`/app/device/${this.id}/refreshIot`).then((res) => {})
},
2024-07-30 18:02:27 +08:00
getQiniuToken() {
this.$u.get("/common/qiniu/uploadInfo").then((res) => {
if (res.code == 200) {
this.token = res.token
}
})
},
getImage() {
uni.chooseImage({
count: 1,
success: (rst) => {
this.url = rst.tempFilePaths[0];
}
})
},
onok(ev) {
this.url = "";
this.path = ev.path;
let _this = this
let math = 'static/' + _this.$u.guid(20)
wx.uploadFile({
url: 'https://up-z2.qiniup.com',
name: 'file',
filePath: _this.path,
formData: {
token: _this.token, //后端返回的token
key: 'smartmeter/img/' + math
},
success: function(res) {
let str = JSON.parse(res.data)
_this.userImgs = 'https://api.ccttiot.com/' + str.key
let data = {
deviceId:_this.id,
customPicture:_this.userImgs
}
_this.$u.put('/app/device', data).then((res) => {
if (res.code == 200) {
// this.getDevice()
uni.showToast({
title: '操作成功',
icon: 'success',
duration: 2000
})
}
})
}
})
},
oncancel() {
// url设置为空隐藏控件
this.url = ""
},
2024-05-10 17:37:36 +08:00
sremakes() {
this.showshop = true
},
confirms(e){
2024-08-06 18:04:09 +08:00
// console.log(e);
2024-05-10 17:37:36 +08:00
let data = {
deviceId: this.id,
storeId:e[0].value
}
this.putdevice(data)
2024-05-13 15:32:48 +08:00
setTimeout(()=>{
this.getlistobj(this.id)
},1000)
2024-05-10 17:37:36 +08:00
},
gettanc(){
2024-05-13 15:32:48 +08:00
this.$u.get('/app/store/listCount').then((res) => {
2024-05-10 17:37:36 +08:00
if (res.code == 200) {
this.total = res.total
2024-05-13 15:32:48 +08:00
if (res.data.length > 0) {
2024-05-10 17:37:36 +08:00
// 有数据,追加到列表
2024-05-13 15:32:48 +08:00
let arr = res.data.map(row => ({
2024-05-10 17:37:36 +08:00
value: row.storeId, // 将storeId赋值给value
label: row.name // 将name赋值给label
}));
this.wateringList = this.wateringList.concat(arr)
2024-05-13 15:32:48 +08:00
this.wateringList = this.wateringList.slice(1)
2024-05-10 17:37:36 +08:00
this.pagenum++
console.log(this.wateringList);
} else {
// 没有更多数据
this.noMoreData = true;
}
this.isLoading = false;
}
})
},
onReachBottom() {
let sum = this.total / this.pagesize
if (this.pagenum - 1 < sum) {
2024-08-06 18:04:09 +08:00
this.getlist() // 上拉加载更多
2024-05-10 17:37:36 +08:00
} else {
uni.showToast({
title: '没有更多订单记录了',
icon: 'none',
duration: 1000
});
}
},
changeGp(item) {
let data = {
deviceId: this.id,
groupId: item.groupId
}
this.putdevice(data)
this.showfz = false
setTimeout(() => {
this.getgroup()
}, 1000)
},
tosetpage() {
this.showfz = false
uni.navigateTo({
2024-05-11 13:33:17 +08:00
url: '/page_user/fenzu'
2024-05-10 17:37:36 +08:00
})
},
sub(num) {
if (num == 1) {
2024-08-06 18:04:09 +08:00
console.log(this.remake)
2024-05-10 17:37:36 +08:00
let data = {
deviceId: this.id,
remark: this.remake
}
this.showpopup = false
this.showremake = false
this.putdevice(data)
} else if (num == 2) {
let data = {
deviceId: this.id,
2024-05-13 15:32:48 +08:00
price: this.price,
}
this.showpopup = false
this.showpeice = false
this.showmc = false
this.putdevice(data)
}else if(num == 3){
2024-08-06 18:04:09 +08:00
// console.log(this.xgname);
2024-05-13 15:32:48 +08:00
let data = {
deviceId: this.id,
deviceName: this.xgname,
2024-05-10 17:37:36 +08:00
}
this.showpopup = false
this.showpeice = false
2024-05-11 17:51:30 +08:00
this.showmc = false
2024-05-10 17:37:36 +08:00
this.putdevice(data)
2024-05-13 15:32:48 +08:00
setTimeout(()=>{
this.getlistobj(this.id)
},1000)
2024-05-10 17:37:36 +08:00
}
},
deldevice() {
2024-05-21 10:49:02 +08:00
uni.showModal({
title: '确认解绑',
content: '您确定要解绑设备吗?',
success: (resModal) => {
if (resModal.confirm) {
2024-08-02 18:00:50 +08:00
this.btnmsk = true
2024-05-21 10:49:02 +08:00
this.$u.delete(`/app/device/mch/unbind/${this.id}`).then((res) => {
if (res.code == 200) {
uni.showToast({
title: '解除成功',
2024-07-30 18:02:27 +08:00
icon: 'success',
2024-05-21 10:49:02 +08:00
duration: 2000
2024-08-02 18:00:50 +08:00
})
this.btnmsk = false
2024-05-21 10:49:02 +08:00
uni.navigateBack({
delta: 2 // 返回上级页面
2024-08-02 18:00:50 +08:00
})
2024-06-06 14:54:12 +08:00
} else if(res.code == 500){
2024-05-21 10:49:02 +08:00
uni.showToast({
2024-06-06 14:54:12 +08:00
title: res.msg,
2024-05-21 10:49:02 +08:00
icon: 'none',
duration: 2000
2024-08-02 18:00:50 +08:00
})
this.btnmsk = false
2024-05-21 10:49:02 +08:00
}
}).catch((error) => {
// 请求失败的处理逻辑
uni.showToast({
title: '请求失败',
icon: 'none',
duration: 2000
2024-08-02 18:00:50 +08:00
})
this.btnmsk = false
2024-08-06 18:04:09 +08:00
})
2024-05-21 10:49:02 +08:00
} else if (resModal.cancel) { // 用户点击了取消按钮
uni.showToast({
title: '已取消',
icon: 'none',
duration: 1000
2024-08-06 18:04:09 +08:00
})
2024-05-21 10:49:02 +08:00
}
}
});
2024-05-10 17:37:36 +08:00
},
confirm(e) {
let data = {
deviceId: this.id,
outageWay: e[0].value
}
this.putdevice(data)
},
putdevice(data) {
this.$u.put('/app/device', data).then((res) => {
if (res.code == 200) {
this.getDevice()
uni.showToast({
title: '修改成功',
2024-07-30 18:02:27 +08:00
icon: 'success',
2024-05-10 17:37:36 +08:00
duration: 2000
2024-08-06 18:04:09 +08:00
})
2024-05-10 17:37:36 +08:00
}
})
},
2024-05-11 17:51:30 +08:00
sremakemc(){
2024-08-06 18:04:09 +08:00
// console.log(1);
2024-05-11 17:51:30 +08:00
this.showmc = true
this.xgname = this.listobj.deviceName
},
2024-05-10 17:37:36 +08:00
sremake() {
this.showpopup = true
this.showremake = true
},
sprice() {
this.showpopup = true
this.showpeice = true
},
close() {
this.showpeice = false
this.showremake = false
this.showpopup = false
2024-05-11 17:51:30 +08:00
this.showmc = false
2024-05-10 17:37:36 +08:00
},
getDevice(id) {
this.$u.get("/app/device/" + this.id).then((res) => {
// this.$forceUpdate()
if (res.code == 200) {
this.deviceInfo = res.data
console.log(this.deviceInfo, 'resres');
this.price = this.deviceInfo.price
this.remake = this.deviceInfo.remark
2024-07-30 18:02:27 +08:00
if(this.deviceInfo.customPicture == null){
this.userImgs = this.deviceInfo.picture
}else{
this.userImgs = this.deviceInfo.customPicture
}
// this.loadings=true
2024-05-10 17:37:36 +08:00
// this.initChart()
}
2024-08-06 18:04:09 +08:00
})
2024-05-10 17:37:36 +08:00
},
getgroup() {
2024-05-13 15:32:48 +08:00
this.$u.get("/app/store/listCount").then((res) => {
2024-05-10 17:37:36 +08:00
// this.$forceUpdate()
if (res.code == 200) {
2024-05-13 15:32:48 +08:00
this.groupList = res.data
2024-05-10 17:37:36 +08:00
// this.loadings=true
// this.initChart()
}
});
},
getlistobj(id) {
this.$u.get("/app/device/" + id).then((res) => {
if (res.code == 200) {
this.listobj = res.data
2024-09-06 18:03:19 +08:00
this.modelId = res.data.modelTags
2024-05-10 17:37:36 +08:00
}
})
}
2024-01-27 16:37:52 +08:00
}
}
</script>
<style lang="scss">
2024-07-31 18:01:34 +08:00
/deep/ .u-flex{
padding-top: 20rpx !important;
box-sizing: border-box;
}
2024-05-24 16:48:42 +08:00
/deep/ .u-title{
2024-06-03 16:47:25 +08:00
padding-bottom: 22rpx;
2024-05-24 16:48:42 +08:00
}
/deep/ .u-icon__icon{
2024-06-03 16:47:25 +08:00
padding-bottom: 22rpx;
2024-05-24 16:48:42 +08:00
}
2024-01-27 16:37:52 +08:00
page {
background-color: #F7FAFE;
}
.lis{
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 230rpx;
width: 632rpx;
height: 90rpx;
2024-09-06 18:03:19 +08:00
background-color: #8883f0;
text-align: center;
line-height: 90rpx;
font-size: 36rpx;
color: #fff;
border-radius: 50rpx;
}
2024-01-27 16:37:52 +08:00
.page {
width: 750rpx;
2024-05-10 17:37:36 +08:00
.popcard {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 550rpx;
height: 400rpx;
border-radius: 20rpx;
.tit {
display: flex;
justify-content: center;
width: 100%;
align-items: center;
font-size: 28rpx;
font-weight: 700;
}
.ipt {
margin-top: 60rpx;
width: 80%;
.u-input::placeholder {
font-size: 20px;
color: red;
}
}
.btnbox {
width: 100%;
display: flex;
flex-wrap: nowrap;
border-radius: 0 0 20rpx 20rpx;
.btn2 {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
2024-07-16 15:00:10 +08:00
color: #000;
background-color: #fff;
2024-05-10 17:37:36 +08:00
}
.btn1 {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
2024-07-16 15:00:10 +08:00
color: #fff;
background-color: #8883f0;
2024-05-10 17:37:36 +08:00
border: 1rpx solid #ccc;
}
}
}
2024-01-27 16:37:52 +08:00
.card {
padding: 16rpx 38rpx;
margin: 60rpx auto 0;
width: 654rpx;
background: #FFFFFF;
border-radius: 30rpx;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
opacity: 1;
.li {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
height: 94rpx;
border-bottom: #E5E5E5 solid 2rpx;
.tit {
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #000000;
}
.info {
display: flex;
flex-wrap: nowrap;
align-items: center;
.txt {
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #95989D;
}
.icon-xiangyou1 {
margin-left: 6rpx;
color: #95989D;
}
}
}
}
.btn {
display: flex;
align-items: center;
justify-content: center;
margin: 52rpx auto 0;
width: 654rpx;
height: 100rpx;
background: #FF4F4F;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
opacity: 1;
border-radius: 30rpx;
font-size: 32rpx;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #FFFFFF;
}
.fz {
position: fixed;
bottom: 0;
width: 750rpx;
height: 1152rpx;
background: #F7FAFE;
border-radius: 30rpx 30rpx 0 0;
z-index: 10071;
.fz_top {
margin: 18rpx 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
.icon-shanchu {
margin-left: 40rpx;
font-size: 50rpx;
}
.tit {
font-size: 36rpx;
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
color: #000000;
}
.txt {
margin-right: 40rpx;
font-size: 36rpx;
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
color: #2A82E4;
}
}
.card_cont {
width: 750rpx;
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: center;
height: 1030rpx;
overflow-y: auto;
overflow-x: hidden;
.cards {
margin-top: 32rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
padding: 0 40rpx;
width: 682rpx;
border-radius: 30rpx;
height: 114rpx;
background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
.txt {
font-size: 36rpx;
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
color: #000000;
}
.num {
font-size: 36rpx;
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
color: #000000;
}
}
}
}
}
2024-07-30 18:02:27 +08:00
.icon {
2024-09-06 18:03:19 +08:00
.tit{
padding-top: 50rpx;
box-sizing: border-box;
font-size: 32rpx;
}
2024-07-30 18:02:27 +08:00
margin-top: 40rpx;
margin-bottom: 30rpx;
2024-09-06 18:03:19 +08:00
display: flex;
justify-content: space-between;
2024-07-30 18:02:27 +08:00
.imgbox {
2024-09-06 18:03:19 +08:00
margin-left: 300rpx;
2024-07-30 18:02:27 +08:00
image {
width: 142rpx;
height: 142rpx;
}
}
}
/deep/ .panel{
position: fixed;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
z-index: 99 !important;
overflow: hidden;
}
2024-01-27 16:37:52 +08:00
</style>