feat: 首页样式的调整

This commit is contained in:
2025-10-20 17:50:38 +08:00
parent 8b4926eb2b
commit 9a2b5b0c73
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
<template>
<view
class="chat-other border-box flex flex-col overflow-hidden pl-12 mt-6 mb-6"
>
<view class="w-full border-box flex flex-col overflow-hidden pl-12 mt-6 mb-6">
<text class="font-size-14 color-333">{{ text }}</text>
<slot></slot>
</view>

View File

@@ -5,7 +5,7 @@
.item {
border: 1px solid #fff;
background-color: rgba(255, 255, 255, 0.5);
padding: 4px 8px;
padding: 4px 12px;
}
.icon {