优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),o=require("../../../utils/env.js"),t=e.defineComponent({__name:"message-room-default",props:{message:{default:()=>({})}},setup(t){const s=t;return(t,n)=>({a:e.t(e.unref(e.Wt).t("message.custom.自定义消息")),b:e.n(e.unref(o.isUniFrameWork)&&"room-default-uni"),c:e.n("in"===s.message.flow?"room-default-in":"room-default-out")})}}),s=e._export_sfc(t,[["__scopeId","data-v-3b840b9d"]]);wx.createComponent(s);

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="{{['data-v-3b840b9d', 'room-default', b, c]}}">{{a}}</view>

View File

@@ -0,0 +1 @@
.room-default.data-v-3b840b9d{padding:12px;font-size:14px}.room-default-uni.data-v-3b840b9d{padding:0}.room-default-in.data-v-3b840b9d{background:#fbfbfb;border-radius:0 10px}.room-default-out.data-v-3b840b9d{background:#dceafd;border-radius:10px 0 10px 10px}