feat: 首页样式的调整
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view
|
<view class="w-full border-box flex flex-col overflow-hidden pl-12 mt-6 mb-6">
|
||||||
class="chat-other border-box flex flex-col overflow-hidden pl-12 mt-6 mb-6"
|
|
||||||
>
|
|
||||||
<text class="font-size-14 color-333">{{ text }}</text>
|
<text class="font-size-14 color-333">{{ text }}</text>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
.item {
|
.item {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
padding: 4px 8px;
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user