no message

cyl/master
jscyl13849007907 1 week ago
parent 740a904387
commit 2cb0e4bd47

@ -1,7 +1,7 @@
<template> <template>
<view class="g_pb_24"> <view class="g_pb_24">
<div style="width: calc(100vw - 20px);margin: 10px auto;border-radius: 8px;overflow: hidden;"> <div style="width: calc(100vw - 20px);margin: 10px auto;border-radius: 8px;overflow: hidden;">
<div v-for="(item, index) in machineList" :key="index" class="customitem g_bg_f"> <div v-for="(item, index) in machineList" :key="index" class="customitem imitems g_bg_f">
<Tooltip ref="tooltipRef" color="white" :isSelf="true" :top="150"> <Tooltip ref="tooltipRef" color="white" :isSelf="true" :top="150">
<div class="g_flex_row_start" hover-class="thover" style="padding: 12px 16px" @click="goChatPage(item)" :style="{ backgroundColor: item.stickTop ? '#f5f5f5' : '#fff' }"> <div class="g_flex_row_start" hover-class="thover" style="padding: 12px 16px" @click="goChatPage(item)" :style="{ backgroundColor: item.stickTop ? '#f5f5f5' : '#fff' }">
<div <div
@ -356,6 +356,7 @@ onUnmounted(() => {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.imitems{
.bottom-line { .bottom-line {
position: relative; position: relative;
&::after { &::after {
@ -368,4 +369,12 @@ onUnmounted(() => {
top: -12px; top: -12px;
} }
} }
&:first-child{
.bottom-line {
&::after {
background-color: transparent;
}
}
}
}
</style> </style>

Loading…
Cancel
Save