diff --git a/src/views/home/chatTest.vue b/src/views/home/chatTest.vue index f5441472..6ad5001b 100644 --- a/src/views/home/chatTest.vue +++ b/src/views/home/chatTest.vue @@ -1,21 +1,17 @@ \ No newline at end of file + .user_icons { + width: 50px; + height: 50px; + background: linear-gradient(-135deg, #0000cc, #009dff); + border: 1px solid lightblue; + border-radius: 50%; + } + + .right_layout_flex{ + display:flex; + justify-content: center; + align-items: center; + } + .right_layout_son{ + margin:0 auto 0 auto; + width:100vh; + height:98vh; + /* border:1px solid gray; */ + position: relative; + } + .right_layout_son_ipt{ + position: absolute; + bottom:0; + } + .btn{ + border:none; + padding:10px 15px; + background-color: #18a058; + border-radius: 1px; + color:white; + } + .search_input{ + width: 100%; + padding:0.5rem 1rem; + /* border:1px solid lightgray; */ + } + .right_layout_myselfChat{ + width:200px; + position: absolute; + top:5px; + right:0; + display:flex; + } + .myself_chat{ + position: absolute; + top:30px; + right:80px; + padding:10px 20px; + border-radius: 10px; + background-color: #7ae1b6; + opacity: 0.8; + } + \ No newline at end of file diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index d8a53e22..cb88e5b0 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -211,6 +211,7 @@ @click="table_add" style="position: absolute; left: 100px; top: 5px" >新增 + 注:请扫码录入单个棒!一个棒对应一个日志,方便于采集数据对应 diff --git a/src/views/wpm_bx/monitor_detail.vue b/src/views/wpm_bx/monitor_detail.vue index c28445c6..d5c32236 100644 --- a/src/views/wpm_bx/monitor_detail.vue +++ b/src/views/wpm_bx/monitor_detail.vue @@ -16,7 +16,7 @@ row-key="id" stripe :height="tableHeight" - :params="{'mpoint':item.id, 'timex_gte':startTime, 'timex_lte':endTime}" + :params="{'mpoint':item.id, 'timex__gte':startTime, 'timex__lte':endTime}" hideDo >